Skip to content

Commit 90ddb0d

Browse files
committed
[css-anchor-position-1] Add missing keywords to <<position-area>> <dl> #11372
1 parent e874077 commit 90ddb0d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-anchor-position-1/Overview.bs

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:css-position-3;
2727
type:property; text:inset-inline-start
2828
spec:css-cascade-5; type:dfn; text:property
2929
spec:dom; type:dfn; text:shadow tree
30+
spec:css-align-3; type:value; for:<self-position>; text:center
3031
</pre>
3132

3233
<pre class=anchors>
@@ -697,12 +698,12 @@ by specifying the rows and columns the region occupies as follows:
697698
are identical,
698699
but refer to the box's own [=writing mode=].
699700

700-
: <dfn>span-start</dfn>, <dfn>span-end</dfn>
701+
: <dfn>span-start</dfn>, <dfn>span-end</dfn>, <dfn>span-self-start</dfn>, <dfn>span-self-end</dfn>
701702
: <dfn>span-top</dfn>, <dfn>span-bottom</dfn>
702-
: <dfn>span-y-start</dfn>, <dfn>span-y-end</dfn>
703-
: <dfn>span-x-start</dfn>, <dfn>span-x-end</dfn>
704-
: <dfn>span-block-start</dfn>, <dfn>span-block-end</dfn>
705-
: <dfn>span-inline-start</dfn>, <dfn>span-inline-end</dfn>
703+
: <dfn>span-y-start</dfn>, <dfn>span-y-end</dfn>, <dfn>span-y-self-start</dfn>, <dfn>span-y-self-end</dfn>
704+
: <dfn>span-x-start</dfn>, <dfn>span-x-end</dfn>, <dfn>span-x-self-start</dfn>, <dfn>span-x-self-end</dfn>
705+
: <dfn>span-block-start</dfn>, <dfn>span-block-end</dfn>, <dfn>span-self-block-start</dfn>, <dfn>span-self-block-end</dfn>
706+
: <dfn>span-inline-start</dfn>, <dfn>span-inline-end</dfn>, <dfn>span-self-inline-start</dfn>, <dfn>span-self-inline-end</dfn>
706707
:: Two adjacent rows or columns,
707708
depending on which axis this keyword is specifying:
708709
the center row/column,

0 commit comments

Comments
 (0)