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 @@ -49,7 +49,7 @@ Extension Names</h2>
49
49
A <dfn>declarative custom selector</dfn> is defined with the ''@custom-selector'' rule:
50
50
51
51
<pre class='prod'>
52
- <dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector>> ;
52
+ <dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector-list >> ;
53
53
<dfn><custom-selector></dfn> = <<custom-arg>> ? : <<extension-name>> [ ( <<custom-arg>> +#? ) ]? ;
54
54
<dfn><custom-arg></dfn> = $ <<ident-token>> ;
55
55
</pre>
@@ -84,7 +84,7 @@ Extension Names</h2>
84
84
</div>
85
85
86
86
This defines a <a>custom selector</a> which is written as a <a spec=selectors>pseudo-class</a> with the given <<extension-name>> ,
87
- and represents a '':matches()'' selector using the provided <<selector>> as its argument.
87
+ and represents a '':matches()'' selector using the provided <<selector-list >> as its argument.
88
88
89
89
<div class='example'>
90
90
For example, if an author wanted to easily refer to all heading elements in their HTML document,
You can’t perform that action at this time.
0 commit comments