<?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>287959</bug_id>
          
          <creation_ts>2025-02-19 08:00:22 -0800</creation_ts>
          <short_desc>AX: aria-description does not auto-translate</short_desc>
          <delta_ts>2025-02-19 08:00:36 -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 18</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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="Adrian Roselli">aroselli</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andresg_22</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2095864</commentid>
    <comment_count>0</comment_count>
    <who name="Adrian Roselli">aroselli</who>
    <bug_when>2025-02-19 08:00:22 -0800</bug_when>
    <thetext>##Steps to reproduce:

1. Use a non-Dutch version of the OS and browser (I use English)
2. Visit: https://adrianroselli.com/demos/aria-description-dutch/
3. Inspect the rendered HTML and accTree to find all cases of `aria-description`
4. Use Safari to auto-translate the page into your language
5. Inspect the rendered HTML for each case of `aria-description`
6. Observe it has not translated.

##Sample code:

On a link:

```
&lt;a href=&quot;https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html&quot; 
  target=&quot;_new&quot;
  aria-description=&quot;Opent in nieuw venster&quot;&gt;
    Niet-tekstuele content begrijpen
&lt;/a&gt;
```

On a button:
```
&lt;button
  aria-description=&quot;opent ingesloten inhoud&quot;&gt;
    Hoe te voldoen aan Niet-tekstuele content
&lt;/button&gt;
```

On an iframe:
```
&lt;iframe
  title=&quot;Hoe te voldoen aan Niet-tekstuele content&quot;
  aria-description=&quot;Engelstalige inhoud&quot;&gt;
&lt;/iframe&gt;
```

##Additional Info

* I used the W3C Dutch translation to get that text, so it&apos;s not generated from auto-translation services.
* The embedded iframe in the dialog probably won&apos;t load, which has no bearing on this demo.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2095865</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-02-19 08:00:36 -0800</bug_when>
    <thetext>&lt;rdar://problem/145139932&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>