Skip to content

Commit

Permalink
[css-anchor-position] Add 'center' to the <inset-area> variants that …
Browse files Browse the repository at this point in the history
…are missing it. #10383
  • Loading branch information
jwatt authored and fantasai committed Jul 2, 2024
1 parent 1839d6a commit db91b8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css-anchor-position-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,11 @@ Its syntax is:
[ inline-start | center | inline-end | span-inline-start | span-inline-end
| span-all ]
|
[ self-block-start | self-block-end | span-self-block-start | span-self-block-end | span-all ]
[ self-block-start | center | self-block-end | span-self-block-start
| span-self-block-end | span-all ]
||
[ self-inline-start | self-inline-end | span-self-inline-start | span-self-inline-end | span-all ]
[ self-inline-start | center | self-inline-end | span-self-inline-start
| span-self-inline-end | span-all ]
|
[ start | center | end | span-start | span-end | span-all ]{1,2}
|
Expand Down

0 comments on commit db91b8b

Please sign in to comment.