RESOLVED FIXED Bug 4574
HTML parser does not put attributes on the <isindex> element
https://bugs.webkit.org/show_bug.cgi?id=4574
Summary HTML parser does not put attributes on the <isindex> element
Darin Adler
Reported 2005-08-21 18:21:13 PDT
The hack in the HTML parser that implements the <isindex> element does not put the attributes specified onto the element it creates.
Attachments
patch to put attributes on <isindex> (4.39 KB, patch)
2005-08-21 18:25 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2005-08-21 18:25:19 PDT
Created attachment 3497 [details] patch to put attributes on <isindex> This patch fixes the problem by putting the attributes on the <isindex> element rather than on top level element, but the hack of using the DOM to implement <isindex> is going to create other problems anyway, so we probably need to do a better fix. For example, <isindex> doesn't work at all in XHTML. It seems such a waste to spend any time at all on <isindex>. But this does fix 3 of the W3C tests.
Darin Adler
Comment 2 2005-08-25 10:47:26 PDT
Obviously the real fix is to add <isindex> support rather than hacking it in the HTML parser.
Darin Adler
Comment 3 2005-08-26 19:56:48 PDT
Comment on attachment 3497 [details] patch to put attributes on <isindex> Maybe we should land this even though it's not the "right" fix.
Maciej Stachowiak
Comment 4 2005-08-28 23:35:52 PDT
Comment on attachment 3497 [details] patch to put attributes on <isindex> Seems fine to do this - the better fix can maybe wait until we have XBL.
Darin Adler
Comment 5 2005-08-30 21:37:16 PDT
Funny you should say that -- I was thinking Dave would say the same thing.
Note You need to log in before you can comment on or make changes to this bug.