-
Are there any plans for "logical transforms" in CSS? eg translateInline() & translateBlock() scaleInline() & scaleBlock() etc… …I was going to ask, but then spent 30s to go find out: github.com/w3c/csswg-drafts/issues/1544
-
I have an opinion. We should. Anywhere I'd use a logical (flow-relative) margin, padding, or inset, I would want transformations able to follow exactly the same logic. (I mean, there are use-cases for mixing logical with physical, but also more use-cases for matching them)
-
Leave comments on the issue if you have thoughts or use-cases! It's public for a reason. :)