[Webkit-unassigned] [Bug 26985] Implement parsing of <rp> & <rt> elements as per HTML5 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 5 23:34:45 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26985


Roland Steiner <rolandsteiner at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32286|                            |review?
               Flag|                            |




--- Comment #1 from Roland Steiner <rolandsteiner at google.com>  2009-07-05 23:34:45 PDT ---
Created an attachment (id=32286)
 --> (https://bugs.webkit.org/attachment.cgi?id=32286)
patch: implement parsing of <rt>/<rp>, add accessibility role

This patch implements the parsing of <rp> and <rt> tags as per the HTML5 spec. 

It also sets a (new) accessibility role "Annotation" for <rp> and <rt>.

Affected code parts are not enclosed in #IF ENABLE(RUBY), since the parsing is
not affected by whether ruby is rendered properly or not (in fact, it may be
more profound without ruby layouting, since the contents of <rp> are not
hidden).

The patch includes no layout tests, as layouting will change once the patch for
proper ruby rendering is landed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list