aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
diff options
context:
space:
mode:
authormeowmeowmeowcat <meowmeowcat1211@gmail.com>2021-08-08 04:21:16 +0800
committerGitHub <noreply@github.com>2021-08-08 04:21:16 +0800
commit721aec54d62e8c0dd3573c41a9dfefcb98c0c17c (patch)
tree8810090a2e2dc49b09c84c7d9647195bf2b399f3 /files/zh-cn/web
parentc92a71571ce10a425c6881afe1e1ca5ebfae785f (diff)
downloadtranslated-content-721aec54d62e8c0dd3573c41a9dfefcb98c0c17c.tar.gz
translated-content-721aec54d62e8c0dd3573c41a9dfefcb98c0c17c.tar.bz2
translated-content-721aec54d62e8c0dd3573c41a9dfefcb98c0c17c.zip
replace spec with macro in Web/JavaScript/Reference/Statements/import.meta, zh-CN (#1944)
* Update the stage of tc39/proposal-import-meta * Replace `Spec` section with `{{Specifications}}`
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r--files/zh-cn/web/javascript/reference/statements/import.meta/index.html20
1 files changed, 1 insertions, 19 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/import.meta/index.html b/files/zh-cn/web/javascript/reference/statements/import.meta/index.html
index 780f30c25e..ffab140a37 100644
--- a/files/zh-cn/web/javascript/reference/statements/import.meta/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/import.meta/index.html
@@ -64,25 +64,7 @@ new URL(import.meta.url).searchParams.get('someURLInfo'); // 5</pre>
<h2 id="规范">规范</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">规范</th>
- <th scope="col">状态</th>
- <th scope="col">备注</th>
- </tr>
- <tr>
- <td><a href="https://github.com/tc39/proposal-import-meta">tc39/proposal-import-meta</a></td>
- <td>Stage 3</td>
- <td>Initial definition.</td>
- </tr>
- <tr>
- <td><a href="https://html.spec.whatwg.org/multipage/webappapis.html#hostgetimportmetaproperties">HTML Standard</a></td>
- <td>Living Standard</td>
- <td>Defines import.meta properties in HTML.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="浏览器支持">浏览器支持</h2>