- From: <bugzilla@jessica.w3.org>
- Date: Wed, 22 May 2013 21:08:26 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21886 Dimitri Glazkov <dglazkov@chromium.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arv@chromium.org --- Comment #8 from Dimitri Glazkov <dglazkov@chromium.org> --- (In reply to comment #7) > There are two overloads of document.register. The first is for custom tags: > > register(DOMString tagName, ElementRegistrationOptions options) > > The second is for type extensions: > > register(DOMString tagName, DOMString type, ElementRegistrationOptions > options) > > So this would look like: > > document.register('x-panel', Panel) > document.register('button', 'accessible-button', AccessibleButton) I am okay with this. Going once... -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 22 May 2013 21:08:28 UTC