[Webkit-unassigned] [Bug 88360] createElement("image") creates an HTMLImageElement, although this hack should exist in parser only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 23:14:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88360





--- Comment #4 from Boris Zbarsky <bzbarsky at mit.edu>  2012-06-05 23:14:51 PST ---
The HTMLSpanElement string bit is just a (known) bug slated to be fixed.  The only affected part is the toString behavior, since there is no separate interface for spans.

> WebKit behavior is both closer to current spec

No, it's not.  The current spec calls for creating an HTMLElement.  Which happens to have the same DOM API as what Gecko creates, but not as what WebKit creates.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list