Skip to content

Commit 6e8b7ae

Browse files
committed
[css-extensions] Fix link error.
1 parent ab2cf98 commit 6e8b7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-extensions/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>&lt;custom-selector></dfn> = <<custom-arg>>? : <<extension-name>> [ ( <<custom-arg>>+#? ) ]? ;
5454
<dfn>&lt;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,

0 commit comments

Comments
 (0)