From c46e9da7f68bd682fc9ff1452b7fe63df1227151 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:01:54 +0900 Subject: Migrate to Compat macro (zh-tw) --- .../zh-tw/web/api/element/getattribute/index.html | 27 +--------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'files/zh-tw/web/api/element/getattribute') 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"

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support2923{{CompatVersionUnknown}}{{CompatVersionUnknown}}6
-
- -
{{DOMAttributeMethods}}
+{{Compat("api.Element.getAttribute")}}

Specification

-- cgit v1.2.3-54-g00ecf