Skip to content

Commit bb79785

Browse files
committed
[css-anchor-position][editorial] bikeshed fixes
1 parent 5ea9aa0 commit bb79785

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for a given positioned element,
148148
so a name can be reused in multiple places
149149
if the usages are scoped appropriately.
150150
If the element has either [=style containment=] or [=layout containment=],
151-
the 'anchor-name' property is [=scoped property|scoped=] [=scoped to a subtree|to a subtree=].
151+
the 'anchor-name' property is [=scoped property|scoped=] [=scoped to a sub-tree|to a sub-tree=].
152152
If there are still multiple valid [=anchor elements=]
153153
with the given [=anchor name=],
154154
the last one is chosen.
@@ -230,7 +230,7 @@ Values have the following meanings:
230230
to [=anchor elements=] within this subtree.
231231
</dl>
232232

233-
This property has no effect on [=implicit anchors=].
233+
This property has no effect on [=implicit anchor elements=].
234234

235235
<div class=example>
236236
When a design pattern is re-used,
@@ -528,8 +528,6 @@ Its syntax is:
528528
to give a good default alignment for the positioned element.
529529

530530
See [[#resolving-spans]] for details on both of these effects.
531-
If the two <<inset-area-span>>s do not define a valid region,
532-
this property is invalid.
533531

534532
Also, any ''top/auto'' [=inset properties=] resolve to ''0''.
535533
</dl>
@@ -1786,9 +1784,6 @@ using layout information about the query container's size,
17861784
which can thus trigger <a href="https://www.w3.org/TR/css-transitions-1/">transitions</a>
17871785
when the container changes size between layouts.
17881786

1789-
An [=absolutely positioned box=]'s [=overriding position rectangle=]
1790-
(see 'position-animation')
1791-
is determined by [=style & layout interleaving=].
17921787
The [=accepted @position-try properties=] are also [=interleaved=]
17931788
when resolving fallback
17941789
(see 'position-try').

0 commit comments

Comments
 (0)