<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WebKit exposes all Ruby Text as Unknown (Japanese EPUB accessibility blocker)"
   href="https://bugs.webkit.org/show_bug.cgi?id=141303#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WebKit exposes all Ruby Text as Unknown (Japanese EPUB accessibility blocker)"
   href="https://bugs.webkit.org/show_bug.cgi?id=141303">bug 141303</a>
              from <span class="vcard"><a class="email" href="mailto:cfleizach&#64;apple.com" title="chris fleizach &lt;cfleizach&#64;apple.com&gt;"> <span class="fn">chris fleizach</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=141303#c6">comment #6</a>)
<span class="quote">&gt; Created <span class=""><a href="attachment.cgi?id=252429&amp;action=diff" name="attach_252429" title="Patch">attachment 252429</a> <a href="attachment.cgi?id=252429&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch</span >

So it looks like this patch just hides all ruby elements from accessibility. I think we want to follow James original suggestion of exposing new roles for these objects so that VoiceOver can treat them as it needs

James suggestion was

-------------------------
WebKit should probably expose some new subroles for the APIs. This containing groups would allow VO and other AT to understand the element relationships.

I suggest the following subroles:

AXGroup:AXRuby
AXGroup:AXRubyInline
AXStaticText:AXRubyText (top)
AXStaticText:AXRubyBase (bottom)

------------------------
Thanks</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>