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) --- .../web/api/document/queryselector/index.html | 49 +--------------------- 1 file changed, 2 insertions(+), 47 deletions(-) (limited to 'files/zh-tw/web/api/document/queryselector') diff --git a/files/zh-tw/web/api/document/queryselector/index.html b/files/zh-tw/web/api/document/queryselector/index.html index a79edb1c1f..602ee9aa11 100644 --- a/files/zh-tw/web/api/document/queryselector/index.html +++ b/files/zh-tw/web/api/document/queryselector/index.html @@ -42,53 +42,8 @@ document.querySelector('#foo\\:bar') // 選到第二個 div </script>

瀏覽器相容性

-

{{CompatibilityTable()}}

-
- - - - - - - - - - - - - - - - - - - -
功能特色ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本支援13.5 (1.9.1)
- {{bug(416317)}}
8103.2 (525.3)
- {{Webkitbug("16587")}}
-
-
- - - - - - - - - - - - - - - - - - - -
功能特色AndroidFirefox 行動版 (Gecko)IE 行動版Opera 行動版Safari 行動版
基本支援2.1910.03.2
-
+{{Compat("api.Document.querySelector")}} +

規格文件