aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/object
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/object
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/object')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/__definesetter__/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/__lookupgetter__/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/__lookupsetter__/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/isextensible/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/isprototypeof/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html2
9 files changed, 16 insertions, 16 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html
index a9c388d009..209a7897e3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html
@@ -50,7 +50,7 @@ console.log(o.gimmeFive); // 5
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容性</h2>
<div>
{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -72,7 +72,7 @@ console.log(o.gimmeFive); // 5
</tbody>
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/__definesetter__/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/__definesetter__/index.html
index 4c9dce1dd4..2aaac6314d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/__definesetter__/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/__definesetter__/index.html
@@ -35,7 +35,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/__defineSetter__
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容性</h2>
<div>
{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -57,7 +57,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/__defineSetter__
</tbody>
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/__lookupgetter__/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/__lookupgetter__/index.html
index a94f293880..c9200b5194 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/__lookupgetter__/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/__lookupgetter__/index.html
@@ -61,7 +61,7 @@ Object.getOwnPropertyDescriptor(prototype, "foo").get
<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -84,7 +84,7 @@ Object.getOwnPropertyDescriptor(prototype, "foo").get
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/__lookupsetter__/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/__lookupsetter__/index.html
index 6481c7f16b..859318a8bc 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/__lookupsetter__/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/__lookupsetter__/index.html
@@ -79,7 +79,7 @@ Object.getOwnPropertyDescriptor(obj, 'foo').set;
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -102,7 +102,7 @@ Object.getOwnPropertyDescriptor(obj, 'foo').set;
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html
index 08874a06e8..7738e33117 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html
@@ -137,9 +137,9 @@ Object.getOwnPropertyDescriptor('foo', 0);
<div></div>
-<div id="compat-mobile"></div>
+<div></div>
-<div id="compat-desktop"><strong style="">相关链接</strong> </div>
+<div><strong style="">相关链接</strong> </div>
<ul>
<li>{{jsxref("Object.defineProperty()")}}</li>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html
index ebce4498fa..cc321fa788 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html
@@ -76,7 +76,7 @@ subclass.prototype = Object.create(superclass.prototype, Object.getOwnPropertyDe
<div>{{Compat("javascript.builtins.Object.getOwnPropertyDescriptors")}}</div>
-<div id="compat-desktop"> </div>
+<div> </div>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/isextensible/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/isextensible/index.html
index c168d98bfd..249ce52673 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/isextensible/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/isextensible/index.html
@@ -87,7 +87,7 @@ Object.isExtensible(1);
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -110,7 +110,7 @@ Object.isExtensible(1);
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/isprototypeof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/isprototypeof/index.html
index 84ce38e934..fb360e1ec1 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/isprototypeof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/isprototypeof/index.html
@@ -109,7 +109,7 @@ console.log(Object.prototype.isPrototypeOf(baz)); // true
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -133,7 +133,7 @@ console.log(Object.prototype.isPrototypeOf(baz)); // true
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
index 0bc82c3e09..cf2df7e50d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
@@ -217,7 +217,7 @@ george(); // 'Hello guys!!'</pre>
<p>{{Compat("javascript.builtins.Object.setPrototypeOf")}}</p>
-<div id="compat-desktop"></div>
+<div></div>
<h2 id="See_also" name="See_also">相关链接</h2>