Liking cljdoc? Tell your friends :D
ClojureScript only.

web.cssdom.CSS

The CSS interface holds useful CSS-related methods. No object this interface are implemented: it contains only static methods therefore is a utilitarian interface.

The CSS interface holds useful CSS-related methods. No object
this interface are implemented: it contains only static methods
therefore is a utilitarian interface.
raw docstring

escapecljs

(escape this str)

Method.

[Experimental]

The CSS.escape() static method returns a web.cssdom.CSSOMString the escaped string passed as parameter, mostly for use as part a CSS selector.

escapedStr = CSS.escape(str);

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape

Method.

[Experimental]

The CSS.escape() static method returns a `web.cssdom.CSSOMString`
the escaped string passed as parameter, mostly for use as part
a CSS selector.

`escapedStr = CSS.escape(str);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape`
sourceraw docstring

paint-workletcljs

(paint-worklet this)

Property.

[Read Only] [Draft] [Experimental]

paintWorklet is a static, read-only property of the web.cssdom.CSS that provides access to the web.css.PaintWorklet, which programmatically an image where a CSS property expects a file.

var worklet = CSS.paintWorklet;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSS/paintWorklet

Property.

[Read Only]
[Draft]
[Experimental]

paintWorklet is a static, read-only property of the `web.cssdom.CSS`
that provides access to the `web.css.PaintWorklet`, which programmatically
an image where a CSS property expects a file.

`var worklet = CSS.paintWorklet;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSS/paintWorklet`
sourceraw docstring

supportscljs

(supports this & args)

Method.

The CSS.supports() method returns a js.Boolean value indicating the browser supports a given CSS feature, or not.

CSS.supports(propertyName, value); CSS.supports(supportCondition);

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSS/supports

Method.

The CSS.supports() method returns a `js.Boolean` value indicating
the browser supports a given CSS feature, or not.

`CSS.supports(propertyName, value);
CSS.supports(supportCondition);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSS/supports`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close