package js.html
Available on js
The CSS interface holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.
Documentation CSS by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticescape(ident:String):StringCan be used to escape a string mostly for use as part of a CSS selector.
staticsupports(conditionText:String):Boolstaticsupports(property:String, value:String):BoolReturns a Boolean indicating if the pair property-value, or the condition, given in parameter is supported.
Throws:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSS.html