File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
159167An ''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
162170of the positioned elements' [=inset-modified containing block=]
163171corresponding to the property the function appears in
164172with the specified border edge of the [=target anchor element=] ,
You can’t perform that action at this time.
0 commit comments