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
Percentages: refer to height of <a>containing block</a>
846
-
Computed value: For 'position': ''relative'', see Relative positioning.<br/> For 'position': ''sticky'', see Sticky positioning.<br/> For 'position': ''static'', ''top/auto''.<br/> Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''top/auto''.
847
+
Computed value: the keyword ''top/auto'' or an absolute length and/or percentage expression
848
+
Animation type: by computed value
847
849
</pre>
848
850
849
851
This property specifies how far an absolutely positioned box’s top margin
Percentages: refer to height of <a>containing block</a>
871
-
Computed value: For 'position': ''relative'', see Relative positioning.<br/> For 'position': ''sticky'', see Sticky positioning.<br/> For 'position': ''static'', ''right/auto''.<br/> Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''right/auto''.
873
+
Computed value: the keyword ''right/auto'' or an absolute length and/or percentage expression
874
+
Animation type: by computed value
872
875
</pre>
873
876
874
877
Similar to 'top', but specifies how far a box’s right margin edge is offset
Percentages: refer to height of <a>containing block</a>
896
-
Computed value: For 'position': ''relative'', see Relative positioning.<br/> For 'position': ''sticky'', see Sticky positioning.<br/> For 'position': ''static'', ''bottom/auto''.<br/> Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''bottom/auto''.
899
+
Computed value: the keyword ''bottom/auto'' or an absolute length and/or percentage expression
900
+
Animation type: by computed value
897
901
</pre>
898
902
899
903
Similar to 'top', but specifies how far a box’s bottom margin edge is offset
Percentages: refer to height of <a>containing block</a>
921
-
Computed value: For 'position': ''relative'', see Relative positioning.<br/> For 'position': ''sticky'', see Sticky positioning.<br/> For 'position': ''static'', ''left/auto''. Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''left/auto''.
925
+
Computed value: the keyword ''left/auto'' or an absolute length and/or percentage expression
926
+
Animation type: by computed value
922
927
</pre>
923
928
924
929
Similar to 'top', but specifies how far a box’s left margin edge is offset
Percentages: refer to height of <a>containing block</a>
996
-
Computed value: For ''position: relative'', see Relative positioning.<br/> For ''position: sticky'', see Sticky positioning.<br/> For ''position: static'', ''top/auto''.<br/> Otherwise: if specified as a <<length>>, the corresponding absolute length; if specified as a <<percentage>>, the specified value; otherwise, ''top/auto''.
1001
+
Computed value: the keyword ''inset-before/auto'' or an absolute length and/or percentage expression
1002
+
Animation type: by computed value
997
1003
</pre>
998
1004
999
1005
For an absolutely positioned box this property specifies how far the corresponding
Relationship of physical offset edges and the logical properties per
1075
+
Relationship of physical inset edges and the logical properties per
1070
1076
'writing-mode' and 'direction'.
1071
1077
</p>
1072
1078
</div>
1073
1079
1074
1080
<p class="issue">The logical property definitions should move to the Logical Properties module.</p>
1075
1081
1076
-
For relatively positioned boxes, the offset is with respect to the property’s
1082
+
For relatively positioned boxes, the inset is with respect to the property’s
1077
1083
corresponding physical reference edge of the box itself (i.e., the box is given a
1078
1084
position in the <a>normal flow</a>, and then offset from that position according
1079
1085
to the property).
1080
1086
1081
1087
<p class="issue">This needs to be defined for sticky positioning.</p>
1082
1088
1083
1089
For absolutely positioned elements whose <a>containing block</a>
1084
-
is based on a block-level element, this property is an offset from the corresponding
1090
+
is based on a block-level element, this property is an inset from the corresponding
1085
1091
padding edge of that element.
1086
1092
1087
1093
<p class="note">
@@ -1111,6 +1117,7 @@ Inherited: no
1111
1117
Animatable: no
1112
1118
Percentages: n/a
1113
1119
Computed value: specified value, but see prose
1120
+
Animation type: discrete
1114
1121
</pre>
1115
1122
1116
1123
The values of this property have the following meanings:
@@ -1502,7 +1509,7 @@ Auto heights for block formatting context roots</h3>
1502
1509
the bottommost block-level child box.
1503
1510
1504
1511
Absolutely positioned children are ignored, and relatively positioned boxes are
1505
-
considered without their offset. Note that the child box may be an <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level">anonymous block box</a>.
1512
+
considered without their inset. Note that the child box may be an <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level">anonymous block box</a>.
1506
1513
1507
1514
In addition, if the element has any floating descendants whose bottom margin edge
1508
1515
is below the element’s bottom content edge, then the height is increased to
@@ -1941,7 +1948,8 @@ Layered presentation</h2>
1941
1948
Inherited: no
1942
1949
Animatable: <integer>
1943
1950
Percentages: N/A
1944
-
Computed value: as specified
1951
+
Computed value: the keyword ''z-index/auto'' or an integer
1952
+
Animation type: per computed value
1945
1953
</pre>
1946
1954
1947
1955
For a positioned box, the 'z-index' property specifies:
0 commit comments