ProcessingInstruction: 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.

sheetProcessingInstruction インターフェイスの読み取り専用プロパティで、 ProcessingInstruction に関連付けられたスタイルシートを保持します。

処理命令 xml-stylesheet は XML ファイル内でスタイルシートを関連付けるために使用されます。

関連する Stylesheet オブジェクト、または存在しない場合は null です。

html
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="rule.css"?>
<!-- … -->

この処理命令の sheet プロパティは StyleSheet オブジェクトで、rule.css を示します。

仕様書

Specification
CSS Object Model (CSSOM)
# dom-linkstyle-sheet

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
sheet

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

関連情報