We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cedca commit 22ffbbcCopy full SHA for 22ffbbc
css-extensions-1/Overview.bs
@@ -50,8 +50,8 @@ Extension Names</h2>
50
51
<pre class='prod'>
52
<dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector-list>> ;
53
- <dfn><custom-selector></dfn> = <<custom-arg>>? : <<extension-name>> [ ( <<custom-arg>>+#? ) ]? ;
54
- <dfn><custom-arg></dfn> = $ <<ident-token>> ;
+ <dfn><custom-selector></dfn> = <<custom-arg>>? : <<extension-name>> [ ( <<custom-arg>>+#? ) ]?
+ <dfn><custom-arg></dfn> = '$' <<ident-token>>
55
</pre>
56
57
Where there must be no whitespace
0 commit comments