[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 08:58:52 PDT 2009


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org>  2009-10-25 08:58:52 PDT ---
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> {

-- 
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