<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:fesch&#64;us.ibm.com" title="Fred Esch &lt;fesch&#64;us.ibm.com&gt;"> <span class="fn">Fred Esch</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: SVG images are not exposed in the AX api"
   href="https://bugs.webkit.org/show_bug.cgi?id=156774">bug 156774</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>fesch&#64;us.ibm.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: SVG images are not exposed in the AX api"
   href="https://bugs.webkit.org/show_bug.cgi?id=156774#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: SVG images are not exposed in the AX api"
   href="https://bugs.webkit.org/show_bug.cgi?id=156774">bug 156774</a>
              from <span class="vcard"><a class="email" href="mailto:fesch&#64;us.ibm.com" title="Fred Esch &lt;fesch&#64;us.ibm.com&gt;"> <span class="fn">Fred Esch</span></a>
</span></b>
        <pre>Hi Nan,

I believe I found the SVG for the failed test and have the SVG below. If I didn't find the right SVG for the failed test, please show me the correct SVG so we can discuss the SVG and expected result.

In the following SVG, the path element would not be included in the accessibility tree as it does not include any global aria properties or have a title element child or desc element child. Ancestor elements do not affect the path elements inclusion/exclusion in the accessibility tree.

&lt;svg aria-label=&quot;some&quot;&gt;
  &lt;path id=&quot;test24&quot; d=&quot;M 100 100 L 300 100 L 200 300 z&quot; fill=&quot;red&quot; stroke=&quot;blue&quot; stroke-width=&quot;3&quot;/&gt;
&lt;/svg&gt;

Likewise, in the following, none of the circles would be included in the accessibility tree.

&lt;svg aria-label=&quot;Bar&quot; height=&quot;100&quot; width=&quot;100&quot;&gt;
  &lt;circle id=&quot;circle1&quot; cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; stroke=&quot;black&quot; stroke-width=&quot;3&quot; fill=&quot;red&quot; /&gt;    
&lt;/svg&gt;    

&lt;svg height=&quot;100&quot; width=&quot;100&quot;&gt;
  &lt;circle id=&quot;circle2&quot; aria-label=&quot;Bar&quot; cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; stroke=&quot;black&quot; stroke-width=&quot;3&quot; fill=&quot;red&quot; /&gt;    
&lt;/svg&gt;


&lt;svg height=&quot;100&quot; width=&quot;100&quot;&gt;
  &lt;circle id=&quot;circle3&quot; cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; stroke=&quot;black&quot; stroke-width=&quot;3&quot; fill=&quot;red&quot; /&gt;
&lt;/svg&gt;


I believe Joanie gave you some pointers to the specs. We also have a wiki you can check <a href="https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions_with_Tables">https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions_with_Tables</a> and <a href="https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions/Language_Tables">https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions/Language_Tables</a>. If you find any inconsistencies in the specs and/or the wiki pages, please bring them to my attention and I will get the task force to address the issue.

Fred Esch
Co-lead SVG accessibility task force
<a href="mailto:fesch&#64;us.ibm.com">fesch&#64;us.ibm.com</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>