diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | c4576ded828eb9a5ef5f032c8f9409a7116f80a1 (patch) | |
tree | a26eb256f89eb1b8b2a9c65f1e0183509622807e /files/zh-cn/web/javascript/reference/global_objects/regexp | |
parent | f7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (diff) | |
download | translated-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/regexp')
18 files changed, 36 insertions, 36 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@search/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@search/index.html index c88398e1a2..19a14cdf19 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@search/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@search/index.html @@ -93,7 +93,7 @@ console.log(result); // 3 <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -116,7 +116,7 @@ console.log(result); // 3 </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@species/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@species/index.html index 49f72f06f7..a667841afb 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@species/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@species/index.html @@ -55,7 +55,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/@@species <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -78,7 +78,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/@@species </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@split/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@split/index.html index b3bfa32317..213f37b1e7 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@split/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@split/index.html @@ -91,7 +91,7 @@ console.log(result); // ["(2016)", "(01)", "(02)"] <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -114,7 +114,7 @@ console.log(result); // ["(2016)", "(01)", "(02)"] </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/compile/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/compile/index.html index e5b080a839..b46e92ef6b 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/compile/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/compile/index.html @@ -76,7 +76,7 @@ regexObj.compile("new foo", "g"); <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -99,7 +99,7 @@ regexObj.compile("new foo", "g"); </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/flags/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/flags/index.html index bb74a28131..e5ffd31071 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/flags/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/flags/index.html @@ -59,7 +59,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/flags <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -82,7 +82,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/flags </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/global/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/global/index.html index cddfc3724f..9ac9219ec2 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/global/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/global/index.html @@ -51,7 +51,7 @@ console.log(regex.global) // true </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -73,7 +73,7 @@ console.log(regex.global) // true </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/regexp/ignorecase/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/ignorecase/index.html index b2d0742626..7492cf627e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/ignorecase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/ignorecase/index.html @@ -51,7 +51,7 @@ console.log(regex.ignoreCase) // true </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -73,7 +73,7 @@ console.log(regex.ignoreCase) // true </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/regexp/input/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/input/index.html index 87b9ecb657..ede21a2dfa 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/input/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/input/index.html @@ -40,7 +40,7 @@ RegExp.$_; // "hi world!" <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -63,7 +63,7 @@ RegExp.$_; // "hi world!" </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/lastindex/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastindex/index.html index 4931537cb6..f7e667288f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/lastindex/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastindex/index.html @@ -72,7 +72,7 @@ console.log(re.lastIndex);</pre> </table> <h2 id="浏览器兼容性" style="margin-bottom: 20px; line-height: 30px;">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -94,7 +94,7 @@ console.log(re.lastIndex);</pre> </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/regexp/lastmatch/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastmatch/index.html index 71a49daf44..74bf3f095d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/lastmatch/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastmatch/index.html @@ -39,7 +39,7 @@ RegExp['$&']; // "hi" <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -62,7 +62,7 @@ RegExp['$&']; // "hi" </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/lastparen/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastparen/index.html index 0424c58ab3..f7fb73f49f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/lastparen/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/lastparen/index.html @@ -39,7 +39,7 @@ RegExp['$+']; // "hi" <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -62,7 +62,7 @@ RegExp['$+']; // "hi" </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/leftcontext/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/leftcontext/index.html index b2bf7596ce..9a0a93d3e4 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/leftcontext/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/leftcontext/index.html @@ -39,7 +39,7 @@ RegExp['$`']; // "hello " <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -62,7 +62,7 @@ RegExp['$`']; // "hello " </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/multiline/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/multiline/index.html index 8f9a9adbd6..3405a93a1d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/multiline/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/multiline/index.html @@ -52,7 +52,7 @@ console.log(regex.multiline) // true </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -74,7 +74,7 @@ console.log(regex.multiline) // true </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/regexp/n/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/n/index.html index 5101f73b28..3b961acf2d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/n/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/n/index.html @@ -51,7 +51,7 @@ RegExp.$2; // "Smith" <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -74,7 +74,7 @@ RegExp.$2; // "Smith" </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/rightcontext/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/rightcontext/index.html index 5426301369..d47f844db5 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/rightcontext/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/rightcontext/index.html @@ -39,7 +39,7 @@ RegExp["$'"]; // " world!" <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -62,7 +62,7 @@ RegExp["$'"]; // " world!" </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/source/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/source/index.html index 8f526e39ca..3bd290c609 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/source/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/source/index.html @@ -54,7 +54,7 @@ console.log(regex.source); // "fooBar",不包含 /.../ 和 "ig"。 <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -77,7 +77,7 @@ console.log(regex.source); // "fooBar",不包含 /.../ 和 "ig"。 </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html index 22aef815b4..86322dbc18 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html @@ -54,7 +54,7 @@ alert(foo.toString()); // 显示 "/bar/g" </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -76,7 +76,7 @@ alert(foo.toString()); // 显示 "/bar/g" </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/regexp/unicode/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/unicode/index.html index bd4253824c..ee559098cd 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/unicode/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/unicode/index.html @@ -50,7 +50,7 @@ console.log(regex.unicode); // true <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -75,7 +75,7 @@ console.log(regex.unicode); // true </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |