Skip to content

Commit 22ffbbc

Browse files
cdoublevsvgeesus
authored andcommitted
[css-extensions-1] Minor syntax fixes
1 parent f4cedca commit 22ffbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-extensions-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Extension Names</h2>
5050

5151
<pre class='prod'>
5252
<dfn>@custom-selector</dfn> = @custom-selector <<custom-selector>> <<selector-list>> ;
53-
<dfn>&lt;custom-selector></dfn> = <<custom-arg>>? : <<extension-name>> [ ( <<custom-arg>>+#? ) ]? ;
54-
<dfn>&lt;custom-arg></dfn> = $ <<ident-token>> ;
53+
<dfn>&lt;custom-selector></dfn> = <<custom-arg>>? : <<extension-name>> [ ( <<custom-arg>>+#? ) ]?
54+
<dfn>&lt;custom-arg></dfn> = '$' <<ident-token>>
5555
</pre>
5656

5757
Where there must be no whitespace

0 commit comments

Comments
 (0)