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/error | |
| 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/error')
5 files changed, 10 insertions, 10 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/columnnumber/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/columnnumber/index.html index cff8e92402..e1e1161fbd 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/columnnumber/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/columnnumber/index.html @@ -24,7 +24,7 @@ console.log(e.columnNumber) // 0 <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -47,7 +47,7 @@ console.log(e.columnNumber) // 0 </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/filename/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/filename/index.html index 430cb738c2..2ef563d050 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/filename/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/filename/index.html @@ -28,7 +28,7 @@ throw e; <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -51,7 +51,7 @@ throw e; </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/message/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/message/index.html index 92ba4e16c1..e846ff838c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/message/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/message/index.html @@ -54,7 +54,7 @@ throw e; <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -77,7 +77,7 @@ throw e; </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/name/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/name/index.html index 13232d69d9..4d24a6f972 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/name/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/name/index.html @@ -54,7 +54,7 @@ throw e; // "ParseError: Malformed input" <div style="line-height: 19.0909080505371px;">{{CompatibilityTable}}</div> -<div id="compat-desktop" style="line-height: 19.0909080505371px;"> +<div style="line-height: 19.0909080505371px;"> <table class="compat-table" style="border-color: transparent;"> <tbody> <tr> @@ -77,7 +77,7 @@ throw e; // "ParseError: Malformed input" </table> </div> -<div id="compat-mobile" style="line-height: 19.0909080505371px;"> +<div style="line-height: 19.0909080505371px;"> <table class="compat-table" style="border-color: transparent;"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/tostring/index.html index a32f0919d3..a7e6a10ace 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/tostring/index.html @@ -77,7 +77,7 @@ print(e.toString()); // "hello" </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -99,7 +99,7 @@ print(e.toString()); // "hello" </tbody> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |
