aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/tooltipnode
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/document/tooltipnode
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/api/document/tooltipnode')
-rw-r--r--files/zh-cn/web/api/document/tooltipnode/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/document/tooltipnode/index.html b/files/zh-cn/web/api/document/tooltipnode/index.html
new file mode 100644
index 0000000000..db042ee270
--- /dev/null
+++ b/files/zh-cn/web/api/document/tooltipnode/index.html
@@ -0,0 +1,14 @@
+---
+title: document.tooltipNode
+slug: Web/API/Document/tooltipNode
+translation_of: Web/API/Document/tooltipNode
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="Summary" name="Summary">概述</h3>
+<p>返回作为当前文档的{{ XULElem("tooltip") }}的节点.</p>
+<h3 id="Usage" name="Usage">语法</h3>
+<pre class="eval">document.tooltipNode;
+</pre>
+<h3 id="Specification" name="Specification">规范</h3>
+<p>只能在XUL中使用.不属于任何规范.定义在{{ Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl") }}.</p>
+<p>{{ languages( {"zh-cn": "zh-cn/DOM/document.tooltipNode" } ) }}</p>