Skip to content

Commit 5d26c74

Browse files
committed
[css-anchor-1] Add an issue pointing to #8180
1 parent 1e9159e commit 5d26c74

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

css-anchor-1/Overview.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,17 @@ The ''anchor()'' function has three arguments:
156156
If omitted,
157157
it defaults to ''0px''.
158158

159+
Issue: Computed value for anchor()
160+
probably needs to be the anchor() function,
161+
but with the target anchor element resolved.
162+
This allows for transitions to work properly
163+
with tree-scoped names,
164+
and with changing anchor elements.
165+
See <a href="https://github.com/w3c/csswg-drafts/issues/8180">Issue 8180</a>.
166+
159167
An ''anchor()'' function representing a [=valid anchor query=]
160-
resolves to the <<length>>
161-
that would align the edge
168+
resolves at [=used value=] time
169+
to the <<length>> that would align the edge
162170
of the positioned elements' [=inset-modified containing block=]
163171
corresponding to the property the function appears in
164172
with the specified border edge of the [=target anchor element=],

0 commit comments

Comments
 (0)