diff options
Diffstat (limited to 'files/ja/web/api/document/tooltipnode/index.html')
-rw-r--r-- | files/ja/web/api/document/tooltipnode/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/web/api/document/tooltipnode/index.html b/files/ja/web/api/document/tooltipnode/index.html new file mode 100644 index 0000000000..5511497b25 --- /dev/null +++ b/files/ja/web/api/document/tooltipnode/index.html @@ -0,0 +1,32 @@ +--- +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> + +<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> + +<p>{{Compat("api.Document.tooltipNode")}}</p> |