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

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

Issue 1253403005: Implement CSS.escape (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix final test Created 5 years, 5 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 | « LayoutTests/fast/css/selector-text-escape.html ('k') | Source/core/css/CSSMarkup.h » ('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 7e5e2e0a1210426034fecade77959f002f7e504e..9ea911af8dcc364726c9a00a649f8e5951c892e5 100644
--- a/Source/core/css/CSS.idl
+++ b/Source/core/css/CSS.idl
@@ -35,4 +35,5 @@
] interface CSS {
static boolean supports(DOMString property, DOMString value);
static boolean supports(DOMString conditionText);
+ [RaisesException] static DOMString escape(DOMString ident);
};
« no previous file with comments | « LayoutTests/fast/css/selector-text-escape.html ('k') | Source/core/css/CSSMarkup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698