[Bug 18845] New: [Custom]: Extensions to Document interface create dependencies on HTML from DOM

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

           Summary: [Custom]: Extensions to Document interface create
                    dependencies on HTML from DOM
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: dominicc@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14968


"Extensions to Document interface" add dictionary Options which has a
HTMLTemplateElement field. Indirectly, register sets up an object that is
required to implement HTMLElement (per the introduction, "The element prototype
itself must inherit from the HTMLElement interface.")

Wouldn’t it be neater to put these extensions on HTMLDocument?

-- 
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 Wednesday, 12 September 2012 00:23:07 UTC