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`.
(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).
(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`
(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`
(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).
(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`
(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`
(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
(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
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close