<?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>260835</bug_id>
          
          <creation_ts>2023-08-28 17:29:50 -0700</creation_ts>
          <short_desc>AX: aria-description not exposed directly to VO users</short_desc>
          <delta_ts>2025-09-09 08:34:38 -0700</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 16</version>
          <rep_platform>All</rep_platform>
          <op_sys>macOS 13</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diane Ko">kodiane</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmadkhanff1122</cc>
    
    <cc>altman0369</cc>
    
    <cc>andresg_22</cc>
    
    <cc>ap</cc>
    
    <cc>aroselli</cc>
    
    <cc>castleapk36</cc>
    
    <cc>cfleizach</cc>
    
    <cc>codaaiteam</cc>
    
    <cc>deasrfiltaz</cc>
    
    <cc>es8613795</cc>
    
    <cc>joewatkinspdx</cc>
    
    <cc>jordanbarber3024824</cc>
    
    <cc>mysuri1998</cc>
    
    <cc>rajikasambon</cc>
    
    <cc>rajilrfaze</cc>
    
    <cc>rthedokile</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>yetcspioik</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1974089</commentid>
    <comment_count>0</comment_count>
    <who name="Diane Ko">kodiane</who>
    <bug_when>2023-08-28 17:29:50 -0700</bug_when>
    <thetext>This is the macOS version of https://bugs.webkit.org/show_bug.cgi?id=259156, which was filed to be iOS specific.

Using macOS Venture 13.4 and Safari 16.5 with VoiceOver on a site that uses aria-description (Example: https://a11ysupport.io/tests/html/aria/aria-description.html) results in the description not getting read out. For the text field, &quot;more content available&quot; is read out rather than the description. The text content doesn&apos;t read the description, nor does it provide context that there is a description.

I would expect that aria-description would have the same readout behavior as aria-describedby, in a similar way that aria-label has the same readout behavior as aria-labelledby.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1974091</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-08-28 17:30:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/114596381&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1982998</commentid>
    <comment_count>2</comment_count>
    <who name="Joe Watkins">joewatkinspdx</who>
    <bug_when>2023-10-05 15:27:02 -0700</bug_when>
    <thetext>This is a bug on Mac OS 14 Sonoma and Safari 17 as well. The Accessible Description should automatically announce. Many web forms rely on aria-describedby to programmatically associate form field helper text and error text. VO users should not have to dig around for this important content.

Any updates on a fix?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1983008</commentid>
    <comment_count>3</comment_count>
    <who name="Joe Watkins">joewatkinspdx</who>
    <bug_when>2023-10-05 15:51:44 -0700</bug_when>
    <thetext>This may only be an issue with Text Inputs as I&apos;m not able to replicate the issue with other form fields e.g. Radio, Select, Button, Checkbox</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1983012</commentid>
    <comment_count>4</comment_count>
    <who name="Joe Watkins">joewatkinspdx</who>
    <bug_when>2023-10-05 16:02:15 -0700</bug_when>
    <thetext>Here is a reduced test:
https://cdpn.io/pen/debug/poqQRQa/b71a4e4bdedd09281a6b5380f2014483

Following up on this, &quot;more content available&quot; is not even announced by VO in MacOS 14 Sonoma and Safari 17. The Accessible Description is not announced at all regardless of verbosity settings.

VO users can use &quot;Control + Option + Command + /&quot; to access this content but there is no indication the description is available to them.  

Accessible Description as computed in Chrome:
https://app.screencast.com/yRlegE5yXdtiR</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1983651</commentid>
    <comment_count>5</comment_count>
    <who name="Adrian Roselli">aroselli</who>
    <bug_when>2023-10-09 04:34:07 -0700</bug_when>
    <thetext>This issue was filed to address the bug in `aria-description`.

The latest comments on this issue are talking about `aria-describedby` in Safari 17.

However, they may be related since it looks like Safari 17 aligned exposure of the two and chose the more verbose one:

&gt; Fixed aria-describedby to be equivalent to aria-description and override it when both are present. (108386295)

Ref: https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1983671</commentid>
    <comment_count>6</comment_count>
    <who name="Joe Watkins">joewatkinspdx</who>
    <bug_when>2023-10-09 07:29:58 -0700</bug_when>
    <thetext>Tnx Adrian! I think you are onto something there with that release note. Nice find!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1983704</commentid>
    <comment_count>7</comment_count>
    <who name="Adrian Roselli">aroselli</who>
    <bug_when>2023-10-09 09:35:12 -0700</bug_when>
    <thetext>I filed a new issue specifically for `aria-described by`:
https://bugs.webkit.org/show_bug.cgi?id=262895</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1989711</commentid>
    <comment_count>8</comment_count>
    <who name="chris fleizach">cfleizach</who>
    <bug_when>2023-11-03 09:18:28 -0700</bug_when>
    <thetext>This is a macOS VoiceOver implementation issue, so needs to be fixed in that project. Going to handle the bug there rather than through bugzilla</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>