Skip to content

Commit 9c16a3b

Browse files
committed
[css-anchor-position][editorial] remove whitespace from the multiplier syntax
1 parent f7b4eb4 commit 9c16a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ Its syntax is:
399399
| self-inline-start | self-inline-end | center-self-inline-start | center-self-inline-end
400400
| all ]
401401
|
402-
[ start | center | end | center-start | center-end | all ]{1, 2}
402+
[ start | center | end | center-start | center-end | all ]{1,2}
403403
|
404-
[ self-start | center | self-end | center-self-start | center-self-end | all ]{1, 2}
404+
[ self-start | center | self-end | center-self-start | center-self-end | all ]{1,2}
405405
]
406406
</pre>
407407

0 commit comments

Comments
 (0)