Document back button accessibility label in .NET MAUI 11#3370
Conversation
Adds documentation for the new accessibility-label APIs that flow SemanticProperties to the toolbar back button: - NavigationPage.BackButtonAccessibilityLabel attached property (new "Set the back button accessibility label" subsection in navigationpage.md, plus a NOTE in the property table). - BackButtonBehavior.AccessibilityLabel property (Shell, new moniker-gated block in shell/navigation.md's "Back button behavior" section). Both additions cross-link to docs/fundamentals/accessibility.md. Tracks dotnet/maui#35011 and aligns with the .NET 11 Preview 5 release notes published in dotnet/core#10433. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit eecb1d3: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 87715f1: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET MAUI documentation to describe new .NET MAUI 11 APIs for setting an accessibility label that screen readers announce for the toolbar back button, with cross-links to the Accessibility guidance.
Changes:
- Adds a .NET MAUI 11 monikered NOTE and a new subsection documenting
NavigationPage.BackButtonAccessibilityLabel. - Adds a .NET MAUI 11 monikered block documenting
BackButtonBehavior.AccessibilityLabelin Shell navigation docs. - Updates
ms.datemetadata on both pages.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| docs/user-interface/pages/navigationpage.md | Adds .NET MAUI 11 monikered guidance and a new subsection for NavigationPage.BackButtonAccessibilityLabel. |
| docs/fundamentals/shell/navigation.md | Adds .NET MAUI 11 monikered guidance for BackButtonBehavior.AccessibilityLabel including a XAML example. |
Use consistent DocFX moniker spacing and align the explanatory text with the XAML samples. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 1350465: ✅ Validation status: passed
For more details, please refer to the build report. |
Adds documentation for the new accessibility-label APIs that flow to the toolbar back button in .NET MAUI 11:
NavigationPage.BackButtonAccessibilityLabelattached property — new "Set the back button accessibility label" subsection indocs/user-interface/pages/navigationpage.md, plus a moniker-gated NOTE in the property overview list.BackButtonBehavior.AccessibilityLabelproperty — new moniker-gated block in the "Back button behavior" section ofdocs/fundamentals/shell/navigation.md.Both additions cross-link to
docs/fundamentals/accessibility.md.Tracks dotnet/maui#35011 and aligns with the .NET 11 Preview 5 release notes (dotnet/core#10433).