diff options
Diffstat (limited to 'files/ja/web/api/htmlcanvaselement/capturestream/index.html')
-rw-r--r-- | files/ja/web/api/htmlcanvaselement/capturestream/index.html | 54 |
1 files changed, 1 insertions, 53 deletions
diff --git a/files/ja/web/api/htmlcanvaselement/capturestream/index.html b/files/ja/web/api/htmlcanvaselement/capturestream/index.html index 16b2e9492a..e9f1092019 100644 --- a/files/ja/web/api/htmlcanvaselement/capturestream/index.html +++ b/files/ja/web/api/htmlcanvaselement/capturestream/index.html @@ -68,59 +68,7 @@ pc.addStream(stream); <h2 id="ブラウザ実装状況">ブラウザ実装状況</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>機能</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>基本サポート</td> - <td>{{CompatChrome(51.0)}}</td> - <td>{{CompatGeckoDesktop(43)}}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(36.0)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>機能</th> - <th>Android</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>基本サポート</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(51.0)}}</td> - <td>{{CompatChrome(51.0)}}</td> - <td>{{CompatGeckoMobile(43)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(38)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Firefox 41 / 42 では機能がデフォルトで無効となっています。 有効にする場合<code>は canvas.capturestream.enabled</code> の設定項目を <code>true</code> に変更してください。</p> +<p>{{Compat("api.HTMLCanvasElement.captureStream")}}</p> <h2 id="関連情報">関連情報</h2> |