[Bug 16811] New: [Explainer]: document.createElement seems to create a custom element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16811

           Summary: [Explainer]: document.createElement seems to create a
                    custom element
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: dglazkov@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14949


"document.createElement("x-fancybutton");"

seems wrong, since then the element.localName would be "x-fancybutton", rather
than "button".

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 20 April 2012 17:33:53 UTC