Skip to content

Commit d332721

Browse files
harrisisvgeesus
authored andcommitted
Fix unrendered comment in :empty example
Also included a space here, since there's no example of the combination of whitespace and comment.
1 parent 7c634f7 commit d332721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ Tree-Structural pseudo-classes</h2>
29832983
&lt;p>&lt;/p>
29842984
&lt;p>
29852985
&lt;p> &lt;/p>
2986-
&lt;p><!-- comment -->&lt;/p>
2986+
&lt;p> &lt;!-- comment -->&lt;/p>
29872987
</pre>
29882988

29892989
''div:empty'' is not a valid representation of the <code>&lt;div></code> elements

0 commit comments

Comments
 (0)