Title: [103383] trunk/Source/WebCore
Revision
103383
Author
kl...@webkit.org
Date
2011-12-20 18:02:19 -0800 (Tue, 20 Dec 2011)

Log Message

HTMLOptionsCollection: Remove incorrect FIXME about having a base class.
<http://webkit.org/b/74973>

Reviewed by Alexey Proskuryakov.

HTMLOptionsCollection should indeed inherit from HTMLCollection according to
current HTML5, so remove the comment saying we should change that.

Spec: http://www.whatwg.org/specs/web-apps/current-work/#htmloptionscollection

* html/HTMLOptionsCollection.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103382 => 103383)


--- trunk/Source/WebCore/ChangeLog	2011-12-21 01:57:52 UTC (rev 103382)
+++ trunk/Source/WebCore/ChangeLog	2011-12-21 02:02:19 UTC (rev 103383)
@@ -1,3 +1,17 @@
+2011-12-20  Andreas Kling  <kl...@webkit.org>
+
+        HTMLOptionsCollection: Remove incorrect FIXME about having a base class.
+        <http://webkit.org/b/74973>
+
+        Reviewed by Alexey Proskuryakov.
+
+        HTMLOptionsCollection should indeed inherit from HTMLCollection according to
+        current HTML5, so remove the comment saying we should change that.
+
+        Spec: http://www.whatwg.org/specs/web-apps/current-work/#htmloptionscollection
+
+        * html/HTMLOptionsCollection.idl:
+
 2011-12-20  Florin Malita  <fmal...@google.com>
 
         td element ignores zero width/height input element

Modified: trunk/Source/WebCore/html/HTMLOptionsCollection.idl (103382 => 103383)


--- trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2011-12-21 01:57:52 UTC (rev 103382)
+++ trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2011-12-21 02:02:19 UTC (rev 103383)
@@ -20,7 +20,6 @@
 
 module html {
 
-    // FIXME: The W3C spec says that HTMLOptionsCollection should not have a parent class.
     interface [
         GenerateNativeConverter,
         HasCustomIndexSetter
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to