Add UI navigation plain language rule to markdown accessibility instructions#1184
Add UI navigation plain language rule to markdown accessibility instructions#1184v-rperez030 wants to merge 1 commit intogithub:stagedfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Markdown accessibility review instructions to encourage plain-language, step-by-step UI navigation guidance that doesn’t rely on icons or visual breadcrumb notation, improving clarity for non-visual and cognitively diverse users.
Changes:
- Add a rule to describe UI navigation as sequential plain-language steps using stable labels.
- Add a rule allowing visual/icon references only as supplemental parentheticals (not the primary navigation description).
|
It looks like you've incorrectly branched from the You can attempt to fix this with a rebase: If that does not resolve it, you can run |
e29a2b9 to
ccaa4d0
Compare
|
Thanks for catching that, @aaronpowell! I've rebased the branch onto |
Adds guidance on writing UI navigation steps in sequential plain language rather than relying on icon names or visual breadcrumb notation.
Two new bullets added to the Plain Language section of
instructions/markdown-accessibility.instructions.md:This mirrors the rule recently merged in github/accessibility-governance#3229.