Skip to content

Commit 48f288f

Browse files
refinements (#6554)
* refinements * build warnings * build warnings * build warnings * build warnings
1 parent 6a470fa commit 48f288f

24 files changed

Lines changed: 43 additions & 83 deletions

.openpublishing.redirection.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,8 +1462,13 @@
14621462
},
14631463
{
14641464
"source_path": "uwp/accessibility/accessibility.md",
1465-
"redirect_url": "/windows/uwp/design/accessibility/accessibility",
1466-
"redirect_document_id": true
1465+
"redirect_url": "/windows/uwp/design/accessibility/accessibility-overview",
1466+
"redirect_document_id": false
1467+
},
1468+
{
1469+
"source_path": "hub/apps/design/accessibility/accessibility.md",
1470+
"redirect_url": "/windows/uwp/design/accessibility/accessibility-overview",
1471+
"redirect_document_id": false
14671472
},
14681473
{
14691474
"source_path": "uwp/accessibility/accessible-text-requirements.md",

hub/apps/design/accessibility/accessibility-checklist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ Use the following recommendations during design, implementation, and testing. To
7676

7777
- [Accessible text requirements](accessible-text-requirements.md)
7878
- [Text scaling](../input/text-scaling.md)
79-
- [Accessibility](accessibility.md)
8079
- [Design for accessibility](./accessibility-overview.md)
8180
- [Practices to avoid](practices-to-avoid.md)

hub/apps/design/accessibility/accessibility-in-the-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ See the [Accessibility checklist](accessibility-checklist.md) for more detail on
4040

4141
## Related topics
4242

43-
- [Accessibility](accessibility.md)
43+
- [Accessibility overview](accessibility-overview.md)

hub/apps/design/accessibility/accessibility-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.localizationpriority: medium
1414

1515
This topic introduces concepts and technologies related to building accessible Windows apps.
1616

17+
Accessible Windows applications support not only people with disabilities (both temporary and permanent) but also those with personal preferences, specific work styles, or situational and environmental constraints (such as shared work spaces, low bandwidth, bright sunlight, noisy or quiet surroundings, while cooking, and so on).
18+
1719
The guidance is written for development teams that treat accessibility as a core quality requirement and use automated accessibility checks as part of regular engineering workflows. Use these topics to define accessibility expectations early, validate them continuously, and prevent regressions as features evolve.
1820

1921
Many disabilities, including impaired mobility, vision, color perception, hearing, speech, cognition, and literacy, can be addressed by providing:
@@ -131,17 +133,17 @@ For more info about accessibility declarations and publishing your app, see [Acc
131133
> [!TIP]
132134
> [!div class="nextstepaction"]
133135
> Open the WinUI 3 Gallery app and see the following Accessibility principles in action:
134-
>
136+
>
135137
> - [Screen reader support](winui3gallery://item/AccessibilityScreenReader)
136138
> - [Keyboard support](winui3gallery://item/AccessibilityKeyboard)
137139
> - [Color contrast](winui3gallery://item/AccessibilityColorContrast)
138-
>
140+
>
139141
> The **WinUI 3 Gallery** app includes interactive examples of most WinUI controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
140142
141143
## Related topics
142144

143145
- [Microsoft.UI.Xaml.Automation](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.automation)
144146
- [Microsoft.UI.Xaml.Automation](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.automation)
145147
- [XAML accessibility sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/XAML%20accessibility%20sample) (archived legacy sample)
146-
- [Accessibility](accessibility.md)
148+
- [Accessibility overview](accessibility-overview.md)
147149
- [Get started with Narrator](https://support.microsoft.com/help/22798/windows-10-complete-guide-to-narrator)

hub/apps/design/accessibility/accessibility-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Verify that only intended elements appear in each accessibility view and that re
160160

161161
## Related topics
162162

163-
- [Accessibility](accessibility.md)
163+
- [Accessibility overview](accessibility-overview.md)
164164
- [Practices to avoid](practices-to-avoid.md)
165165
- [UI Automation](/windows/desktop/WinAuto/entry-uiauto-win32)
166166
- [Accessibility in Windows](https://www.microsoft.com/accessibility/)

hub/apps/design/accessibility/accessibility.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

hub/apps/design/accessibility/accessible-text-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ These types have an **IsTextScaleFactorEnabled** property:
184184
## Related topics
185185

186186
- [Text scaling](../input/text-scaling.md)
187-
- [Accessibility](accessibility.md)
187+
- [Accessibility overview](accessibility-overview.md)
188188
- [Basic accessibility information](basic-accessibility-information.md)
189189
- [XAML text display sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%23%5D-Windows%208%20app%20samples/C%23/Windows%208%20app%20samples/XAML%20text%20display%20sample%20(Windows%208)) (archived legacy sample)
190190
- [XAML text editing sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%23%5D-Windows%208%20app%20samples/C%23/Windows%208%20app%20samples/XAML%20text%20editing%20sample%20(Windows%208)) (archived legacy sample)

hub/apps/design/accessibility/basic-accessibility-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Attached properties in [**AutomationProperties**](/windows/windows-app-sdk/api/w
127127

128128
## Related topics
129129

130-
* [Accessibility](accessibility.md)
130+
* [Accessibility overview](accessibility-overview.md)
131131
* [**AutomationProperties.Name**](/dotnet/api/system.windows.automation.automationproperties.name)
132132
* [XAML accessibility sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/XAML%20accessibility%20sample) (archived legacy sample)
133133
* [Accessibility testing](accessibility-testing.md)

hub/apps/design/accessibility/control-patterns-and-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ When you implement a control pattern, you should also consult the UI Automation
6363
## Related topics
6464

6565
* [Custom automation peers](custom-automation-peers.md)
66-
* [Accessibility](accessibility.md)
66+
* [Accessibility overview](accessibility-overview.md)

hub/apps/design/accessibility/custom-automation-peers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ More generally, be conservative with exceptions. Many clients cannot convert pro
460460

461461
## Related topics
462462

463-
* [Accessibility](accessibility.md)
463+
* [Accessibility overview](accessibility-overview.md)
464464
* [XAML accessibility sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/XAML%20accessibility%20sample) (archived legacy sample)
465465
* [**FrameworkElementAutomationPeer**](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.automation.peers.frameworkelementautomationpeer)
466466
* [**AutomationPeer**](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.automation.peers.automationpeer)

0 commit comments

Comments
 (0)