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

Unified Diff: Source/core/frame/Window.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/StyleSheetList.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index a0ada4a13c5670bb7bdf50b8b2d92242aaa232b1..a77a67947ffeafcf391ccb3340748a1d5326ed79 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -95,7 +95,9 @@
// http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface
// FIXME: The optional pseudoElt argument should have no default.
[NewObject, TypeChecking=Interface] CSSStyleDeclaration getComputedStyle(Element elt, optional DOMString? pseudoElt = null);
- // http://dev.w3.org/csswg/cssom/#utility-apis
+
+ // CSS Conditional Rules Module
+ // http://dev.w3.org/csswg/css-conditional/#the-css-interface
// FIXME: CSS should be an interface with static members, in which
// case this getter would not be needed.
[Replaceable] readonly attribute CSS CSS;
« no previous file with comments | « Source/core/css/StyleSheetList.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698