diff options
author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:24 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
commit | 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch) | |
tree | 30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/document/tooltipnode | |
parent | c05efa8d7ae464235cf83d7c0956e42dc6974103 (diff) | |
download | translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2 translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip |
convert content to md
Diffstat (limited to 'files/fr/web/api/document/tooltipnode')
-rw-r--r-- | files/fr/web/api/document/tooltipnode/index.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/files/fr/web/api/document/tooltipnode/index.md b/files/fr/web/api/document/tooltipnode/index.md index 13c0927cff..b5f14bb18a 100644 --- a/files/fr/web/api/document/tooltipnode/index.md +++ b/files/fr/web/api/document/tooltipnode/index.md @@ -9,17 +9,16 @@ tags: - XUL translation_of: Web/API/Document/tooltipNode --- -<p>{{ ApiRef("DOM") }}</p> +{{ ApiRef("DOM") }} -<p>{{draft}}</p> +{{draft}} -<p>Renvoie le noeud qui est la cible de l'actuel {{ XULElem("tooltip") }}.</p> +Renvoie le noeud qui est la cible de l'actuel {{ XULElem("tooltip") }}. -<h2 id="Usage">Syntaxe</h2> +## Syntaxe -<pre class="eval">document.tooltipNode; -</pre> + document.tooltipNode; -<h2 id="Specification">Spécification</h2> +## Spécification -<p>XUL-specific method. Not part of any specification. Defined in {{ Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl") }}.</p> +XUL-specific method. Not part of any specification. Defined in {{ Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl") }}. |