[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

--- Comment #11 from Dimitri Glazkov <dglazkov@chromium.org> ---
Should we then just get rid of the first argument, as well?

document.register({
   name: 'awesome-sauce',
   extends: 'button',
   prototype: ...
});

document.register(class AwesomeSauce : HTMLButtonElement {
  static name = 'awesome-sauce';
  static extends = 'button';
  ...
});

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 22 May 2013 22:58:21 UTC