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 |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
sheet |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.