File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -378,8 +378,6 @@ Container Queries</h2>
378
378
</pre>
379
379
</div>
380
380
381
- Issue(6205): Container Queries should have a matchContainer method
382
-
383
381
<h3 id="container-type">
384
382
Creating Query Containers: the 'container-type' property</h3>
385
383
@@ -997,6 +995,12 @@ The <code>CSSContainerRule</code> interface</h3>
997
995
998
996
Issue(7033): Add CSSOM API for CSSContainerRule
999
997
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
+
1000
1004
Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility}
1001
1005
=================
1002
1006
You can’t perform that action at this time.
0 commit comments