WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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
See Chromium bug
http://code.google.com/p/chromium/issues/detail?id=433
Eric Seidel (no email)
Comment 3
2010-07-06 01:29:08 PDT
See
bug 41650
and
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10095
.
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.
Top of Page
Format For Printing
XML
Clone This Bug