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
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
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.
>
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