[css3-syntax] Mention of tokenizing HTML; [] vs {}

Hi,

Section 3.4:

> Implementations must act as if they used the following state machine
> to tokenize HTML.

It should be CSS instead of HTML.


Later in the same section:

> zero or more of the following tokens: …, [, ], (, ), [, ].

[] is there twice and {} is missing. Same later with "Emit an [ token".


A patch is attached (output for 'hg diff').
I also changed "Emit an" to "Emit a" for [, ( and { tokens. (It used to 
be "Emit an open-paren" or so.)

-- 
Simon Sapin

Received on Saturday, 14 July 2012 08:53:28 UTC