Skip to content

Commit 2381834

Browse files
committed
Address error in prose that forbids standa-alone pseudo-elements as selectors <http://lists.w3.org/Archives/Public/www-style/2009Mar/0195.html>
1 parent 388b132 commit 2381834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selectors3/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,8 @@ <h3><a name=universal-selector>6.2. Universal selector</a> </h3>
832832
Namespaces</a> below.</p>
833833

834834
<p>If the universal selector is not the only component of a sequence
835-
of simple selectors, the <code>*</code> may be omitted.</p>
835+
of simple selectors or is immediately followed by a pseudo-element,
836+
the <code>*</code> may be omitted.</p>
836837

837838
<div class="example">
838839
<p>Examples:</p>

0 commit comments

Comments
 (0)