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/path2d/addpath/index.html | 50 +---------------------- files/ja/web/api/path2d/index.html | 64 +----------------------------- 2 files changed, 2 insertions(+), 112 deletions(-) (limited to 'files/ja/web/api/path2d') diff --git a/files/ja/web/api/path2d/addpath/index.html b/files/ja/web/api/path2d/addpath/index.html index 8cbf67ef2f..c41310eb8b 100644 --- a/files/ja/web/api/path2d/addpath/index.html +++ b/files/ja/web/api/path2d/addpath/index.html @@ -74,55 +74,7 @@ ctx.fill(p1);

ブラウザー互換性

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{CompatGeckoDesktop(34)}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile(34)}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
-
+

{{Compat("api.Path2D.addPath")}}

関連情報

diff --git a/files/ja/web/api/path2d/index.html b/files/ja/web/api/path2d/index.html index 2048feff2e..97e05ee64a 100644 --- a/files/ja/web/api/path2d/index.html +++ b/files/ja/web/api/path2d/index.html @@ -68,69 +68,7 @@ translation_of: Web/API/Path2D

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatGeckoDesktop("31")}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
{{domxref("Path2D.addPath()")}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("34")}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatGeckoMobile("31")}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
{{domxref("Path2D.addPath()")}}{{CompatVersionUnknown}}{{CompatGeckoMobile("34")}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}
-
+

{{Compat("api.Path2D")}}

See also

-- cgit v1.2.3-54-g00ecf