RESOLVED FIXED Bug 14551
stray param elements are dropped during parsing
https://bugs.webkit.org/show_bug.cgi?id=14551
Summary stray param elements are dropped during parsing
Michael A. Puls II
Reported 2007-07-07 09:50:42 PDT
<body><param></body> The param does not make it to the DOM because it's not inside an OBJECT. IE, Firefox and Opera do not drop it.
Attachments
TC (467 bytes, text/html)
2007-07-07 09:52 PDT, Michael A. Puls II
no flags
Patch (1.76 KB, patch)
2010-09-21 03:38 PDT, Adam Barth
no flags
Michael A. Puls II
Comment 1 2007-07-07 09:52:09 PDT
Created attachment 15434 [details] TC Opera, IE and Firefox all pass.
Alexey Proskuryakov
Comment 2 2007-07-07 10:06:29 PDT
Confirmed with r24064 and with html5lib.
Alexey Proskuryakov
Comment 3 2007-07-07 10:07:04 PDT
(I mean, html5lib matches Firefox).
Adam Barth
Comment 4 2010-09-21 03:11:20 PDT
Fixed by the HTML5 parser. Converting to LayoutTest.
Adam Barth
Comment 5 2010-09-21 03:38:29 PDT
WebKit Commit Bot
Comment 6 2010-09-21 12:47:41 PDT
Comment on attachment 68207 [details] Patch Clearing flags on attachment: 68207 Committed r67976: <http://trac.webkit.org/changeset/67976>
WebKit Commit Bot
Comment 7 2010-09-21 12:47:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.