Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 871 Bytes

File metadata and controls

33 lines (21 loc) · 871 Bytes
title slug l10n
StyleSheet.parentStyleSheet
Web/API/StyleSheet/parentStyleSheet
sourceCommit
e0e09b1df51489867f2e74c18586d168ba5e00d1

{{APIRef("CSSOM")}}

parentStyleSheet は {{domxref("StyleSheet")}} インターフェイスのプロパティで、指定されたスタイルシートをインクルードしている場合、そのスタイルシートを返します。

{{domxref("StyleSheet")}} オブジェクトです。

// 最上位のスタイルシートを探す
const sheet = stylesheet.parentStyleSheet ?? stylesheet;

メモ

対象スタイルシートが最上位のスタイルシートの場合、または対象スタイルシートがインクルードに対応していない場合、返値は null となります。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}