aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/map
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:06 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitc4576ded828eb9a5ef5f032c8f9409a7116f80a1 (patch)
treea26eb256f89eb1b8b2a9c65f1e0183509622807e /files/zh-cn/web/javascript/reference/global_objects/map
parentf7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (diff)
downloadtranslated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.tar.gz
translated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.tar.bz2
translated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.zip
remove id attribute not in heading for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/map')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/has/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/set/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/values/index.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
index 46132abe7f..186603b1a3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
@@ -53,7 +53,7 @@ browser-compat: javascript.builtins.Map.@@toStringTag
<p>{{CompatibilityTable}} </p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -76,7 +76,7 @@ browser-compat: javascript.builtins.Map.@@toStringTag
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
index db61579557..461f2e5e07 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
@@ -66,7 +66,7 @@ myMap.has("baz"); // returns false
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -89,7 +89,7 @@ myMap.has("baz"); // returns false
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
index d4fd287926..701fd336f0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
@@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Map/set
original_slug: Web/JavaScript/Reference/Global_Objects/Map/set
browser-compat: javascript.builtins.Map.set
---
-<p id="sect1">{{JSRef}}</p>
+<p>{{JSRef}}</p>
<p><code><strong>set()</strong></code> 方法为 <code>Map</code> 对象添加或更新一个指定了键(<code>key</code>)和值(<code>value</code>)的(新)键值对。</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
index 5c4aad2316..46e4de8672 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
@@ -65,7 +65,7 @@ console.log(mapIter.next().value); // "baz"</pre>
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -88,7 +88,7 @@ console.log(mapIter.next().value); // "baz"</pre>
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>