[Webkit-unassigned] [Bug 88360] createElement("image") creates an element with localName "img" instead of "image"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 15:03:52 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|createElement("image")      |createElement("image")
                   |creates wrong kind of       |creates an element with
                   |element                     |localName "img" instead of
                   |                            |"image"
           Severity|Normal                      |Minor
           Priority|P2                          |P4
                 CC|                            |abarth at webkit.org,
                   |                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2012-06-05 15:03:51 PST ---
We have a number of aliases for elements (like ins/mod), but this is the only one affected AFAICT.

It would be surprising if it mattered at all what document.createElement("image").localName returns. Boris, are you aware of any affected content?

-- 
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