diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index b281dc52f218..c0981c75420b 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -386,7 +386,12 @@ in anchor positioning. * |el| is either an [=element=] or a [=part-like pseudo-element=]. - * |el| is not in the [=skipped contents=] of another element. + * If |el| is in the [=skipped contents=] of another element, + then |query el| is in the [=skipped contents=] of that same element. + + Note: In other words, |query el| can anchor to |el| + if they're both in the same skipped "leaf", + but it can't anchor "across" leafs. * |el| is in scope for |query el|, per the effects of 'anchor-scope' on |query el|