diff options
Diffstat (limited to 'files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html')
-rw-r--r-- | files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html | 74 |
1 files changed, 1 insertions, 73 deletions
diff --git a/files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html b/files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html index db5875c709..6b9dd231ec 100644 --- a/files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html +++ b/files/ja/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.html @@ -115,79 +115,7 @@ window.addEventListener("load", drawCanvas); <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>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop(29)}}[1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td>Pathパラメーター</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</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>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基本サポート</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile(29)}}[1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td>Pathパラメーター</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<h3 id="注記">注記</h3> - -<ul> - <li>[1] Gecko 28 {{geckoRelease(28)}}ではこのメソッドは "<code>drawSystemFocusRing</code>" として実装されていましたが、Gecko 29 {{geckoRelease(29)}} で名前が変更されました。</li> - <li>[1] Gecko 32 {{geckoRelease(32)}} より前では、このメソッドは設定を変更しないと有効にならず、有効にするには "<code>canvas.focusring.enabled</code>" を変更する必要がありました。</li> -</ul> +<p>{{Compat("api.CanvasRenderingContext2D.drawFocusIfNeeded")}}</p> <h2 id="関連情報">関連情報</h2> |