File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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">
384382Creating 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+
10001004Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility}
10011005=================
10021006
You can’t perform that action at this time.
0 commit comments