rephrase, add note chrishtr-patch-1

Wed, 17 Jul 2024 10:08:39 -0700

author
Tab Atkins Jr. <[email protected]>
date
Wed, 17 Jul 2024 10:08:39 -0700
changeset 31355
c4df8903a515
parent 31351
06b8359c0d4f

rephrase, add note

css-anchor-position-1/Overview.bs file | annotate | diff | comparison | revisions
     1.1 --- a/css-anchor-position-1/Overview.bs	Tue Jul 16 16:10:04 2024 -0700
     1.2 +++ b/css-anchor-position-1/Overview.bs	Wed Jul 17 10:08:39 2024 -0700
     1.3 @@ -386,8 +386,12 @@
     1.4  	* |el| is either an [=element=]
     1.5  		or a [=part-like pseudo-element=].
     1.6  
     1.7 -	* |el| is not in the skipped contents of another element,
     1.8 -		or there is another element such that |el| is in the [=skipped contents=] of that that element but |query el| is not.
     1.9 +	* If |el| is in the [=skipped contents=] of another element,
    1.10 +		then |query el| is in the [=skipped contents=] of that same element.
    1.11 +
    1.12 +		Note: In other words, |query el| can anchor to |el| 
    1.13 +		if they're both in the same skipped "leaf",
    1.14 +		but it can't anchor "across" leafs.
    1.15  
    1.16  	* |el| is in scope for |query el|,
    1.17  		per the effects of 'anchor-scope' on |query el|

mercurial