Commit 796fbec9 authored by Chris Nardi's avatar Chris Nardi Committed by Commit Bot

CSSOM: Remove TODOs for implementing [LegacyArrayClass] on interfaces

https://github.com/w3c/csswg-drafts/issues/2601 removed
[LegacyArrayClass] from the spec, so these TODOs are no longer needed.

Change-Id: I38e6c2b0cd726d3f8af75e1c3966f794d4487af5
Reviewed-on: https://chromium-review.googlesource.com/1025313Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553042}
parent 2800dd85
......@@ -25,7 +25,6 @@
// https://drafts.csswg.org/cssom/#the-cssrulelist-interface
// TODO(foolip): CSSRuleList should be an [ArrayClass].
[
Exposed=Window
] interface CSSRuleList {
......
......@@ -25,7 +25,6 @@
// https://drafts.csswg.org/cssom/#the-medialist-interface
// TODO(foolip): MediaList should be an [ArrayClass].
[
Exposed=Window
] interface MediaList {
......
......@@ -20,7 +20,6 @@
// https://drafts.csswg.org/cssom/#the-stylesheetlist-interface
// TODO(foolip): StyleSheetList should be an [ArrayClass].
[
RaisesException=Constructor,
Constructor(sequence<CSSStyleSheet> sheets),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment