Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further computation steps work #125

Open
3 tasks
MelSumner opened this issue Apr 30, 2021 · 0 comments
Open
3 tasks

Further computation steps work #125

MelSumner opened this issue Apr 30, 2021 · 0 comments

Comments

@MelSumner
Copy link
Contributor

From: #122 (review)

  • Consider adding examples (obscure/unrealistic as they may be) for how the actual behavior would change
  • We explicitly say the embedded control stuff should take precedence over aria-label. That's now even clearer with the reordering. Should aria-labelledby (2B) be any different? Figure out if we're saying that aria-labelledby takes precedence over the value even for a label-embedded control, which seems wrong and neither Firefox nor Chrome do it:
data:text/html,<label><input type="checkbox">Flash the screen <input type="text" value="5" aria-labelledby="blah"> times</label><div id="blah">Blah</div>
  • Consider if it makes sense to move the old 2E (now 2C) to 2B... So we'd have:

New 2B) If from descendant recursion and labelling another widget, use value if available
New 2C) Otherwise, traverse aria-labelledby if available
New 2D) Otherwise, use non-empty aria-label if available
New 2E) Otherwise, use native markup if available

This was referenced Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant