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 5357e78 commit 13e5ec9Copy full SHA for 13e5ec9
css-properties-values-api/Overview.bs
@@ -597,12 +597,15 @@ Parsing the syntax string {#parsing-syntax}
597
otherwise, return failure.
598
599
: U+007C VERTICAL LINE (|)
600
- :: <a>Consume a syntax component</a> from |stream|.
+ :: If |descriptor|’s [=list/size=] is greater than zero,
601
+ <a>consume a syntax component</a> from |stream|.
602
If failure was returned,
603
return failure;
604
otherwise,
605
[=list/append=] the returned value to |descriptor|.
606
607
+ If |descriptor|’s [=list/size=] is zero, return failure.
608
+
609
: anything else
610
:: <a>Reconsume the current input code point</a> in |stream|.
611
<a>Consume a syntax component</a> from |stream|.
0 commit comments