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

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

Issue 1054303004: Sync CSS interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/CSSSupportsRule.idl ('k') | Source/core/css/CSSViewportRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSUnknownRule.idl
diff --git a/Source/core/css/CSSUnknownRule.idl b/Source/core/css/CSSUnknownRule.idl
index c06bfed47c75e0d7191ff56a93069ba12e6078af..3e5e93eb4ac55eef39fb533a46cf3acf4e7e7125 100644
--- a/Source/core/css/CSSUnknownRule.idl
+++ b/Source/core/css/CSSUnknownRule.idl
@@ -18,8 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
-// Introduced in DOM Level 2:
-[
-] interface CSSUnknownRule : CSSRule {
-};
+// The CSSUnknownRule interface was introduced in DOM Level 2 Style, but has
+// been removed in CSSOM:
+// http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSUnknownRule
+// http://dev.w3.org/csswg/cssom/
+//
+// TODO(philipj): Remove CSSUnknownRule.
+interface CSSUnknownRule : CSSRule {
+};
« no previous file with comments | « Source/core/css/CSSSupportsRule.idl ('k') | Source/core/css/CSSViewportRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698