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

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

Issue 1154913004: Document the tracking bugs of some straight-forward IDL bugs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/CSS.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 1b233ae8fd3668feeb0f466d9e7c36cafc1856aa..e7376fe86d737d8b3446877040756bfab1649892 100644
--- a/Source/core/css/CSSMediaRule.idl
+++ b/Source/core/css/CSSMediaRule.idl
@@ -25,6 +25,7 @@ interface CSSMediaRule : CSSRule {
[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);
« no previous file with comments | « Source/core/css/CSS.idl ('k') | Source/core/css/CSSPageRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698