[Webkit-unassigned] [Bug 41841] New: Unknown HTML elements should use the HTMLUnknownElement interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 01:53:56 PDT 2010


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

           Summary: Unknown HTML elements should use the
                    HTMLUnknownElement interface
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter at lvp-media.com


Per the HTML5 specification[1], any element which are not defined by any of the specifications should use the HTMLUnknownElement interface rather than the HTMLElement interface, as currently is the case on WebKit. Opera and Firefox already implement this behaviour, and according to MSDN[2] Internet Explorer 8 does this as well.

[1] http://www.w3.org/TR/html5/elements.html#elements-in-the-dom
[2] http://msdn.microsoft.com/en-us/library/cc849021(VS.85).aspx

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