diff options
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> |
