RESOLVED FIXED 41946
Implement self closing start tag state in the tokenizer
https://bugs.webkit.org/show_bug.cgi?id=41946
Summary Implement self closing start tag state in the tokenizer
Eric Seidel (no email)
Reported 2010-07-09 03:04:25 PDT
Implement self closing start tag state in the tokenizer
Attachments
Patch (13.78 KB, patch)
2010-07-09 03:06 PDT, Eric Seidel (no email)
abarth: review+
Eric Seidel (no email)
Comment 1 2010-07-09 03:06:39 PDT
Adam Barth
Comment 2 2010-07-09 03:08:28 PDT
Comment on attachment 61027 [details] Patch Haha
Eric Seidel (no email)
Comment 3 2010-07-09 03:11:17 PDT
WebKit Review Bot
Comment 4 2010-07-09 04:10:05 PDT
http://trac.webkit.org/changeset/62926 might have broken GTK Linux 64-bit Debug
Eric Seidel (no email)
Comment 5 2010-07-09 04:18:27 PDT
Yeah. Turns out the LegacyTreeBuilder doesn't actually want to know if a tag is self-closing. This broke the world. We'll just lie to LegacyTreeBuidler to fix things.
Adam Barth
Comment 6 2010-07-09 04:24:43 PDT
Note You need to log in before you can comment on or make changes to this bug.