Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dotnet-desktop-guide/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"wpf/**/**.md": "WPF",
"xaml-services/**/*.md": "XAML"
},
"local.updatecadence": {
"winforms/**/**.md": "updateachrelease",
"wpf/**/**.md": "updateachrelease",
"xaml-services/**/*.md": "updateachrelease"
},
"ms.subservice": {
"winforms/**/**.md": "winforms",
"wpf/**/**.md": "wpf",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# Accessibility improvements in Windows Forms controls for .NET

Windows Forms is continuing to improve how it works with accessibility technologies to better support Windows Forms customers. These improvements include the following changes:

DUH UPDATE SOMETHING TO SEE THE CHANGE!
- Changes in various areas of interaction with accessibility client applications, including Narrator.

Check failure on line 15 in dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines

dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md:15 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Changes in various areas of ..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
- Changes in the Accessible hierarchy (improving navigation through the UI Automation tree).

Check failure on line 16 in dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines

dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md:16 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Changes in various areas of ..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
- Changes in keyboard navigation.

> [!IMPORTANT]
Expand Down
Loading