[Webkit-unassigned] [Bug 65617] Make unicode-bidi:isolate the default for block elements instead of unicode-bidi:embed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 02:13:55 PST 2011


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





--- Comment #6 from Aharon (Vladimir) Lanin <aharon at google.com>  2011-11-17 02:13:55 PST ---
The change needs to be effective for "block" elements whether or not they have a dir attribute. Rules like
  div {display:block; unicode-bidi:isolate;}
are not sufficient because the generic [dir] {unicode-bidi:embed;} is considered more specific and overrides them for elements with a dir attribute. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=14850.

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