File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
832832U+002A) as the local name, represents the qualified name of any element
833833type. It represents any single element in the document tree in any
834834namespace (including those without a namespace) if no default
835835namespace has been specified for selectors. If a default namespace has
836836been specified, see < a href ="#univnmsp "> Universal selector and
837837Namespaces</ 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
840840namespace prefix) is not the only component of a sequence of simple
841841selectors or is immediately followed by a pseudo-element, then the
842842< code > *</ code > may be omitted and the universal selector's presence
You can’t perform that action at this time.
0 commit comments