We should utilize CSS Logical Properties to support layouts for different writing modes and directions. References: - https://www.w3.org/TR/css-logical/ - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties/Basic_concepts - https://www.w3.org/International/questions/qa-html-dir - https://github.com/openui/open-ui/issues/258 - Support data (we may want to use vendor-prefixed variants as fallbacks):<br> <a href="https://caniuse.com/css-logical-props"><img width="700" src="https://caniuse.bitsofco.de/image/css-logical-props.jpg" alt="Data on support for the css-logical-props feature across the major browsers from caniuse.com"></a>
We should utilize CSS Logical Properties to support layouts for different writing modes and directions.
References: