[Webkit-unassigned] [Bug 30751] HTMLOptionsCollection should not inherit from HTMLCollection (according to HTML5)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 09:14:19 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30751





--- Comment #6 from Sam Weinig <sam at webkit.org>  2009-10-25 09:14:19 PDT ---
(In reply to comment #5)
> Hmm, this bug was made 10/24 but it must have been a few hours later that the
> following was committed to HTML5
> 
>   Make collections inherit from HTMLCollection
>   Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8035
> 
> Commit Diff:
> http://html5.org/tools/web-apps-tracker?from=4322&to=4323
> 
> > -  <pre class="idl">interface <dfn>HTMLOptionsCollection</dfn> {
> -           attribute unsigned long <span
> title="dom-HTMLOptionsCollection-length">length</span>;
> > +  <pre class="idl">interface <dfn>HTMLOptionsCollection</dfn> : <span>HTMLCollection</span> {

Wow.  That is quite upsetting.  Fun times.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list