diff options
Diffstat (limited to 'files/ja/web/api/mediadevices/getsupportedconstraints/index.html')
-rw-r--r-- | files/ja/web/api/mediadevices/getsupportedconstraints/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
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) { <h2 id="ブラウザ互換性">ブラウザ互換性</h2> -<p>{{ CompatibilityTable }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Microsoft Edge</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(53)}}</td> - <td>{{CompatGeckoDesktop(44) }}</td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatUnknown }}</td> - <td>{{CompatOpera(40)}}</td> - <td>{{CompatSafari(11)}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(53)}}</td> - <td>{{CompatChrome(52)}}</td> - <td>{{ CompatGeckoMobile(50) }}</td> - <td>{{ CompatUnknown }}</td> - <td>{{CompatOperaMobile(40)}}</td> - <td>{{CompatSafari(11)}}</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("api.MediaDevices.getSupportedConstraints")}}</p> |