diff --git a/css-position/Overview.bs b/css-position/Overview.bs index 394b9a43337..5766fb044ff 100644 --- a/css-position/Overview.bs +++ b/css-position/Overview.bs @@ -842,11 +842,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'
   Name: top
-  Value: auto | <length> | <percentage>
+  Value: auto | <>
   Initial: auto
   Applies to: positioned elements
   Inherited: no
-  Animatable: <length>, <percentage>
+  Animation type: length or percentage
   Percentages: refer to height of containing block
   Media: visual
   Computed value: For 'position': ''relative'', see Relative positioning.
For 'position': ''sticky'', see Sticky positioning.
For 'position': ''static'', ''top/auto''.
Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''top/auto''. @@ -868,11 +868,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'
   Name: right
-  Value: auto | <length> | <percentage>
+  Value: auto | <>
   Initial: auto
   Applies to: positioned elements
   Inherited: no
-  Animatable: <length>, <percentage>
+  Animation type: length or percentage
   Percentages: refer to height of containing block
   Media: visual
   Computed value: For 'position': ''relative'', see Relative positioning.
For 'position': ''sticky'', see Sticky positioning.
For 'position': ''static'', ''right/auto''.
Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''right/auto''. @@ -894,11 +894,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'
   Name: bottom
-  Value: auto | <length> | <percentage>
+  Value: auto | <>
   Initial: auto
   Applies to: positioned elements
   Inherited: no
-  Animatable: <length>, <percentage>
+  Animation type: length or percentage
   Percentages: refer to height of containing block
   Media: visual
   Computed value: For 'position': ''relative'', see Relative positioning.
For 'position': ''sticky'', see Sticky positioning.
For 'position': ''static'', ''bottom/auto''.
Otherwise: if specified as a '<length>', the corresponding absolute length; if specified as a '<percentage>', the specified value; otherwise, ''bottom/auto''. @@ -920,11 +920,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'
   Name: left
-  Value: auto | <length> | <percentage>
+  Value: auto | <>
   Initial: auto
   Applies to: positioned elements
   Inherited: no
-  Animatable: <length>, <percentage>
+  Animation type: length or percentage
   Percentages: refer to height of containing block
   Media: visual
   Computed value: For 'position': ''relative'', see Relative positioning.
For 'position': ''sticky'', see Sticky positioning.
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''. @@ -994,11 +994,11 @@ Logical box offsets: 'offset-before', 'offset-end', 'offset-after' and 'offset-s
     Name: offset-before, offset-after, offset-start, offset-end
-    Value: auto | <length> | <percentage>
+    Value: auto | <>
     Initial: auto
     Applies to: positioned elements
     Inherited: no
-    Animatable: <length>, <percentage>
+    Animation type: length or percentage
     Percentages: refer to height of containing block
     Media: visual
     Computed value: For ''position: relative'', see Relative positioning.
For ''position: sticky'', see Sticky positioning.
For ''position: static'', ''top/auto''.
Otherwise: if specified as a <>, the corresponding absolute length; if specified as a <>, the specified value; otherwise, ''top/auto''.