You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great point @khiga8, I guess with elements that have a Shadow DOM the utility we're using won't pull out their text content 🤔
I feel like we could go down the route of trying to add accessible name computation to the utility and make it more robust (I'm assuming that would mean these steps? https://www.w3.org/TR/accname-1.2/#computation-steps). We could also offer up a "lightweight" version of this that works in most situations (but not all)
I opened up a PR at: #5724 to explore this, would love to hear your thoughts!
Description
AriaAlert
fails to announceRelativeTime
content.Related: https://github.com/github/accessibility-audits/issues/10539
Questions:
AriaAlert
to handle custom elements likerelative-time
, or handle ARIA semantics correctly.AriaAlert
wraps content containing<p aria-hidden="true">Don't announce this</p>
, should this aria-hidden content be announced?Steps to reproduce
Version
v.35.2.0
Browser
No response
The text was updated successfully, but these errors were encountered: