diff options
Diffstat (limited to 'files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest')
-rw-r--r-- | files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest/index.html | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest/index.html b/files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest/index.html index 74e8cac761..a2c18c0878 100644 --- a/files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/html_in_xmlhttprequest/index.html @@ -142,53 +142,4 @@ oReq.send(null); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Support</td> - <td>18</td> - <td>{{CompatGeckoDesktop("11.0")}}</td> - <td>10</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}<br> - {{CompatVersionUnknown}}<sup>[1]</sup></td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile("11.0")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] This feature was implemented in {{WebKitBug("74626")}}.</p> +{{Compat("api.XMLHttpRequest")}} |