Skip to content

Commit 96ddb61

Browse files
committed
[css-anchor-position] ||, not &&, as you are allowed to specify just one.
1 parent bdb7ba6 commit 96ddb61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Its syntax is:
385385
| x-start | x-end | center-x-start | center-x-end
386386
| x-self-start | x-self-end | center-x-self-start | center-x-self-end
387387
| all ]
388-
&&
388+
||
389389
[ top | center | bottom | center-top | center-bottom
390390
| y-start | y-end | center-y-start | center-y-end
391391
| y-self-start | y-self-end | center-y-self-start | center-y-self-end
@@ -394,7 +394,7 @@ Its syntax is:
394394
[ block-start | center | block-end | center-block-start | center-block-end
395395
| self-block-start | self-block-end | center-self-block-start | center-self-block-end
396396
| all ]
397-
&&
397+
||
398398
[ inline-start | center | inline-end | center-inline-start | center-inline-end
399399
| self-inline-start | self-inline-end | center-self-inline-start | center-self-inline-end
400400
| all ]

0 commit comments

Comments
 (0)