diff options
Diffstat (limited to 'files/zh-cn/web/api/node/index.html')
-rw-r--r-- | files/zh-cn/web/api/node/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/node/index.html b/files/zh-cn/web/api/node/index.html index d03310cb93..e5f3ab951f 100644 --- a/files/zh-cn/web/api/node/index.html +++ b/files/zh-cn/web/api/node/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Node </dl> <dl> - <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}</dt> <dd>(不适用于网页内容) 只读的 {{ Interface("nsIURI") }} 对象表示元素的base URI.</dd> <dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt> <dd>返回一个包含了该节点所有子节点的实时的{{DOMxRef("NodeList")}}。{{DOMxRef("NodeList")}} 是动态变化的。如果该节点的子节点发生了变化,{{DOMxRef("NodeList")}}对象就会自动更新。 </dd> @@ -134,7 +134,7 @@ translation_of: Web/API/Node <p><strong>Note:</strong> 在Firefox 3.5以及更早的版本中, HTML 的元素都没有命名空间. 而在最新的版本中, 无论是 HTML 还是 XML 文档树 ,所有元素的命名空间统一为 <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code>。</p> </div> </dd> - <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt> <dd>返回节点优先级 {{Interface("nsIPrincipal")}} 。</dd> <dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt> <dd>返回一个节点命名空间的前缀 {{DOMxRef("DOMString")}} , 当前缀不存在时返回 <code>null</code> 。</dd> |