aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/set
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/set
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/set')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/clear/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/delete/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/entries/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/foreach/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/has/index.html4
5 files changed, 10 insertions, 10 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/clear/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/clear/index.html
index 6103b63a67..567dd3dc4c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/clear/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/clear/index.html
@@ -64,7 +64,7 @@ mySet.has("bar") // false
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -87,7 +87,7 @@ mySet.has("bar") // 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/set/delete/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/delete/index.html
index 5602ae7942..3d11a91183 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/delete/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/delete/index.html
@@ -64,7 +64,7 @@ mySet.has("foo"); // 返回 false,"foo" 已经成功删除
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -87,7 +87,7 @@ mySet.has("foo"); // 返回 false,"foo" 已经成功删除
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/entries/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/entries/index.html
index f73a1e1a26..8f737249ae 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/entries/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/entries/index.html
@@ -57,7 +57,7 @@ console.log(setIter.next().value); // ["baz", "baz"]
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -80,7 +80,7 @@ console.log(setIter.next().value); // ["baz", "baz"]
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/foreach/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/foreach/index.html
index 3b8dacfefc..6f08ab121b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/foreach/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/foreach/index.html
@@ -89,7 +89,7 @@ new Set(["foo", "bar", undefined]).forEach(logSetElements);
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -112,7 +112,7 @@ new Set(["foo", "bar", undefined]).forEach(logSetElements);
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/has/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/has/index.html
index 1ffca26498..0bbad115ec 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/has/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/has/index.html
@@ -70,7 +70,7 @@ set1.add({'key1': 1}); // 现在 set1 中有2条(不同引用的)对象了</
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -93,7 +93,7 @@ set1.add({'key1': 1}); // 现在 set1 中有2条(不同引用的)对象了</
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>