diff options
Diffstat (limited to 'files/ja/web/api/workerglobalscope/self/index.html')
-rw-r--r-- | files/ja/web/api/workerglobalscope/self/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/ja/web/api/workerglobalscope/self/index.html b/files/ja/web/api/workerglobalscope/self/index.html index 5d951e1448..a2c0954e53 100644 --- a/files/ja/web/api/workerglobalscope/self/index.html +++ b/files/ja/web/api/workerglobalscope/self/index.html @@ -84,57 +84,7 @@ undefined: undefined, Infinity: Infinity, Math: MathConstructor, NaN: NaN, Intl: <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(4)}}</td> - <td>{{CompatGeckoDesktop("1.9.1")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>11.5</td> - <td>4</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>機能</th> - <th>Android</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基本サポート</td> - <td>{{CompatUnknown}}</td> - <td>40</td> - <td>{{CompatGeckoMobile("1.9.1")}}</td> - <td>1.0.1</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>5.1</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("api.WorkerGlobalScope.self")}}</p> <h2 id="関連項目">関連項目</h2> |