aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/domparser/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/domparser/index.html')
-rw-r--r--files/zh-tw/web/api/domparser/index.html80
1 files changed, 1 insertions, 79 deletions
diff --git a/files/zh-tw/web/api/domparser/index.html b/files/zh-tw/web/api/domparser/index.html
index 4ded67f1c3..cddc7cde5d 100644
--- a/files/zh-tw/web/api/domparser/index.html
+++ b/files/zh-tw/web/api/domparser/index.html
@@ -110,85 +110,7 @@ doc = parser.parseFromString(stringContainingHTMLSource, "text/html");
<h2 id="Browser_compatibility" name="Browser_compatibility">瀏覽器相容性</h2>
-<div>{{CompatibilityTable}}</div>
-
-<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>XML support</td>
- <td>{{CompatChrome(1)}}</td>
- <td>{{CompatGeckoDesktop(1)}}</td>
- <td>{{CompatIE(9)}}</td>
- <td>{{CompatOpera(8)}}</td>
- <td>{{CompatSafari(3.2)}}</td>
- </tr>
- <tr>
- <td>SVG support</td>
- <td>{{CompatChrome(4)}}</td>
- <td>{{CompatGeckoDesktop(10.0)}}</td>
- <td>{{CompatIE(10)}}</td>
- <td>{{CompatOpera(15)}}</td>
- <td>{{CompatSafari(3.2)}}</td>
- </tr>
- <tr>
- <td>HTML support</td>
- <td>{{CompatChrome(30)}}</td>
- <td>{{CompatGeckoDesktop(12.0)}}</td>
- <td>{{CompatIE(10)}}</td>
- <td>{{CompatOpera(17)}}</td>
- <td>{{CompatSafari(7.1)}}</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 Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>XML support</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>SVG support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile(10.0)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>HTML support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile(12.0)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("api.DOMParser")}}
<h2 id="See_also" name="See_also">參考資料</h2>