Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLStyleElement

HTMLStyleElement

Baseline Widely available *

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

* Some parts of this feature may have varying levels of support.

TheHTMLStyleElement interface represents a<style> element. It inherits properties and methods from its parent,HTMLElement.

This interface doesn't allow to manipulate the CSS it contains (in most case). To manipulate CSS, seeUsing dynamic styling information for an overview of the objects used to manipulate specified CSS properties using the DOM.

EventTarget Node Element HTMLElement HTMLStyleElement

Instance properties

Inherits properties from its parent,HTMLElement.

HTMLStyleElement.blocking

A string indicating that certain operations should be blocked on the fetching of critical subresources. It reflects theblocking attribute of the<style> element.

HTMLStyleElement.media

A string reflecting the HTML attribute representing the intended destination medium for style information.

HTMLStyleElement.typeDeprecated

A string reflecting the HTML attribute representing the type of style being applied by this statement.

HTMLStyleElement.disabled

A boolean value indicating whether or not the associated stylesheet is disabled.

HTMLStyleElement.sheetRead only

Returns theCSSStyleSheet object associated with the given element, ornull if there is none.

Instance methods

No specific method; inherits methods from its parent,HTMLElement.

Specifications

Specification
HTML
# htmlstyleelement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp