-
Notifications
You must be signed in to change notification settings - Fork 421
Open
Labels
editorialChanges to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.Changes to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.enhancementAny addition or improvement that doesn't fix a code bug or prose inaccuracyAny addition or improvement that doesn't fix a code bug or prose inaccuracygood first issueIssue with Straightforward resolution; could be good learning experience for new contributorsIssue with Straightforward resolution; could be good learning experience for new contributors
Description
The navigation tree view is meant to be an example for the tree view pattern, however, it does not set aria-selected/aria-checked as outlined in that pattern. Instead it uses aria-current="page". Does this mean that aria-current can replace aria-selected/aria-checked for tree views when they serve the purpose of navigation?
Either way, it would seem the pattern or the example need to be updated.
Metadata
Metadata
Assignees
Labels
editorialChanges to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.Changes to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.enhancementAny addition or improvement that doesn't fix a code bug or prose inaccuracyAny addition or improvement that doesn't fix a code bug or prose inaccuracygood first issueIssue with Straightforward resolution; could be good learning experience for new contributorsIssue with Straightforward resolution; could be good learning experience for new contributors