It's made clear with the above that there may be component values "represented" in the stream. Further down, the tokens item of the struct is said to be, quoting:
Which only supports the argument that component values are in the struct.
However, it doesn't outright say what would say be the effect of the above, for example as the "next token" and "consume token" steps are invoked -- does the stream decompose contained component values into individual tokens before vending them, or outright vend said component values?
I am confused as to whether a token stream as defined at https://drafts.csswg.org/css-syntax/#parser-definitions, ever vends component values [evidently allowed in the stream], or only tokens?
The first parable states:
It's made clear with the above that there may be component values "represented" in the stream. Further down, the
tokens
item of the struct is said to be, quoting:Which only supports the argument that component values are in the struct.
However, it doesn't outright say what would say be the effect of the above, for example as the "next token" and "consume token" steps are invoked -- does the stream decompose contained component values into individual tokens before vending them, or outright vend said component values?