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 7b12073 commit 85e158dCopy full SHA for 85e158d
css-syntax/Overview.bs
@@ -625,22 +625,12 @@ Token Railroad Diagrams</h3>
625
N: <ident-token "url">
626
T: (
627
N: ws*
628
- Opt:
629
- Seq:
630
- Choice:
631
- N: url-unquoted
632
- N: <string-token>
633
- N: ws*
634
- T: )
635
- </pre>
636
-
637
- <dt id="url-unquoted-diagram">url-unquoted
638
- <dd>
639
- <pre class='railroad'>
640
- Plus:
+ Star:
641
Choice:
642
- N: not " ' ( ) \ whitespace or non-printable
+ N: not " ' ( ) \ ws or non-printable
643
N: escape
+ N: ws*
+ T: )
644
</pre>
645
646
<dt id="number-token-diagram"><<number-token>>
0 commit comments