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/document/activeelement/index.html | 50 +--------------------- files/ja/web/api/document/defaultview/index.html | 50 +--------------------- files/ja/web/api/document/evaluate/index.html | 50 +--------------------- 3 files changed, 3 insertions(+), 147 deletions(-) (limited to 'files/ja/web/api/document') diff --git a/files/ja/web/api/document/activeelement/index.html b/files/ja/web/api/document/activeelement/index.html index 3d47c8b0b0..1c667f7109 100644 --- a/files/ja/web/api/document/activeelement/index.html +++ b/files/ja/web/api/document/activeelement/index.html @@ -94,52 +94,4 @@ Selected Text: <span id="output-text"></span>

ブラウザ実装状況

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本サポート23.049.64.0
-
- -
- - - - - - - - - - - - - - - - - - - -
機能AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

 

+

{{Compat("api.Document.activeElement")}}

diff --git a/files/ja/web/api/document/defaultview/index.html b/files/ja/web/api/document/defaultview/index.html index e483791781..9da27c5639 100644 --- a/files/ja/web/api/document/defaultview/index.html +++ b/files/ja/web/api/document/defaultview/index.html @@ -46,52 +46,4 @@ translation_of: Web/API/Document/defaultView

ブラウザー互換性

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - -
機能Firefox (Gecko)ChromeInternet ExplorerEdgeOperaSafari
基本サポート{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatIE("9.0")}}0.10{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
機能Firefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
+

{{Compat("api.Document.defaultView")}}

diff --git a/files/ja/web/api/document/evaluate/index.html b/files/ja/web/api/document/evaluate/index.html index 6ca3c32fff..493d923a99 100644 --- a/files/ja/web/api/document/evaluate/index.html +++ b/files/ja/web/api/document/evaluate/index.html @@ -150,55 +150,7 @@ alert(alertText); // Alerts the text of all h2 elements

ブラウザ互換性

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
XPath 1.0 support11.5 (1.8){{CompatNo}}9.0{{CompatVersionUnknown}}[1]
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
XPath 1.0{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] Implemented in WebKit 5.0 (531) or earlier.

+

{{Compat("api.Document.evaluate")}}

関連項目

-- cgit v1.2.3-54-g00ecf