Skip to content

Commit c4f3a5f

Browse files
committed
[css-conditional-3][editorial] Move dt next to appropriate dd.
1 parent 6c26094 commit c4f3a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-conditional-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ partial namespace CSS {
644644

645645
<dl class='idl-methods'>
646646
<dt><code>supports(CSSOMString property, CSSOMString value)</code>, returns <code>boolean</code>
647-
<dt><code>supports(CSSOMString conditionText)</code>, returns <code>boolean</code>
648647
<dd>
649648
<div algorithm="supports(property, value)">
650649
When the {{supports(property, value)}} method is invoked
@@ -663,6 +662,8 @@ partial namespace CSS {
663662
as " width" isn't the name of any property due to the leading space.
664663
</div>
665664

665+
<dt><code>supports(CSSOMString conditionText)</code>, returns <code>boolean</code>
666+
<dd>
666667
<div algorithm="supports(conditionText)">
667668
When the {{supports(conditionText)}} method is invoked
668669
with a single <var>conditionText</var> argument:

0 commit comments

Comments
 (0)