- From: <bugzilla@jessica.w3.org>
- Date: Wed, 08 May 2013 00:06:31 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21888 --- Comment #3 from Dominic Cooney <dominicc@chromium.org> --- (In reply to comment #1) > (In reply to comment #0) > I don't see where there's ambiguity. You simply can't use "is" with a custom > tag. Can you help me understand better where the problem is? Let me try again--sorry that was a bit of a ramble. I think I was confused by the document.register steps. If an author writes this code: 1: var A = document.register('x-a'); 2: var B = document.register('x-b', {prototype: Object.create(A.prototype)}); Then on line 2, after register step 5.2, is INTERFACE going to be A or HTMLElement? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 8 May 2013 00:06:32 UTC