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}
596596 return |descriptor|;
597597 otherwise, return failure.
598598
599- : U+007C VERTICAL LINE (|)
599+ : anything else
600600 :: 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 (|),
603602 return failure;
604- otherwise,
605- [=list/append=] the returned value to |descriptor|.
606603
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|.
608606
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|.
612608 If failure was returned,
613609 return failure;
614610 otherwise,
You can’t perform that action at this time.
0 commit comments