Bug 1704628 Part 4: Avoid use of ESC to close context menu in browser_toolbox_content...
[gecko.git] / dom / webidl / CSS.webidl
blob5b29700253fb9bc5d63b6cd13802015ee2114488
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/.
5  *
6  * The origin of this IDL file is
7  * http://dev.w3.org/csswg/css3-conditional/
8  * http://dev.w3.org/csswg/cssom/#the-css.escape%28%29-method
9  *
10  * Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
11  * liability, trademark and document use rules apply.
12  */
14 [Exposed=Window]
15 namespace CSS {
16   boolean supports(UTF8String property, UTF8String value);
17   boolean supports(UTF8String conditionText);
20 // http://dev.w3.org/csswg/cssom/#the-css.escape%28%29-method
21 partial namespace CSS {
22   DOMString escape(DOMString ident);