---
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>