Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: Source/core/css/CSSMediaRule.idl

Issue 1173363004: Expose CSSGroupingRule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated file header and comments for CSSPageRule dependency Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/CSSGroupingRule.idl ('k') | Source/core/css/CSSPageRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSMediaRule.idl
diff --git a/Source/core/css/CSSMediaRule.idl b/Source/core/css/CSSMediaRule.idl
index e7376fe86d737d8b3446877040756bfab1649892..1e6c85aecc27a9d90adda207b7df699903ad008d 100644
--- a/Source/core/css/CSSMediaRule.idl
+++ b/Source/core/css/CSSMediaRule.idl
@@ -20,14 +20,7 @@
// http://dev.w3.org/csswg/cssom/#the-cssmediarule-interface
-interface CSSMediaRule : CSSRule {
+interface CSSMediaRule : CSSGroupingRule {
// TODO(philipj): media should have [PutForwards=mediaText].
[SameObject] readonly attribute MediaList media;
-
- // TODO(philipj): Implement CSSGroupingRule and inherit from it.
- // crbug.com/496381
- // http://dev.w3.org/csswg/cssom/#the-cssgroupingrule-interface
- [SameObject] readonly attribute CSSRuleList cssRules;
- [RaisesException] unsigned long insertRule(DOMString rule, unsigned long index);
- [RaisesException] void deleteRule(unsigned long index);
};
« no previous file with comments | « Source/core/css/CSSGroupingRule.idl ('k') | Source/core/css/CSSPageRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698