Skip to content

Commit e1fa605

Browse files
committed
1 parent babedab commit e1fa605

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

selectors3/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -838,10 +838,10 @@ <h3><a name=universal-selector>6.2. Universal selector</a> </h3>
838838
Namespaces</a> below.</p>
839839

840840
<p>If a universal selector represented by <code>*</code> (i.e. without a
841-
namespace prefix) is not the only component of a sequence of simple
842-
selectors or is immediately followed by a pseudo-element, then the
843-
<code>*</code> may be omitted and the universal selector's presence
844-
implied.</p>
841+
namespace prefix) is not the only component of a <a href="#sequence">sequence
842+
of simple selectors</a> selectors or is immediately followed by a
843+
<a href="#pseudo-elements">pseudo-element</a>, then the <code>*</code> may
844+
be omitted and the universal selector's presence implied.</p>
845845

846846
<div class="example">
847847
<p>Examples:</p>

0 commit comments

Comments
 (0)