Skip to content

Commit 75d6674

Browse files
authored
[css-anchor-position-1] Make anchor-name a list (w3c#9240)
1 parent 9c9e63f commit 75d6674

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Creating An Anchor: the 'anchor-name' property {#name}
118118

119119
<pre class=propdef>
120120
Name: anchor-name
121-
Value: none | <<dashed-ident>>
121+
Value: none | <<dashed-ident>>#
122122
Initial: none
123123
Inherited: no
124124
Applies to: all elements that generate a [=principal box=]
@@ -127,18 +127,18 @@ Animation Type: discrete
127127

128128
The 'anchor-name' property declares
129129
that an element is an <dfn local-lt=anchor>anchor element</dfn>,
130-
and gives it an <dfn>anchor name</dfn> to be targeted by.
130+
and gives it a list of <dfn lt="anchor name">anchor names</dfn> to be targeted by.
131131
Values are defined as follows:
132132

133133
<dl dfn-type=value dfn-for=anchor-name>
134134
: <dfn>none</dfn>
135135
:: The property has no effect.
136136

137-
: <dfn><<dashed-ident>></dfn>
137+
: <dfn><<dashed-ident>>#</dfn>
138138
:: If the element generates a [=principal box=],
139139
the element is an [=anchor element=],
140-
with an [=anchor name=] equal to the <<dashed-ident>>.
141-
The [=anchor name=] is a [=tree-scoped name=].
140+
with a list of [=anchor names=] as specified.
141+
Each [=anchor name=] is a [=tree-scoped name=].
142142

143143
Otherwise, the property has no effect.
144144
</dl>

0 commit comments

Comments
 (0)