From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/htmlquoteelement/index.html | 72 ++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 files/ja/web/api/htmlquoteelement/index.html (limited to 'files/ja/web/api/htmlquoteelement') diff --git a/files/ja/web/api/htmlquoteelement/index.html b/files/ja/web/api/htmlquoteelement/index.html new file mode 100644 index 0000000000..3ba5433878 --- /dev/null +++ b/files/ja/web/api/htmlquoteelement/index.html @@ -0,0 +1,72 @@ +--- +title: HTMLQuoteElement +slug: Web/API/HTMLQuoteElement +tags: + - API + - HTML DOM + - Interface + - Reference +translation_of: Web/API/HTMLQuoteElement +--- +
{{APIRef("HTML DOM")}}
+ +

HTMLQuoteElementインターフェースは,引用要素を扱う為に(継承する{{domxref("HTMLElement")}}インターフェースを越えた)固有の属性を提供します。ここで引用要素とは{{HTMLElement("blockquote")}}や{{HTMLElement("q")}}といった要素であり,{{HTMLElement("cite")}}要素ではありません。

+ +

{{InheritanceDiagram(600, 120)}}

+ +

属性

+ +

親である{{domxref("HTMLElement")}}からメソッドを継承します。

+ +
+
{{domxref("HTMLQuoteElement.cite")}}
+
は{{domxref("DOMString")}}であり,HTML属性{{htmlattrxref("cite", "blockquote")}}に格納している引用元URLを表します。
+
+ +

メソッド

+ +

固有のメソッドなし。親である{{domxref("HTMLElement")}}からメソッドを継承します。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', "#htmlquoteelement", "HTMLQuoteElement")}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', "grouping-content.html#the-blockquote-element", "HTMLQuoteElement")}}{{Spec2('HTML5 W3C')}}{{SpecName("DOM2 HTML")}}より変更なし。
{{SpecName('DOM2 HTML', 'html.html#ID-70319763', 'HTMLQuoteElement')}}{{Spec2('DOM2 HTML')}}{{SpecName("DOM1")}}より変更なし。
{{SpecName('DOM1', 'level-one-html.html#ID-70319763', 'HTMLQuoteElement')}}{{Spec2('DOM1')}}初回定義。
+ +

ブラウザ互換性

+ + + +

{{Compat("api.HTMLQuoteElement")}}

+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf