aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/symbol
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/symbol')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/for/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/keyfor/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/search/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/split/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/toprimitive/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/tosource/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/tostring/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/tostringtag/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/valueof/index.html4
9 files changed, 17 insertions, 17 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/for/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/for/index.html
index ee0b84406a..e0cf9c8bd0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/for/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/for/index.html
@@ -99,7 +99,7 @@ Symbol.for("mdn.bar");
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -122,7 +122,7 @@ Symbol.for("mdn.bar");
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/keyfor/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/keyfor/index.html
index c38fa9307b..f42776146b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/keyfor/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/keyfor/index.html
@@ -60,7 +60,7 @@ Symbol.keyFor(Symbol.iterator) // undefined
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -83,7 +83,7 @@ Symbol.keyFor(Symbol.iterator) // undefined
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/search/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/search/index.html
index f3d595a2fb..7f3ac000d6 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/search/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/search/index.html
@@ -55,7 +55,7 @@ console.log('foobar'.search(new caseInsensitiveSearch('BaR')));
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -78,7 +78,7 @@ console.log('foobar'.search(new caseInsensitiveSearch('BaR')));
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/split/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/split/index.html
index 221254014b..eefbc9d547 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/split/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/split/index.html
@@ -59,7 +59,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/split
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -82,7 +82,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/split
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/toprimitive/index.html
index 61e4d36fb9..bbf27b98d6 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/toprimitive/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/toprimitive/index.html
@@ -70,7 +70,7 @@ console.log(obj2 + ""); // "true" -- hint 参数值是 "default"
<p> {{Compat("javascript.builtins.Symbol.toPrimitive")}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
</tbody>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/tosource/index.html
index 56d7571d55..6342361cc9 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/tosource/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/tosource/index.html
@@ -38,7 +38,7 @@ sym.toSource()</pre>
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -61,7 +61,7 @@ sym.toSource()</pre>
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/tostring/index.html
index 1ed899232e..44be848f73 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/tostring/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/tostring/index.html
@@ -61,7 +61,7 @@ Symbol.for("foo").toString() // "Symbol(foo)"
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -84,7 +84,7 @@ Symbol.for("foo").toString() // "Symbol(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/symbol/tostringtag/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/tostringtag/index.html
index c09f904a6e..82f699b536 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/tostringtag/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/tostringtag/index.html
@@ -74,7 +74,7 @@ Object.prototype.toString.call(new ValidatorClass()); // "[object Validator]"
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -97,7 +97,7 @@ Object.prototype.toString.call(new ValidatorClass()); // "[object Validator]"
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/valueof/index.html
index a5beee61d4..9185610400 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/valueof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/valueof/index.html
@@ -51,7 +51,7 @@ Object(Symbol("foo")).toString() + "bar";
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -74,7 +74,7 @@ Object(Symbol("foo")).toString() + "bar";
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>