[csswg-drafts] [css-backgrounds][css-logical-props] Consider defining logical values for <angle>

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

== [css-backgrounds][css-logical-props] Consider defining logical 
values for <angle> ==
In the [linear gradient 
syntax](https://drafts.csswg.org/css-images-3/#linear-gradient-syntax)
 and transform `rotate()` function currently isn't able to use logical
 angles.

Such that to get a background to follow the direction of the text 
would require JavaScript.

If a developer were to use:
```
background: linear-gradient(logical 1deg, white, black);
```

The rotation of the linear gradient in rtl language might be -1deg.


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

Received on Tuesday, 24 January 2017 00:06:59 UTC