Re: [whatwg] Another bug in the HTML parsing spec?

2011-12-20 Thread Henri Sivonen
On Tue, Oct 18, 2011 at 3:47 AM, Ian Hickson wrote: >> 2) I can't get all of the parser tests from html5lib to pass with this >> algorithm as it is currently written.  In particular, there are 5 tests in >> testdata/tree-construction/tests9.dat of this basic form: >> >> foo >> >> As the spec is w

Re: [whatwg] Another bug in the HTML parsing spec?

2011-10-18 Thread David Flanagan
On 10/17/11 5:47 PM, Ian Hickson wrote: On Mon, 17 Oct 2011, David Flanagan wrote: In the HTML spec, "The rules for parsing tokens in foreign content" include an algorithm for "any other end tag". This is the algorithm at the very end of http://www.whatwg.org/specs/web-apps/current-work/multipa

Re: [whatwg] Another bug in the HTML parsing spec?

2011-10-17 Thread Ian Hickson
On Mon, 17 Oct 2011, David Flanagan wrote: > > In the HTML spec, "The rules for parsing tokens in foreign content" > include an algorithm for "any other end tag". This is the algorithm at > the very end of > http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html. >

[whatwg] Another bug in the HTML parsing spec?

2011-10-17 Thread David Flanagan
In the HTML spec, "The rules for parsing tokens in foreign content" include an algorithm for "any other end tag". This is the algorithm at the very end of http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html. I think there are some problems with this algorithm