24 lines
1.2 KiB
Groff
24 lines
1.2 KiB
Groff
##Improved accessibility for some .NET SDK tools
|
||
|
||
###Scope
|
||
Edge
|
||
###Version Introduced
|
||
.NET Framework 4.7.1
|
||
###Source Analyzer Status
|
||
NotPlanned
|
||
###Change Description
|
||
In .NET Framework SDK 4.7.1, svcconfigedit.exe and svctraceviewer.exe tools have been improved by fixing varied accessibility issues. Most of these were small issues like a name not being defined or certain UI Automation patterns not being implemented correctly. While many users wouldn’t be aware of these incorrect values, for customers who use assistive technologies like screen readers, they will find these SDK tools become more accessible. Certainly, these fixes change some previous behaviors, like keyboard focus order.
|
||
###Quirked:
|
||
In order to get all the accessibility fixes in these tools, you can add App config file with the following configuration:
|
||
<runtime>
|
||
<AppContextSwitchOverrides value="Switch.UseLegacyAccessibilityFeatures=false"/>
|
||
</runtime>
|
||
###Affected APIs
|
||
* Not detectable via API analysis
|
||
|
||
<!--
|
||
### Original Bug
|
||
[492954] (https://devdiv.visualstudio.com/web/wi.aspx?pcguid=011b8bdf-6d56-4f87-be0d-0092136884d9&id=492954)
|
||
Doc: Compat documentation for WCF accessibility changes in .NET 4.7.1
|
||
-->
|