Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions css-position/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -842,11 +842,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>

<pre class="propdef">
Name: top
Value: auto | &lt;length> | &lt;percentage>
Value: auto | <<length-percentage>>
Initial: auto
Applies to: positioned elements
Inherited: no
Animatable: &lt;length>, &lt;percentage>
Animation type: length or percentage
Percentages: refer to height of <a>containing block</a>
Media: visual
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''.
Expand All @@ -868,11 +868,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>

<pre class="propdef">
Name: right
Value: auto | &lt;length> | &lt;percentage>
Value: auto | <<length-percentage>>
Initial: auto
Applies to: positioned elements
Inherited: no
Animatable: &lt;length>, &lt;percentage>
Animation type: length or percentage
Percentages: refer to height of <a>containing block</a>
Media: visual
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''.
Expand All @@ -894,11 +894,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>

<pre class="propdef">
Name: bottom
Value: auto | &lt;length> | &lt;percentage>
Value: auto | <<length-percentage>>
Initial: auto
Applies to: positioned elements
Inherited: no
Animatable: &lt;length>, &lt;percentage>
Animation type: length or percentage
Percentages: refer to height of <a>containing block</a>
Media: visual
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''.
Expand All @@ -920,11 +920,11 @@ Box offsets: 'top', 'right', 'bottom', 'left'</h3>

<pre class="propdef">
Name: left
Value: auto | &lt;length> | &lt;percentage>
Value: auto | <<length-percentage>>
Initial: auto
Applies to: positioned elements
Inherited: no
Animatable: &lt;length>, &lt;percentage>
Animation type: length or percentage
Percentages: refer to height of <a>containing block</a>
Media: visual
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''.
Expand Down Expand Up @@ -994,11 +994,11 @@ Logical box offsets: 'offset-before', 'offset-end', 'offset-after' and 'offset-s

<pre class="propdef">
Name: offset-before, offset-after, offset-start, offset-end
Value: auto | &lt;length> | &lt;percentage>
Value: auto | <<length-percentage>>
Initial: auto
Applies to: positioned elements
Inherited: no
Animatable: &lt;length>, &lt;percentage>
Animation type: length or percentage
Percentages: refer to height of <a>containing block</a>
Media: visual
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''.
Expand Down