Should aria-hidden be effected by aria-owns? #1818
Labels
clarification
clarifying or correcting language that is either confusing, misleading or under-specified
Milestone
The description of aria-hidden has the following text:
This would suggest that if I do something like the following, my list would be empty, because the li is hidden.
This doesn't seem to be the case when testing in Chrome and Firefox. There it seems that
aria-owns
is taking priority overaria-hidden
. Intuitively, that does make sense to me. So then that makes me wonder whether that phrase in aria-hidden should be changed to maybe something like:The text was updated successfully, but these errors were encountered: