Skip to content

Commit aad71de

Browse files
committed
[css-contain-3][editorial] Add context to matchContainer issue
1 parent 6c659d6 commit aad71de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-contain-3/Overview.bs

+6-2
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ Container Queries</h2>
378378
</pre>
379379
</div>
380380

381-
Issue(6205): Container Queries should have a matchContainer method
382-
383381
<h3 id="container-type">
384382
Creating Query Containers: the 'container-type' property</h3>
385383

@@ -997,6 +995,12 @@ The <code>CSSContainerRule</code> interface</h3>
997995

998996
Issue(7033): Add CSSOM API for CSSContainerRule
999997

998+
Issue(6205): Container Queries should have a <code>matchContainer</code> method.
999+
This will be modeled on {{matchMedia()}} and the {{MediaQueryList}} interface,
1000+
but applied to Elements rather than the Window.
1001+
When measuring layout sizes, it behaves Similar to <code>resizeObserver</code>,
1002+
but it provides the additional Container Query syntax and features.
1003+
10001004
Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility}
10011005
=================
10021006

0 commit comments

Comments
 (0)