Skip to content

Commit c8e69f3

Browse files
SebastianZtabatkins
authored andcommitted
[css-position] Replaced <length> | <percentage> by <length-percentage> (w3c#264)
1 parent 71f7f53 commit c8e69f3

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

css-position/Overview.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -842,11 +842,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>
842842

843843
<pre class="propdef">
844844
Name: top
845-
Value: auto | &lt;length> | &lt;percentage>
845+
Value: auto | <<length-percentage>>
846846
Initial: auto
847847
Applies to: positioned elements
848848
Inherited: no
849-
Animatable: &lt;length>, &lt;percentage>
849+
Animation type: length or percentage
850850
Percentages: refer to height of <a>containing block</a>
851851
Media: visual
852852
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 '&lt;length>', the corresponding absolute length; if specified as a '&lt;percentage>', the specified value; otherwise, ''top/auto''.
@@ -868,11 +868,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>
868868

869869
<pre class="propdef">
870870
Name: right
871-
Value: auto | &lt;length> | &lt;percentage>
871+
Value: auto | <<length-percentage>>
872872
Initial: auto
873873
Applies to: positioned elements
874874
Inherited: no
875-
Animatable: &lt;length>, &lt;percentage>
875+
Animation type: length or percentage
876876
Percentages: refer to height of <a>containing block</a>
877877
Media: visual
878878
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 '&lt;length>', the corresponding absolute length; if specified as a '&lt;percentage>', the specified value; otherwise, ''right/auto''.
@@ -894,11 +894,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>
894894

895895
<pre class="propdef">
896896
Name: bottom
897-
Value: auto | &lt;length> | &lt;percentage>
897+
Value: auto | <<length-percentage>>
898898
Initial: auto
899899
Applies to: positioned elements
900900
Inherited: no
901-
Animatable: &lt;length>, &lt;percentage>
901+
Animation type: length or percentage
902902
Percentages: refer to height of <a>containing block</a>
903903
Media: visual
904904
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 '&lt;length>', the corresponding absolute length; if specified as a '&lt;percentage>', the specified value; otherwise, ''bottom/auto''.
@@ -920,11 +920,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>
920920

921921
<pre class="propdef">
922922
Name: left
923-
Value: auto | &lt;length> | &lt;percentage>
923+
Value: auto | <<length-percentage>>
924924
Initial: auto
925925
Applies to: positioned elements
926926
Inherited: no
927-
Animatable: &lt;length>, &lt;percentage>
927+
Animation type: length or percentage
928928
Percentages: refer to height of <a>containing block</a>
929929
Media: visual
930930
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 '&lt;length>', the corresponding absolute length; if specified as a '&lt;percentage>', the specified value; otherwise, ''left/auto''.
@@ -994,11 +994,11 @@ Logical box offsets: 'offset-before', 'offset-end', 'offset-after' and 'offset-s
994994

995995
<pre class="propdef">
996996
Name: offset-before, offset-after, offset-start, offset-end
997-
Value: auto | &lt;length> | &lt;percentage>
997+
Value: auto | <<length-percentage>>
998998
Initial: auto
999999
Applies to: positioned elements
10001000
Inherited: no
1001-
Animatable: &lt;length>, &lt;percentage>
1001+
Animation type: length or percentage
10021002
Percentages: refer to height of <a>containing block</a>
10031003
Media: visual
10041004
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''.

0 commit comments

Comments
 (0)