File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Extension Names</h2>
4949 A <dfn>declarative custom selector</dfn> is defined with the ''@custom-selector'' rule:
5050
5151 <pre class='prod'>
52- <dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector>> ;
52+ <dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector-list >> ;
5353 <dfn><custom-selector></dfn> = <<custom-arg>> ? : <<extension-name>> [ ( <<custom-arg>> +#? ) ]? ;
5454 <dfn><custom-arg></dfn> = $ <<ident-token>> ;
5555 </pre>
@@ -84,7 +84,7 @@ Extension Names</h2>
8484 </div>
8585
8686 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.
8888
8989 <div class='example'>
9090 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