From 74c43a7f2b9a2ceccdffa4deb7c3142f33dcb13b Mon Sep 17 00:00:00 2001 From: Chris Harrelson <3453258+chrishtr@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:10:04 -0700 Subject: [PATCH 1/2] Update Overview.bs --- css-anchor-position-1/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index b281dc52f218..9324c7484a53 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -386,7 +386,8 @@ in anchor positioning. * |el| is either an [=element=] or a [=part-like pseudo-element=]. - * |el| is not in the [=skipped contents=] of another element. + * |el| is not in the skipped contents of another element, + or there is another element such that |el| is in the [=skipped contents=] of that that element but |query el| is not. * |el| is in scope for |query el|, per the effects of 'anchor-scope' on |query el| From 0f883db81bac0f76a4dda2297eaaf5e4f50da3b5 Mon Sep 17 00:00:00 2001 From: "Tab Atkins Jr." Date: Wed, 17 Jul 2024 10:08:39 -0700 Subject: [PATCH 2/2] rephrase, add note --- css-anchor-position-1/Overview.bs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index 9324c7484a53..c0981c75420b 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -386,8 +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, - or there is another element such that |el| is in the [=skipped contents=] of that that element but |query el| is not. + * 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|