- From: <bugzilla@jessica.w3.org>
- Date: Wed, 01 May 2013 03:06:36 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21886 Bug ID: 21886 Summary: [Custom]: Define or link to what it means for a local name to be associated with an interface Classification: Unclassified Product: WebAppsWG Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglazkov@chromium.org Reporter: dominicc@chromium.org QA Contact: public-webapps-bugzilla@w3.org Blocks: 14968 In the steps for register, the spec opines thus: "If BASE is not HTMLElement or SVGElement, let NAME be the local name, associated with BASE element interface" However HTMLModElement is associated with INS and DEL. What would the meaning of this be? X = document.register('x-foo', { prototype: HTMLModElement.prototype }); (new X).outerHTML <ins is="x-foo"></ins> and <del is="x-foo"></del> are equally plausible. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 1 May 2013 03:06:37 UTC