HTMLStyleElement: sheet プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.
sheet
は HTMLStyleElement
インターフェイスの読み取り専用プロパティで、この要素に関連付けられたスタイルシートを保持します。
StyleSheet
は type
属性が text/css
出ない限り、常に HTMLStyleElement
と関連付けられます。
値
StyleSheet
オブジェクト、またはこの要素に関連付けられているものがなければ null
です。
例
html
<html>
<header>
<style media="print" />
…
</header>
</html>
関連付けられた HTMLStyleElement
オブジェクトの sheet
プロパティは、そこに記述された StyleSheet
オブジェクトを返します。
仕様書
Specification |
---|
CSS Object Model (CSSOM) # dom-linkstyle-sheet |
ブラウザーの互換性
BCD tables only load in the browser