From 5289f869c03040182fc69da3e05bc5288a3490bc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 21 Jun 2021 10:14:26 -0400 Subject: remove hidden bcd table paragraph from 'zh-cn' Part of #1008 --- .../web/javascript/reference/classes/private_class_fields/index.html | 2 -- .../web/javascript/reference/global_objects/bigint64array/index.html | 2 +- .../web/javascript/reference/global_objects/error/tosource/index.html | 2 +- files/zh-cn/web/javascript/reference/global_objects/eval/index.html | 2 +- .../web/javascript/reference/global_objects/intl/pluralrules/index.html | 2 +- files/zh-cn/web/javascript/reference/global_objects/map/set/index.html | 2 +- .../web/javascript/reference/global_objects/object/object/index.html | 2 +- .../javascript/reference/global_objects/string/touppercase/index.html | 2 +- .../web/javascript/reference/global_objects/string/valueof/index.html | 2 +- files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html | 2 +- .../web/javascript/reference/operators/conditional_operator/index.html | 2 +- files/zh-cn/web/javascript/reference/operators/inequality/index.html | 2 +- .../zh-cn/web/javascript/reference/statements/async_function/index.html | 2 +- .../zh-cn/web/javascript/reference/statements/for-await...of/index.html | 2 +- 14 files changed, 13 insertions(+), 15 deletions(-) (limited to 'files/zh-cn/web/javascript/reference') diff --git a/files/zh-cn/web/javascript/reference/classes/private_class_fields/index.html b/files/zh-cn/web/javascript/reference/classes/private_class_fields/index.html index a320876884..70803df8a1 100644 --- a/files/zh-cn/web/javascript/reference/classes/private_class_fields/index.html +++ b/files/zh-cn/web/javascript/reference/classes/private_class_fields/index.html @@ -189,8 +189,6 @@ new ClassWithPrivateAccessor();

浏览器兼容性

- -

{{Compat("javascript.classes.private_class_fields")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html index e1cdb4179e..c7f47fef77 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html @@ -160,7 +160,7 @@ var bigint64 = new BigInt64Array(iterable);

浏览器兼容性

- +

{{Compat("javascript.builtins.BigInt64Array")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/tosource/index.html index 89273b1f32..f6d59df24d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/tosource/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/tosource/index.html @@ -36,7 +36,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Error/toSource
- +

{{Compat("javascript.builtins.Error.toSource")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/eval/index.html b/files/zh-cn/web/javascript/reference/global_objects/eval/index.html index 4189e29d72..dc2e4f95a6 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/eval/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/eval/index.html @@ -300,7 +300,7 @@ var fct2 = eval(fctStr2) // 返回一个函数

浏览器兼容性

- +

{{Compat("javascript.builtins.eval")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/intl/pluralrules/index.html b/files/zh-cn/web/javascript/reference/global_objects/intl/pluralrules/index.html index e6da9a523c..40ef05e627 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/intl/pluralrules/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/intl/pluralrules/index.html @@ -140,7 +140,7 @@ pr.select(42);

浏览器兼容性

- +

{{Compat("javascript.builtins.Intl.PluralRules")}}

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 8184278bc3..0bdd4579ae 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 @@ -83,7 +83,7 @@ myMap.set('bar', 'foo')

浏览器兼容性

- +

{{Compat("javascript.builtins.Map.set")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/object/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/object/index.html index ded4dfae16..0fcc3a5c6a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/object/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/object/index.html @@ -68,7 +68,7 @@ console.log(o)

浏览器兼容性

- +

{{Compat("javascript.builtins.Object.Object")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html index 7d0edf43c5..0e45f82bac 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html @@ -74,7 +74,7 @@ console.log(a, b);

浏览器兼容性

- +

{{Compat("javascript.builtins.String.toUpperCase")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html index 7697c1074d..6af5bd5d2d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html @@ -46,7 +46,7 @@ console.log(x.valueOf()); // Displays 'Hello world'

浏览器兼容性

- +

{{Compat("javascript.builtins.String.valueOf")}}

diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html index 4bb149667d..c2fa597627 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html @@ -96,7 +96,7 @@ After: 10100000000000000110000000000001

浏览器兼容性

- +

{{Compat("javascript.operators.bitwise_xor")}}

diff --git a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html index 179496d7e3..cb3153c5ee 100644 --- a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html @@ -112,7 +112,7 @@ function example(…) {

浏览器兼容性

- +

{{Compat("javascript.operators.conditional")}}

diff --git a/files/zh-cn/web/javascript/reference/operators/inequality/index.html b/files/zh-cn/web/javascript/reference/operators/inequality/index.html index 2c0bccddfd..867bda689f 100644 --- a/files/zh-cn/web/javascript/reference/operators/inequality/index.html +++ b/files/zh-cn/web/javascript/reference/operators/inequality/index.html @@ -87,7 +87,7 @@ object2 != object2 // false

浏览器兼容性

- +

{{Compat("javascript.operators.inequality")}}

diff --git a/files/zh-cn/web/javascript/reference/statements/async_function/index.html b/files/zh-cn/web/javascript/reference/statements/async_function/index.html index cb6f595ff9..3fe81b81fb 100644 --- a/files/zh-cn/web/javascript/reference/statements/async_function/index.html +++ b/files/zh-cn/web/javascript/reference/statements/async_function/index.html @@ -313,7 +313,7 @@ setTimeout(parallelPromise, 13000); // same as parallel

浏览器兼容性

- +

{{Compat("javascript.statements.async_function")}}

diff --git a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html index 87033e17ba..47277b5f61 100644 --- a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html +++ b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html @@ -149,7 +149,7 @@ getResponseSize('https://jsonplaceholder.typicode.com/photos');

浏览器兼容

- +

{{Compat("javascript.statements.for_await_of")}}

-- cgit v1.2.3-54-g00ecf