[css-syntax] problem with parse component value

Hi,

I think there is a problem with parsing a component value (5.3.6) in the CR.

4. Reconsume the current input token. Consume a component value and let 
value be the return value. If nothing is returned, return a syntax error.

5. While the current input token is a <whitespace-token>, consume the 
next input token.

6. If the current input token is an <EOF-token>, return value. 
Otherwise, return a syntax error.

We need to consume the next input token before step 5. Otherwise at step 
5, the current input token is the last token of the component value 
consumed by 5.4.6. and cannot be either whitespace or EOF.

-- 
Johannes Koch
In te domine speravi; non confundar in aeternum.
                             (Te Deum, 4th cent.)

Received on Tuesday, 4 March 2014 20:28:04 UTC