This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26052 - Clarify that aria-hidden="false" does not override the hidden state of parent nodes, only the current node.
Summary: Clarify that aria-hidden="false" does not override the hidden state of parent...
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Spec (show other bugs)
Version: 1.1
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: James Craig
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 06:56 UTC by James Craig
Modified: 2018-05-03 21:34 UTC (History)
2 users (show)

See Also:


Attachments

Description James Craig 2014-06-11 06:56:58 UTC
Clarify that aria-hidden="false" does not override the hidden state of parent nodes, only the current node.

e.g. 

<div hidden>
  <div aria-hidden="false">this text still hidden</div>
</div>
Comment 1 James Craig 2014-06-11 07:01:02 UTC
from tracker: https://www.w3.org/WAI/PF/Group/track/actions/1321
Comment 2 Daniel Trebbien 2015-01-11 22:45:02 UTC
Is this a duplicate of Bug 26051?