Skip to content

Commit c4de327

Browse files
committed
Address minor editorial comments for universal selector <http://lists.w3.org/Archives/Public/www-style/2009Oct/0214.html>
1 parent 3a5dc12 commit c4de327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors3/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,15 +828,15 @@ <h3><a name=universal-selector>6.2. Universal selector</a> </h3>
828828

829829
<p>The <dfn>universal selector</dfn>, written as a
830830
<a href="http://www.w3.org/TR/css3-namespace/#css-qnames">CSS qualified
831-
name</a> <a href="#refsCSSNS">[CSSNS]</a> with an an asterisk (<code>*</code>
831+
name</a> <a href="#refsCSSNS">[CSSNS]</a> with an asterisk (<code>*</code>
832832
U+002A) as the local name, represents the qualified name of any element
833833
type. It represents any single element in the document tree in any
834834
namespace (including those without a namespace) if no default
835835
namespace has been specified for selectors. If a default namespace has
836836
been specified, see <a href="#univnmsp">Universal selector and
837837
Namespaces</a> below.</p>
838838

839-
<p>If a universal selector represented by <code>*</code> (without a
839+
<p>If a universal selector represented by <code>*</code> (i.e. without a
840840
namespace prefix) is not the only component of a sequence of simple
841841
selectors or is immediately followed by a pseudo-element, then the
842842
<code>*</code> may be omitted and the universal selector's presence

0 commit comments

Comments
 (0)