You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [[CSS2]]. These properties are writing-mode relative equivalents of their corresponding physical properties.
@@ -678,7 +678,10 @@ the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-ra
678
678
679
679
These properties correspond to the
680
680
'border-top-left-radius', 'border-bottom-left-radius', 'border-top-right-radius', and 'border-bottom-right-radius' properties.
681
-
The mapping depends on the element's 'writing-mode', 'direction', and 'text-orientation'.
681
+
The mapping depends on the element's 'writing-mode', 'direction', and 'text-orientation',
682
+
with the first start/end giving the block axis side,
683
+
and the second the inline-axis side
684
+
(i.e. patterned as 'border-<var>block</var>-<var>inline</var>-radius').
682
685
683
686
<h3 id="logical-shorthand-keyword">
684
687
Four-Directional Shorthand Properties: the 'margin', 'padding', 'border-width', 'border-style', and 'border-color' shorthands</h3>
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-logical-1-20180827/">previous Working Draft</a> include:
760
763
<ul>
761
-
<li>Removing the features for logical background and border-images.
762
-
(These ideas may be revisited in a future draft.)
763
-
<li>Adding the logical 'border-radius' longhands.
764
+
<li>Miscellaneous minor clarifications
764
765
</ul>
765
766
766
767
Changes between the earlier Editors Drafts and the <a href="https://www.w3.org/TR/2017/WD-css-logical-1-20170518/">18 May 2017 First Public Working Draft</a> include:
0 commit comments