Liking cljdoc? Tell your friends :D

web.dom.HTMLStyleElement

The HTMLStyleElement interface represents a <style> element. inherits properties and methods from its parent, web.dom.HTMLElement, from web.cssdom.LinkStyle.

The HTMLStyleElement interface represents a `<style>` element.
inherits properties and methods from its parent, `web.dom.HTMLElement`,
from `web.cssdom.LinkStyle`.
raw docstring

disabledcljs

(disabled this)

Property.

Is a Boolean value representing whether or not the stylesheet disabled (true) or not (false).

Property.

Is a Boolean value representing whether or not the stylesheet
disabled (true) or not (false).
sourceraw docstring

mediacljs

(media this)

Property.

The HTMLStyleElement.media property specifies the intended destination for style information.

medium = style.media style.media = medium

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/media

Property.

The HTMLStyleElement.media property specifies the intended destination
for style information.

`medium = style.media
style.media = medium`

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

scopedcljs

(scoped this)

Property.

[Non Standard] [Obsolute]

The HTMLStyleElement.scoped property is a Boolean value indicating the element applies to the whole document (false) or only to parent's sub-tree (true).

value = style.scoped; style.scoped = true;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/scoped

Property.

[Non Standard]
[Obsolute]

The HTMLStyleElement.scoped property is a Boolean value indicating
the element applies to the whole document (false) or only to
parent's sub-tree (true).

`value = style.scoped;
style.scoped = true;`

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

set-disabled!cljs

(set-disabled! this val)

Property.

Is a Boolean value representing whether or not the stylesheet disabled (true) or not (false).

Property.

Is a Boolean value representing whether or not the stylesheet
disabled (true) or not (false).
sourceraw docstring

set-media!cljs

(set-media! this val)

Property.

The HTMLStyleElement.media property specifies the intended destination for style information.

medium = style.media style.media = medium

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/media

Property.

The HTMLStyleElement.media property specifies the intended destination
for style information.

`medium = style.media
style.media = medium`

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

set-scoped!cljs

(set-scoped! this val)

Property.

[Non Standard] [Obsolute]

The HTMLStyleElement.scoped property is a Boolean value indicating the element applies to the whole document (false) or only to parent's sub-tree (true).

value = style.scoped; style.scoped = true;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/scoped

Property.

[Non Standard]
[Obsolute]

The HTMLStyleElement.scoped property is a Boolean value indicating
the element applies to the whole document (false) or only to
parent's sub-tree (true).

`value = style.scoped;
style.scoped = true;`

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

set-sheet!cljs

(set-sheet! this val)

Property.

Returns the StyleSheet object associated with the given element, null if there is none

Property.

Returns the StyleSheet object associated with the given element,
null if there is none
sourceraw docstring

sheetcljs

(sheet this)

Property.

Returns the StyleSheet object associated with the given element, null if there is none

Property.

Returns the StyleSheet object associated with the given element,
null if there is none
sourceraw docstring

typecljs

(type this)

Property.

[Read Only]

The HTMLStyleElement.type read-only property returns the type the current style.

string = style.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/type

Property.

[Read Only]

The HTMLStyleElement.type read-only property returns the type
the current style.

`string = style.type;`

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

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

× close