Skip to content

Commit 919aff7

Browse files
committed
[css-anchor-position] Whoops, separate the self and non-self logical axises, they weren't meant to be mixable.
1 parent 663b4b5 commit 919aff7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,14 @@ Its syntax is:
490490
| y-self-start | y-self-end | span-y-self-start | span-y-self-end
491491
| span-all ]
492492
|
493-
[ block-start | center | block-end | span-block-start | span-block-end
494-
| self-block-start | self-block-end | span-self-block-start | span-self-block-end
495-
| span-all ]
493+
[ block-start | center | block-end | span-block-start | span-block-end | span-all ]
496494
||
497495
[ inline-start | center | inline-end | span-inline-start | span-inline-end
498-
| self-inline-start | self-inline-end | span-self-inline-start | span-self-inline-end
499496
| span-all ]
497+
|
498+
[ self-block-start | self-block-end | span-self-block-start | span-self-block-end | span-all ]
499+
||
500+
[ self-inline-start | self-inline-end | span-self-inline-start | span-self-inline-end | span-all ]
500501
|
501502
[ start | center | end | span-start | span-end | span-all ]{1,2}
502503
|

0 commit comments

Comments
 (0)