aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/removeattributens
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-20 18:32:06 -0700
committerGitHub <noreply@github.com>2021-03-20 18:32:06 -0700
commitdd970ebde4659015cacb03f3cec08ba3662f76b7 (patch)
tree22fce3103c66822def150bdcd5934b143ce775cd /files/zh-cn/web/api/element/removeattributens
parent42fa0779cb86e303db29e3603901b000523173cf (diff)
downloadtranslated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/zh-cn/web/api/element/removeattributens')
-rw-r--r--files/zh-cn/web/api/element/removeattributens/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/removeattributens/index.html b/files/zh-cn/web/api/element/removeattributens/index.html
index f1c35b27fd..90be83248d 100644
--- a/files/zh-cn/web/api/element/removeattributens/index.html
+++ b/files/zh-cn/web/api/element/removeattributens/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Element/removeAttributeNS
<p><code>removeAttributeNS</code> 移除元素的指定属性</p>
-<p>{{ Fx_minversion_inline(3) }} 在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p>
+<p>在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p>
<h2 id="Syntax" name="Syntax">用法</h2>