diff options
Diffstat (limited to 'files/ja/web/api/htmltableelement/insertrow/index.html')
-rw-r--r-- | files/ja/web/api/htmltableelement/insertrow/index.html | 53 |
1 files changed, 3 insertions, 50 deletions
diff --git a/files/ja/web/api/htmltableelement/insertrow/index.html b/files/ja/web/api/htmltableelement/insertrow/index.html index 2d0a6808be..617901a8a3 100644 --- a/files/ja/web/api/htmltableelement/insertrow/index.html +++ b/files/ja/web/api/htmltableelement/insertrow/index.html @@ -58,56 +58,9 @@ addRow('TableA'); <li><code>insertRow</code> は直接テーブルに行を挿入し、<strong>新しい行への参照を返します</strong>。<a href="/ja/docs/DOM/document.createElement" title="DOM/document.createElement"><code>document.createElement()</code></a> などで新たに tr 要素を作成する必要はありません。</li> </ul> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</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</td> - <td>3</td> - <td>5.5</td> - <td>10.10</td> - <td>4</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>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> - </table> -</div> -<h3 id="Gecko-specific_notes" name="Gecko-specific_notes">Gecko 固有の注意事項</h3> -<ul> - <li>Gecko 20.0 {{geckoRelease("20.0")}} 以降では、引数 <var>index</var> は HTML の仕様に則り省略可能となり、初期値は <code>-1</code> となりました。</li> -</ul> + +<p>{{Compat("api.HTMLTableElement.insertRow")}}</p> + <h2 id="Specification" name="Specification">仕様書</h2> <ul> <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-39872903">DOM Level 2 HTML: insertRow</a></li> |