diff options
Diffstat (limited to 'files/zh-cn/web/api/selection/containsnode')
-rw-r--r-- | files/zh-cn/web/api/selection/containsnode/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/zh-cn/web/api/selection/containsnode/index.html b/files/zh-cn/web/api/selection/containsnode/index.html index 7b7b83160e..312afde97a 100644 --- a/files/zh-cn/web/api/selection/containsnode/index.html +++ b/files/zh-cn/web/api/selection/containsnode/index.html @@ -51,57 +51,7 @@ translation_of: Web/API/Selection/containsNode <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 (WebKit)</th> - </tr> - <tr> - <td>基础特性支持</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoDesktop(2)}}[1]</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table" style="height: 57px; width: 891px;"> - <tbody> - <tr> - <th>特性</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基础特性支持</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile(2)}}[1]</td> - <td>1.0</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 在Firefox 35之前版本的浏览器中, 此方法不会在aNode为null时抛出异常.</p> +{{Compat("api.Selection.containsNode")}} <h2 id="参考">参考</h2> |