File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Creating An Anchor: the 'anchor-name' property {#name}
118118
119119<pre class=propdef>
120120Name : anchor-name
121- Value : none | <<dashed-ident>>
121+ Value : none | <<dashed-ident>>#
122122Initial : none
123123Inherited : no
124124Applies to : all elements that generate a [=principal box=]
@@ -127,18 +127,18 @@ Animation Type: discrete
127127
128128The 'anchor-name' property declares
129129that 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.
131131Values 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>
You can’t perform that action at this time.
0 commit comments