[Bug 21886] [Custom]: Define or link to what it means for a local name to be associated with an interface

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