Hi,
From: Ian Hickson <[EMAIL PROTECTED]>
On Mon, 14 Aug 2006, Simon Pieters wrote:
>
> I guess that for compat with IE and the Web[1] we have to treat
> "Résumé" as if it were "Résumé". So how do we
> handle "¬i;"? When the parser has come as far as "¬" it can't
> return U+00AC yet because it could well be "∉". But when it has
> reached "¬i;" then it can't be "∉", thus it returns U+00AC, but
> then you also have to reparse the "i;", right? Unless I'm mistaken the
> spec doesn't say anything about that.
Section 8.2.3.1 "Tokenising entities", under "Anything else", covers this:
"Consume the maximum number of characters possible, with the consumed
characters case-sensitively matching one of the identifiers in the first
column of the entities table".
I've read that several times. But it doesn't say that "i;" in "¬i;" is
going to be reparsed. ("noti" isn't an entity, but "not" and "notin" are.)
Regards,
Simon Pieters