RESOLVED FIXED 18415
No DOM element created for <isindex> with no other tags in the document
https://bugs.webkit.org/show_bug.cgi?id=18415
Summary No DOM element created for <isindex> with no other tags in the document
David Kilzer (:ddkilzer)
Reported 2008-04-10 13:24:53 PDT
* SUMMARY An HTML document containing only an <isindex> tag does not render the <isindex> tag. (It's also missing from the DOM). * STEPS TO REPRODUCE 1. Launch Safari/WebKit nightly. 2. Open URL: data:text/html,%3Cisindex%3E * RESULTS No <isindex> element is drawn. Using Hixie's Live DOM Viewer (see URL on this bug), there is no ISINDEX element in the DOM. * REGRESSION Unknown. Will test on Safari 2.0.4 on Tiger 10.4.11 later. * NOTES See also Bug 7139. :)
Attachments
David Kilzer (:ddkilzer)
Comment 1 2008-04-10 21:22:47 PDT
(In reply to comment #0) > * REGRESSION > Unknown. Will test on Safari 2.0.4 on Tiger 10.4.11 later. Not a regression from Safari 2.0.4 on Tiger 10.4.11--same behavior occurs there.
Jon@Chromium
Comment 2 2008-11-14 13:22:25 PST
Eric Seidel (no email)
Comment 3 2010-07-06 01:29:08 PDT
Eric Seidel (no email)
Comment 4 2010-07-06 01:30:18 PDT
This will be fixed by the HTML5 TreeBuilder (bug 41123).
Adam Barth
Comment 5 2010-09-20 02:41:06 PDT
Yep. It's indeed fixed by the HTML5 parser.
Note You need to log in before you can comment on or make changes to this bug.