[webkit-reviews] review requested: [Bug 26985] Implement parsing of <rp> & <rt> elements as per HTML5 spec : [Attachment 32286] patch: implement parsing of <rt>/<rp>, add accessibility role

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


Roland Steiner <rolandsteiner at google.com> has asked  for review:
Bug 26985: Implement parsing of <rp> & <rt> elements as per HTML5 spec
https://bugs.webkit.org/show_bug.cgi?id=26985

Attachment 32286: patch: implement parsing of <rt>/<rp>, add accessibility role
https://bugs.webkit.org/attachment.cgi?id=32286&action=edit

------- Additional Comments from Roland Steiner <rolandsteiner at google.com>
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.


More information about the webkit-reviews mailing list