Skip to content

Commit 85e158d

Browse files
committed
[css-syntax] Kill the quoted-url branch from the url-token railroad. Fold the old unquoted-url diagram into url-token.
1 parent 7b12073 commit 85e158d

File tree

2 files changed

+52
-92
lines changed

2 files changed

+52
-92
lines changed

css-syntax/Overview.bs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -625,22 +625,12 @@ Token Railroad Diagrams</h3>
625625
N: <ident-token "url">
626626
T: (
627627
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:
628+
Star:
641629
Choice:
642-
N: not " ' ( ) \ whitespace or non-printable
630+
N: not " ' ( ) \ ws or non-printable
643631
N: escape
632+
N: ws*
633+
T: )
644634
</pre>
645635

646636
<dt id="number-token-diagram"><<number-token>>

0 commit comments

Comments
 (0)