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) --- .../web/api/element/insertadjacenthtml/index.html | 48 +--------------------- 1 file changed, 1 insertion(+), 47 deletions(-) (limited to 'files/ja/web/api/element/insertadjacenthtml') diff --git a/files/ja/web/api/element/insertadjacenthtml/index.html b/files/ja/web/api/element/insertadjacenthtml/index.html index 94caa67346..72e464954f 100644 --- a/files/ja/web/api/element/insertadjacenthtml/index.html +++ b/files/ja/web/api/element/insertadjacenthtml/index.html @@ -77,53 +77,7 @@ d1.insertAdjacentHTML('afterend', '<div id="two">two</div>');

ブラウザ実装状況

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本サポート1.0{{ CompatGeckoDesktop("8.0") }}4.07.04.0 (527)
-
- -
- - - - - - - - - - - - - - - - - - - -
機能AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート{{ CompatUnknown() }}{{ CompatGeckoMobile("8.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
+

{{Compat("api.Element.insertAdjacentHTML")}}

関連情報

-- cgit v1.2.3-54-g00ecf