[Webkit-unassigned] [Bug 64861] Need support for :dir() pseudo-class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 14:00:44 PST 2013


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2013-02-03 14:02:47 PST ---
(In reply to comment #0)
> Selectors Level 4 (http://dev.w3.org/csswg/selectors4/#dir-pseudo) specifies the :dir() pseudo-class (:dir(ltr) and :dir(rtl)), which allows the author to write selectors that represent an element based on its HTML5 directionality (see http://dev.w3.org/html5/spec/Overview.html#the-directionality).

What happens if you added a style rule like:
:dir(ltr) {
    direction: rtl;
}
?

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