[csswg-drafts] [css-om] logical properties api? (#4803)

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

== [css-om] logical properties api? ==
The CSSOM exposes [`getClientRects()`](https://drafts.csswg.org/cssom-view/#dom-element-getclientrects).  However, occasionally (and perhaps increasingly) as authors begin thinking about CSS Logical Properties, it can be useful to think about these things with an eye toward how they are being used in a given writing mode.  It seems potentially interesting, useful, and perhaps good for parity to consider adding some API surface that would allow this without having to invent your own API to do it.

h/t to @jonathantneal for bringing this up and asking the question/providing the [gist](https://gist.github.com/jonathantneal/137acac8d4b7c3bc0c02d6511bc13c37#file-getlogicalclientrect-js) illustrating a thing he was developing in order to experiment with some needs he was exploring himself here... 

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

Received on Monday, 24 February 2020 18:01:51 UTC