Skip to content

Commit

Permalink
[css-position-3] Fix broken refs to property value ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and fantasai committed Nov 20, 2023
1 parent 621beb4 commit 743af48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-position-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Box Insets Shorthands: the 'inset-block', 'inset-inline', and 'inset' properties

<pre class="propdef">
Name: inset-block, inset-inline
Value: <'top'>{1,2}
Value: <<'top'>>{1,2}
Initial: auto
Applies to: positioned elements
Inherited: no
Expand All @@ -560,7 +560,7 @@ Box Insets Shorthands: the 'inset-block', 'inset-inline', and 'inset' properties

<pre class="propdef">
Name: inset
Value: <'top'>{1,4}
Value: <<'top'>>{1,4}
Initial: auto
Applies to: positioned elements
Inherited: no
Expand Down

0 comments on commit 743af48

Please sign in to comment.