aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-07 00:31:35 +0000
committerMDN <actions@users.noreply.github.com>2021-05-07 00:31:35 +0000
commit15b682f3ce7549aac1711f78e64bdb5aa6679a41 (patch)
treeb0c9589f23fd9557fa48f52901327671c8839949 /files/zh-cn/web/api
parent503fb465d8dea4e62e90216c1bf718f86519873c (diff)
downloadtranslated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.tar.gz
translated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.tar.bz2
translated-content-15b682f3ce7549aac1711f78e64bdb5aa6679a41.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r--files/zh-cn/web/api/notation/index.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/files/zh-cn/web/api/notation/index.html b/files/zh-cn/web/api/notation/index.html
deleted file mode 100644
index 5a196228f4..0000000000
--- a/files/zh-cn/web/api/notation/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
----
-title: Notation
-slug: Web/API/Notation
-tags:
- - API
- - Obsolete
- - Reference
-translation_of: Web/API/Notation
----
-<div>{{APIRef("DOM")}}{{draft}}{{obsolete_header}}</div>
-
-<p>表示DTD表示(只读)。可以声明未解析实体的格式或正式声明文档的处理指令目标。从 <a href="/En/DOM/Node">node</a> 继承方法和属性。它的 <a href="/En/DOM/Node/NodeName">nodeName</a> 是表示法名称。没有父节点。</p>
-
-<h2 id="属性">属性</h2>
-
-<dl>
- <dt>{{domxref("Notation.publicId")}} {{ReadOnlyInline}}</dt>
- <dd>Is a {{domxref("DOMString")}}.</dd>
- <dt>{{domxref("Notation.systemId")}} {{ReadOnlyInline}}</dt>
- <dd>Is a {{domxref("DOMString")}}.</dd>
-</dl>
-
-<h2 id="规范">规范</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th>Specification</th>
- <th>Status</th>
- <th>Comment</th>
- </tr>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>No change</td>
- </tr>
- <tr>
- <td>{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}</td>
- <td>{{Spec2("DOM2 Core")}}</td>
- <td>No change</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}</td>
- <td>{{Spec2('DOM1')}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="浏览器兼容性">浏览器兼容性</h2>
-
-<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>,并向我们发送一个pull request。</div>
-
-<p>{{Compat("api.Notation")}}</p>