blob: 067779ae88f12b693bb48a73e35df6e8adda36d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
title: Document.tooltipNode
slug: Web/API/Document/tooltipNode
tags:
- API
- 'API:Mozilla Extensions'
- DOM
- Draft
- Gecko
- Mozilla
- Non-standard
- Property
- Reference
translation_of: Web/API/Document/tooltipNode
---
<p>{{APIRef("DOM")}}{{Draft}}{{Non-standard_Header}}</p>
<p><code><strong>Document.tooltipNode</strong></code> プロパティは、現在の {{XULElem("tooltip")}} の対象となるノードを返します。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox notranslate"><var>document</var>.tooltipNode;</pre>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<p>XUL で定められたメソッドであり、標準仕様には含まれていません。{{Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl")}} で定義されています。</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("api.Document.tooltipNode")}}</p>
|