blob: 681797c2989853aa6426b12f3153e2145b2e08cf (
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
|
---
title: Document.tooltipNode
slug: Web/API/Document/tooltipNode
tags:
- API
- DOM
- Document
- Propriétés
- XUL
translation_of: Web/API/Document/tooltipNode
---
<p>{{ ApiRef("DOM") }}</p>
<p>{{draft}}</p>
<p>Renvoie le noeud qui est la cible de l'actuel {{ XULElem("tooltip") }}.</p>
<h2 id="Usage" name="Usage">Syntaxe</h2>
<pre class="eval">document.tooltipNode;
</pre>
<h2 id="Specification" name="Specification">Spécification</h2>
<p>XUL-specific method. Not part of any specification. Defined in {{ Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl") }}.</p>
|