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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>241401</bug_id>
          
          <creation_ts>2022-06-07 21:35:46 -0700</creation_ts>
          <short_desc>AX: VoiceOver on iOS does not announce role or state of details/summary disclosures</short_desc>
          <delta_ts>2023-02-14 23:51:56 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Accessibility</component>
          <version>Safari 15</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>iOS 15</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>108979</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>252223</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter>Callum.McMenamin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andresg_22</cc>
    
    <cc>calmcm</cc>
    
    <cc>charlie</cc>
    
    <cc>darin.senneff</cc>
    
    <cc>jason</cc>
    
    <cc>karlcow</cc>
    
    <cc>mitch.fishman+webkit</cc>
    
    <cc>rik</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1874646</commentid>
    <comment_count>0</comment_count>
    <who name="">Callum.McMenamin</who>
    <bug_when>2022-06-07 21:35:46 -0700</bug_when>
    <thetext>&lt;details&gt;/&lt;summary&gt; disclosures do not have their role, or expanded/collapsed state announced by VoiceOver.

This makes it impossible for blind or visually impaired VoiceOver users to know there is a disclosure that can be expanded. This makes a fair amount of content on the internet impossible to access.

Demo page: https://a11ysupport.io/tests/html/html/details-summary.html

Demo HTML:

&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en-NZ&quot;&gt;
&lt;head&gt;
&lt;title&gt;Details summary test&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;h1&gt;Details summary test&lt;/h1&gt;

&lt;details&gt;
Test disclosure
&lt;summary&gt;expandable content&lt;/summary&gt;
&lt;/details&gt;

&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1874647</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-06-07 21:35:53 -0700</bug_when>
    <thetext>&lt;rdar://problem/94598042&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1874648</commentid>
    <comment_count>2</comment_count>
    <who name="">Callum.McMenamin</who>
    <bug_when>2022-06-07 21:41:33 -0700</bug_when>
    <thetext>Oops - demo HTML I provided contained an error. 
Corrected:

&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en-NZ&quot;&gt;
&lt;head&gt;
&lt;title&gt;Details summary test&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;h1&gt;Details summary test&lt;/h1&gt;

&lt;details&gt;
&lt;summary&gt;test disclosure&lt;/summary&gt;
this is test content
&lt;/details&gt;

&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916616</commentid>
    <comment_count>3</comment_count>
    <who name="Darin Senneff">darin.senneff</who>
    <bug_when>2022-12-04 15:24:09 -0800</bug_when>
    <thetext>Any update here? It’s 6 months since the original post and the issue still persists on iOS/Safari 16.1. I consider this a pretty severe bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1917724</commentid>
    <comment_count>4</comment_count>
    <who name="Charlie">charlie</who>
    <bug_when>2022-12-08 13:43:23 -0800</bug_when>
    <thetext>Agreed. I&apos;m having to do some hacky things to keep details/summary working — I filed a similar bug for iOS 15-16 before I saw this. Same issue.
https://bugs.webkit.org/show_bug.cgi?id=247512</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1917860</commentid>
    <comment_count>5</comment_count>
    <who name="Callum">calmcm</who>
    <bug_when>2022-12-08 21:39:34 -0800</bug_when>
    <thetext>I wonder if we can raise some awareness about this bug and hopefully get someone&apos;s attention? I tried to diagnose the exact cause of this bug, but I found the Accessibility Inspector on iOS did not provide the required information, such as expanded/collapsed state - but this was back on iOS 15.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933666</commentid>
    <comment_count>6</comment_count>
    <who name="Anthony Ricaud">rik</who>
    <bug_when>2023-02-14 18:27:07 -0800</bug_when>
    <thetext>I believe this is a duplicate of bug 204628.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933744</commentid>
    <comment_count>7</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2023-02-14 23:51:56 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 108979 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>