<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>29214</bug_id>
          
          <creation_ts>2015-10-20 16:54:26 +0000</creation_ts>
          <short_desc>Unclear why aria-hidden=true on focusable elements etc. should be ignored</short_desc>
          <delta_ts>2018-05-03 20:51:25 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>ARIA</product>
          <component>Core AAM</component>
          <version>1.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sailesh Panchang">sailesh.panchang</reporter>
          <assigned_to name="Joseph Scheuhammer">clown</assigned_to>
          <cc>w3cbugzilla</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>123811</commentid>
    <comment_count>0</comment_count>
    <who name="Sailesh Panchang">sailesh.panchang</who>
    <bug_when>2015-10-20 16:54:26 +0000</bug_when>
    <thetext>Reference: [WebAIM thread] aria-hidden for content outside modal dialog?    - Oct 18/19, 2015
Steve wrote: &quot;Element should not be exposed, unless it is focused or fires an accessibility event&quot; is stated in mapping details for aria-hidden=true
http://www.w3.org/TR/core-aam-1.1/#details-id-94

Comment:
The above statement in the Mapping Rules appears to be opposite of what is stated in 5.1.2 &quot;Including Elements in the Accessibility Tree.&quot; Nor is the rationale covered by the general mapping rules in 5.5.1.    

The cells in the table row for aria-hidden=true under 5.5 begin with &quot;See  Including Elements in the Accessibility Tree&quot;. ...which I believe is the normative  5.1.2.
In practical terms, why should  focusable elements within a container (like div or main with aria-hidden=true) be exposed to screen reader users if that is the intention of the aria-hidden rule above? 
They will be available to non screen reader users and if the intent is to  make them available to SR users (SRs being the main AT with ARIA support), developers will need to programmatically ensure the focusable elements are out of the scope of aria-hidden=true. 
And if aria-hidden=true is to be ignored on a link that will be a problem. Consider a hack situation when this is suggested: 
When it is not possible to merge an image link and a text link with the same href placed next to each other, setting aria-hidden=true and tabindex=-1 on the image link puts it out of reach of keyboard and SR users. 
===</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>