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

Unified Diff: Source/core/css/CSS.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 | « no previous file | Source/core/css/CSSFontFaceRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSS.idl
diff --git a/Source/core/css/CSS.idl b/Source/core/css/CSS.idl
index 36fe6dacce8566050245249f5c1bce329227202a..9893b7dc09eb2246d2f120dde9ccabc7ca4e2bc6 100644
--- a/Source/core/css/CSS.idl
+++ b/Source/core/css/CSS.idl
@@ -27,11 +27,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://dev.w3.org/csswg/css-conditional/#the-css-interface
+
[
NoInterfaceObject,
ImplementedAs=DOMWindowCSS,
WillBeGarbageCollected
] interface CSS {
+ // TODO(philipj): The supports() methods should be static.
boolean supports(DOMString property, DOMString value);
boolean supports(DOMString conditionText);
};
« no previous file with comments | « no previous file | Source/core/css/CSSFontFaceRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698