@@ -44,7 +44,7 @@ spec:css-values-4; type:dfn; text:relative length
4444<h2 id='intro'>
4545Introduction</h2>
4646
47- ISSUE : This is a diff spec over <a href="https://www.w3.org/TR/css-contain-2/">CSS Containment Level 2</a> .
47+ Issue : This is a diff spec over <a href="https://www.w3.org/TR/css-contain-2/">CSS Containment Level 2</a> .
4848 It is currently an Exploratory Working Draft:
4949 if you are implementing anything, please use Level 2 as a reference.
5050 We will merge the Level 2 text into this draft once it reaches CR.
@@ -489,9 +489,6 @@ Inline-size: the '@container/inline-size' feature</h4>
489489 of the [=query container=] ’s [=content box=]
490490 in the [=query container=] ’s [=inline axis=] .
491491
492- ISSUE: What if the box wants to query
493- the size of the container in its own inline axis?
494-
495492
496493<h4 id="block-size">
497494Block-size: the '@container/block-size' feature</h4>
@@ -508,9 +505,6 @@ Block-size: the '@container/block-size' feature</h4>
508505 of the [=query container=] ’s [=content box=]
509506 in the [=query container=] ’s [=block axis=] .
510507
511- ISSUE: What if the box wants to query
512- the size of the container in its own block axis?
513-
514508
515509<h4 id="aspect-ratio">
516510Aspect-ratio: the '@container/aspect-ratio' feature</h4>
@@ -555,7 +549,7 @@ Style Container Features</h3>
555549 <dfn export>Style queries</dfn> allow querying
556550 the [=computed values=] of the [=query container=] .
557551
558- Issue(5989): " container width" and "container height" units
552+ Issue(5989): What container features can be queried?
559553
560554
561555<h3 id="state-container">
@@ -588,9 +582,9 @@ Container Relative Lengths: the ''qw'', ''qh'', ''qi'', ''qb'', ''qmin'', ''qmax
588582 <tr><td> ''qh''
589583 <td> 1% of [=query container=] 's height
590584 <tr><td> ''qi''
591- <td> 1% of [=query container=] 's size in the root element' s <a> inline axis</a>
585+ <td> 1% of [=query container=] 's inline size
592586 <tr><td> ''qb''
593- <td> 1% of [=query container=] 's size in the root element' s <a> block axis</a>
587+ <td> 1% of [=query container=] 's block size
594588 <tr><td> ''qmin''
595589 <td> 1% of [=query container=] 's smaller dimension
596590 <tr><td> ''qmax''
@@ -602,9 +596,11 @@ Container Relative Lengths: the ''qw'', ''qh'', ''qi'', ''qb'', ''qmin'', ''qmax
602596 they inherit the <a>computed values</a> .
603597
604598 For each element,
605- the [=query container=] being queried
606- is its nearest [=query container=] ancestor .
599+ [= container length =] units are based on
600+ the nearest ancestor [=query container=] .
607601 If no ancestor is an eligible [=query container=] ,
602+ or the nearest [=query container=] is not a container for
603+ [=dimensional queries=] on the unit's axis/axes,
608604 then the [=container length=] is zero (''0'' ).
609605
610606 <div class=example>
@@ -666,7 +662,7 @@ Changes from <a href="https://www.w3.org/TR/css-contain-2/">CSS Containment Leve
666662 * Defines the terms, properties, units, and at-rule
667663 needed for [=Container Queries=]
668664
669- Issue : [[css-contain-2#changes]]
665+ ISSUE : [[css-contain-2#changes]]
670666
671667<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
672668
0 commit comments