mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Port the CSS namespace to IDL
This commit is contained in:
parent
020c2b59c4
commit
2d45e1fca5
8 changed files with 97 additions and 117 deletions
8
Userland/Libraries/LibWeb/CSS/CSS.idl
Normal file
8
Userland/Libraries/LibWeb/CSS/CSS.idl
Normal file
|
@ -0,0 +1,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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue