[Webkit-unassigned] [Bug 131074] document.createElement() should always return an element in the HTML namespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 14:33:51 PDT 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Running this in Web Inspector console for a HTML webpage, looks like this is fixed.

> document.createElement("a")
< <a></a>
> $1.namespaceURI
< "http://www.w3.org/1999/xhtml"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220912/3075942c/attachment.htm>


More information about the webkit-unassigned mailing list