summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSS.idl
blob: 77e87a523f4fedaf2f3118e61b72e7b1a1a064fd (plain)
1
2
3
4
5
6
7
8
// https://www.w3.org/TR/cssom-1/#namespacedef-css
[Exposed=Window]
namespace CSS {
    CSSOMString escape(CSSOMString ident);

    boolean supports(CSSOMString property, CSSOMString value);
    boolean supports(CSSOMString conditionText);
};