Bug 18415
Summary: | No DOM element created for <isindex> with no other tags in the document | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, eric, ian |
Priority: | P3 | ||
Version: | 525.x (Safari 3.1) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cisindex%3E | ||
Bug Depends on: | 41123 | ||
Bug Blocks: |
David Kilzer (:ddkilzer)
* 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
(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
See Chromium bug http://code.google.com/p/chromium/issues/detail?id=433
Eric Seidel (no email)
See bug 41650 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=10095.
Eric Seidel (no email)
This will be fixed by the HTML5 TreeBuilder (bug 41123).
Adam Barth
Yep. It's indeed fixed by the HTML5 parser.