From 8e33c52f809796c68a683ad343f37ee4e7ce4616 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Tue, 30 Mar 2021 18:22:36 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ja) (#356) * Migrate to Compat macro (ja/mozilla/add-ons/webextensions) * Migrate to Compat macro (ja/web/api) --- files/ja/web/api/node/parentelement/index.html | 58 +++----------------------- 1 file changed, 6 insertions(+), 52 deletions(-) (limited to 'files/ja/web/api/node/parentelement/index.html') diff --git a/files/ja/web/api/node/parentelement/index.html b/files/ja/web/api/node/parentelement/index.html index a5b9e2a3b4..e121601c07 100644 --- a/files/ja/web/api/node/parentelement/index.html +++ b/files/ja/web/api/node/parentelement/index.html @@ -27,64 +27,18 @@ translation_of: Web/API/Node/parentElement node.parentElement.style.color = "red"; } -

ブラウザ実装状況

- -

一部のブラウザーでは、parentElementプロパティは {{domxref("Element")}} ノードでのみ定義されており、特にテキストノードに対して定義されていない場合がある点に注意して下さい。

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari
基本サポート{{CompatVersionUnknown}}{{CompatGeckoDesktop("9.0")}}{{CompatVersionUnknown}} ({{domxref("Element")}} にのみ実装){{CompatVersionUnknown}} ({{domxref("Element")}} にのみ実装){{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
機能AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatGeckoMobile("9.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
-

仕様

+

ブラウザ実装状況

+ +

{{Compat("api.Node.parentElement")}}

+ +

一部のブラウザーでは、parentElementプロパティは {{domxref("Element")}} ノードでのみ定義されており、特にテキストノードに対して定義されていない場合がある点に注意して下さい。

+

関連情報