From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- .../web/api/documentorshadowroot/elementfrompoint/index.html | 2 +- files/zh-cn/conflicting/web/api/node/index.html | 2 +- .../web/api/node_378aed5ed6869e50853edbc988cf9556/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/conflicting/web/api') diff --git a/files/zh-cn/conflicting/web/api/documentorshadowroot/elementfrompoint/index.html b/files/zh-cn/conflicting/web/api/documentorshadowroot/elementfrompoint/index.html index 83bcafb45b..c33269a9d3 100644 --- a/files/zh-cn/conflicting/web/api/documentorshadowroot/elementfrompoint/index.html +++ b/files/zh-cn/conflicting/web/api/documentorshadowroot/elementfrompoint/index.html @@ -6,7 +6,7 @@ translation_of_original: Web/API/Document/elementFromPoint original_slug: Web/API/Document/elementFromPoint ---
- {{APIRef()}} {{Fx_minversion_header(3)}}
+ {{APIRef()}}

概述

返回当前文档上处于指定坐标位置最顶层的元素, 坐标是相对于包含该文档的浏览器窗口的左上角为原点来计算的, 通常 x 和 y 坐标都应为正数.

语法

diff --git a/files/zh-cn/conflicting/web/api/node/index.html b/files/zh-cn/conflicting/web/api/node/index.html index 08e2664f32..d9d33ab197 100644 --- a/files/zh-cn/conflicting/web/api/node/index.html +++ b/files/zh-cn/conflicting/web/api/node/index.html @@ -6,7 +6,7 @@ translation_of_original: Web/API/Node/baseURIObject original_slug: Web/API/Node/baseURIObject ---
- {{ApiRef}} {{Fx_minversion_header("3")}} {{Non-standard_header}}
+ {{ApiRef}} {{Non-standard_header}}

概述

baseURIObject属性返回一个代表当前节点(通常是文档节点或元素节点)的基URL的{{Interface("nsIURI")}}对象.该属性类似与{{domxref("Node.baseURI")}},只是它返回的是一个包含更多信息的nsIURI对象,而不只是一个URL字符串.

该属性在所有类型的节点上都可用(HTML,XUL,SVG,MathML等),但脚本本身必须要有 UniversalXPConnect权限(XUL默认有这个权限,HTML没有).

diff --git a/files/zh-cn/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html b/files/zh-cn/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html index 03f557b347..09b744dc95 100644 --- a/files/zh-cn/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html +++ b/files/zh-cn/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html @@ -6,7 +6,7 @@ translation_of_original: Web/API/Node/nodePrincipal original_slug: Web/API/Node/nodePrincipal ---
- {{APIRef}}{{Fx_minversion_header(3)}}{{Non-standard_header}} + {{APIRef}}{{Non-standard_header}}

The Node.nodePrincipal read-only property returns the {{Interface("nsIPrincipal")}} object representing current security context of the node.

{{Note("This property exists on all nodes (HTML, XUL, SVG, MathML, etc.), but only if the script trying to use it has chrome privileges.")}}

Syntax

-- cgit v1.2.3-54-g00ecf