[Webkit-unassigned] [Bug 63903] dir=auto should imply unicode-bidi:isolate by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 17:25:51 PST 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |rniwa at webkit.org
                   |kit.org                     |
                 CC|                            |rniwa at webkit.org




--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-23 17:25:51 PST ---
(In reply to comment #3)
> I suspect this may be as simple as adding the CSS from the HTML5 spec into html.css in WebCore:
> http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#bidirectional-text
> http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css
> 
> The important piece is of course the LayoutTests which get landed with any change.

I could get rid of all C++ code in HTMLElement.cpp and add html5 spec's style rules but some of the rules might be expensive so I'll just modify the existing code to match the spec.

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