Syntax for wildcard selector in the CSS spec.
This commit is contained in:
parent
3c944f77c9
commit
da36c53321
|
@ -120,6 +120,12 @@ This would return a set containing two elements: `<foo>` and `<bar>`
|
|||
|
||||
The corresponding XPath is also `*`.
|
||||
|
||||
### Syntax
|
||||
|
||||
The syntax for the universal selector is very simple:
|
||||
|
||||
universal = '*';
|
||||
|
||||
## Element Selector
|
||||
|
||||
W3 chapter: <http://www.w3.org/TR/css3-selectors/#type-selectors>
|
||||
|
|
Loading…
Reference in New Issue