[csswg-drafts] [mediaqueries] media feature for RTL direction

cookiecrook has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [mediaqueries] media feature for RTL direction ==
[mediaqueries] media feature for RTL direction

Perhaps:
@media (direction: rtl) { /* hebrew, arabic, etc. */ }


And the none value (ltr could potentially be a synonym for none in the
 Boolean context?):

(direction: none) == (direction: ltr)
(direction) == (direction: rtl)



Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/642 using your GitHub 
account

Received on Tuesday, 25 October 2016 00:42:55 UTC