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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 00:25:50 PDT 2009


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


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




--- Comment #2 from Maciej Stachowiak <mjs at apple.com>  2009-07-06 00:25:49 PDT ---
(In reply to comment #1)
> Created an attachment (id=32286)
 --> (https://bugs.webkit.org/attachment.cgi?id=32286) [details]
> 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.

I think this patch needs regression tests anyway, since it affects behavior.
Either the tests should be made so they only test parsing and not layout, or
the results can be updated when layout changes too.

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