We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c0252 commit 72f413bCopy full SHA for 72f413b
1 file changed
css-anchor-position-1/Overview.bs
@@ -2229,8 +2229,10 @@ depending on some commonly needed layout conditions.
2229
Whether or not |anchor| is [=clipped by intervening boxes=]
2230
must be checked after [=updating content relevancy for a document=]
2231
(see 'content-visibility' in [[css-contain-2]])
2232
- and before running any {{IntersectionObserver}},
2233
- and may also be checked at other times to improve responsiveness.
+ and running any {{ResizeObserver}},
+ but before running any {{IntersectionObserver}}.
2234
+ It may also be checked at other times to improve responsiveness.
2235
+ <!-- See https://github.com/w3c/csswg-drafts/issues/12732#issuecomment-3494097561 -->
2236
2237
Note: This means that if an abspos is next to its anchor in the DOM,
2238
for example,
0 commit comments