ladybird/Libraries/LibWeb/CSS/CSS.idl

9 lines
243 B
Text
Raw Normal View History

2023-03-15 10:55:53 -04:00
// 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);
};