Skip to content

Commit

Permalink
Fix unrendered comment in :empty example
Browse files Browse the repository at this point in the history
Also included a space here, since there's no example of the
combination of whitespace and comment.
  • Loading branch information
harrisi authored and svgeesus committed Dec 19, 2024
1 parent 7c634f7 commit d332721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2983,7 +2983,7 @@ Tree-Structural pseudo-classes</h2>
&lt;p>&lt;/p>
&lt;p>
&lt;p> &lt;/p>
&lt;p><!-- comment -->&lt;/p>
&lt;p> &lt;!-- comment -->&lt;/p>
</pre>

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

0 comments on commit d332721

Please sign in to comment.