File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,6 @@ partial namespace CSS {
644
644
645
645
<dl class='idl-methods'>
646
646
<dt><code> supports(CSSOMString property, CSSOMString value)</code> , returns <code> boolean</code>
647
- <dt><code> supports(CSSOMString conditionText)</code> , returns <code> boolean</code>
648
647
<dd>
649
648
<div algorithm="supports(property, value)">
650
649
When the {{supports(property, value)}} method is invoked
@@ -663,6 +662,8 @@ partial namespace CSS {
663
662
as " width" isn't the name of any property due to the leading space.
664
663
</div>
665
664
665
+ <dt><code> supports(CSSOMString conditionText)</code> , returns <code> boolean</code>
666
+ <dd>
666
667
<div algorithm="supports(conditionText)">
667
668
When the {{supports(conditionText)}} method is invoked
668
669
with a single <var> conditionText</var> argument:
You can’t perform that action at this time.
0 commit comments