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) --- .../api/mediadevices/enumeratedevices/index.html | 60 +--------------------- .../getsupportedconstraints/index.html | 52 +------------------ .../web/api/mediadevices/ondevicechange/index.html | 54 +------------------ 3 files changed, 3 insertions(+), 163 deletions(-) (limited to 'files/ja/web/api/mediadevices') diff --git a/files/ja/web/api/mediadevices/enumeratedevices/index.html b/files/ja/web/api/mediadevices/enumeratedevices/index.html index 8ff19d3396..285facc61f 100644 --- a/files/ja/web/api/mediadevices/enumeratedevices/index.html +++ b/files/ja/web/api/mediadevices/enumeratedevices/index.html @@ -104,65 +104,7 @@ navigator.mediaDevices.enumerateDevices()

ブラウザ実装状況

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Stream API {{CompatChrome(45.0)}} [1]39{{CompatNo}}  -

{{CompatNo}}

-
{{CompatNo}} 
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)Firefox OS (Gecko)IE PhoneOpera MobileSafari Mobile
Stream API {{CompatNo}} 3939{{CompatNo}} {{CompatNo}}{{CompatNo}} 
-
- -

[1] Behind a flag.

- -

ChromeとOperaの実装

- - +

{{Compat("api.MediaDevices.enumerateDevices")}}

関連項目

diff --git a/files/ja/web/api/mediadevices/getsupportedconstraints/index.html b/files/ja/web/api/mediadevices/getsupportedconstraints/index.html index 973a177674..ff92e8bbfe 100644 --- a/files/ja/web/api/mediadevices/getsupportedconstraints/index.html +++ b/files/ja/web/api/mediadevices/getsupportedconstraints/index.html @@ -75,54 +75,4 @@ for (let constraint in supportedConstraints) {

ブラウザ互換性

-

{{ CompatibilityTable }}

- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerMicrosoft EdgeOperaSafari
Basic support{{CompatChrome(53)}}{{CompatGeckoDesktop(44) }}{{CompatUnknown}}{{ CompatUnknown }}{{CompatOpera(40)}}{{CompatSafari(11)}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatChrome(53)}}{{CompatChrome(52)}}{{ CompatGeckoMobile(50) }}{{ CompatUnknown }}{{CompatOperaMobile(40)}}{{CompatSafari(11)}}
-
+

{{Compat("api.MediaDevices.getSupportedConstraints")}}

diff --git a/files/ja/web/api/mediadevices/ondevicechange/index.html b/files/ja/web/api/mediadevices/ondevicechange/index.html index 73458872b0..946a54de31 100644 --- a/files/ja/web/api/mediadevices/ondevicechange/index.html +++ b/files/ja/web/api/mediadevices/ondevicechange/index.html @@ -191,59 +191,7 @@ let videoList = document.getElementById("videoList");

ブラウザ互換性

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(57)}}{{CompatGeckoDesktop(51)}}{{CompatUnknown}}{{CompatOpera(34)}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatOperaMobile(34)}}{{CompatUnknown}}
-
- -

Support for this event was added for Linux and Windows—and it was enabled by default—starting in Firefox 52.

- -

[1] devicechangeイベントと{{domxref("MediaDevices.ondevicechange")}}のサポートはFirefox 51からですが、ただしMacだけであり、デフォルトで無効になっています。有効にするには、media.ondevicechange.enabledtrueに設定してください。Firefox 52から、LinuxとWindowsでサポートされており、デフォルトで有効になっています。

+

{{Compat("api.MediaDevices.ondevicechange")}}

関連項目

-- cgit v1.2.3-54-g00ecf