File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
css-properties-values-api Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -596,19 +596,15 @@ Parsing the syntax string {#parsing-syntax}
596
596
return |descriptor|;
597
597
otherwise, return failure.
598
598
599
- : U+007C VERTICAL LINE (|)
599
+ : anything else
600
600
:: If |descriptor|’s [=list/size=] is greater than zero,
601
- <a>consume a syntax component</a> from |stream|.
602
- If failure was returned,
601
+ and the <a>current input code point</a> is not U+007C VERTICAL LINE (|),
603
602
return failure;
604
- otherwise,
605
- [=list/append=] the returned value to |descriptor|.
606
603
607
- If |descriptor|’s [=list/size=] is zero, return failure.
604
+ :: If the <a>current input code point</a> is not U+007C VERTICAL LINE (|),
605
+ <a>Reconsume the current input code point</a> in |stream|.
608
606
609
- : anything else
610
- :: <a>Reconsume the current input code point</a> in |stream|.
611
- <a>Consume a syntax component</a> from |stream|.
607
+ :: <a>Consume a syntax component</a> from |stream|.
612
608
If failure was returned,
613
609
return failure;
614
610
otherwise,
You can’t perform that action at this time.
0 commit comments