aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/element/getattribute
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/element/getattribute')
-rw-r--r--files/zh-tw/web/api/element/getattribute/index.html27
1 files changed, 1 insertions, 26 deletions
diff --git a/files/zh-tw/web/api/element/getattribute/index.html b/files/zh-tw/web/api/element/getattribute/index.html
index e5b7a1c27e..15235c37bf 100644
--- a/files/zh-tw/web/api/element/getattribute/index.html
+++ b/files/zh-tw/web/api/element/getattribute/index.html
@@ -36,32 +36,7 @@ alert(align); // shows the value of align for the element with id="div1"</pre>
<h2 id="Browser_compatibility">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</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>29</td>
- <td>23</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>6</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div>{{DOMAttributeMethods}}</div>
+{{Compat("api.Element.getAttribute")}}
<h2 id="Specification" name="Specification">Specification</h2>