diff options
Diffstat (limited to 'files/ja/web/api/canvaspattern/index.html')
-rw-r--r-- | files/ja/web/api/canvaspattern/index.html | 64 |
1 files changed, 1 insertions, 63 deletions
diff --git a/files/ja/web/api/canvaspattern/index.html b/files/ja/web/api/canvaspattern/index.html index 2d8f6f0a07..344e48b34d 100644 --- a/files/ja/web/api/canvaspattern/index.html +++ b/files/ja/web/api/canvaspattern/index.html @@ -46,69 +46,7 @@ translation_of: Web/API/CanvasPattern <h2 id="ブラウザ実装状況">ブラウザ実装状況</h2> -<div>{{CompatibilityTable}}</div> - -<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>4.0</td> - <td>{{CompatGeckoDesktop("1.9.2")}}</td> - <td>9.0</td> - <td>9.0</td> - <td>3.1</td> - </tr> - <tr> - <td><code>setTransform()</code>{{experimental_inline}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop("33")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>機能</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基本サポート</td> - <td>2.1</td> - <td>{{CompatGeckoMobile("1.9.2")}}</td> - <td>{{CompatUnknown}}</td> - <td>10.0</td> - <td>3.2</td> - </tr> - <tr> - <td><code>setTransform()</code>{{experimental_inline}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile("33")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("api.CanvasPattern")}}</p> <h2 id="関連項目">関連項目</h2> |