Re: CR and LF in the input stream / as NCRs (detailed review of parsing algorithm)

On 7/30/07, Simon Pieters <simonp@opera.com> wrote:
>
> (This is part of my detailed review of the parsing algorithm.)
>
> In http://www.whatwg.org/specs/web-apps/current-work/#consume the spec
> states that &#13; is a parse error. Is this intentional?
>
>
> The handling of &#10;, &#13;, CRs and LFs, and their combinations, seems
> to be a bit different in browsers.
>
>
> http://simon.html5.org/test/html/parsing/tokenisation/entities/carriage-return/demo.htm

To add, see http://shadow2531.com/opera/testcases/cdata/002.html

In that situation, what Firefox and Safari give is correct IMO. IE and
Opera are way off.

-- 
Michael

Received on Tuesday, 31 July 2007 02:22:29 UTC