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/htmlheadingelement/index.html | 122 +++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 files/ja/web/api/htmlheadingelement/index.html (limited to 'files/ja/web/api/htmlheadingelement/index.html') diff --git a/files/ja/web/api/htmlheadingelement/index.html b/files/ja/web/api/htmlheadingelement/index.html new file mode 100644 index 0000000000..a01de47f40 --- /dev/null +++ b/files/ja/web/api/htmlheadingelement/index.html @@ -0,0 +1,122 @@ +--- +title: HTMLHeadingElement +slug: Web/API/HTMLHeadingElement +tags: + - DOM + - DOM Reference +translation_of: Web/API/HTMLHeadingElement +--- +
{{ApiRef}}
+ +

DOM の 見出し要素 (heading elements) は HTMLHeadingElement ({{HTMLVersionInline("4")}} HTMLHeadingElement) インタフェースを公開します。{{HTMLVersionInline("5")}} に於いてはこのインタフェースは HTMLElement から継承するものですが、追加メンバは定義されておらず、また {{HTMLVersionInline("4")}} で非推奨属性に指定されていた align 属性は {{HTMLVersionInline("5")}} で廃止されています。

+ +

プロパティ

+ +

{{domxref("HTMLElement")}} から継承するプロパティに加え、以下の固有プロパティを持ちます。

+ + + + + + + + + + + + + + +
名称説明
align {{obsolete_inline}}{{domxref("DOMString")}}周囲のコンテクストに対する見出しの配置を示す列挙属性
+ +

メソッド

+ +

固有のメソッドは持ちません。{{domxref("HTMLElement")}} インタフェースから継承するメソッドを持ちます。

+ +

仕様

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('HTML WHATWG', "sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", "HTMLHeadingElement")}}{{Spec2('HTML WHATWG')}}{{SpecName("HTML5 W3C")}} より変更無し
{{SpecName('HTML5 W3C', "sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", "HTMLHeadingElement")}}{{Spec2('HTML5 W3C')}}align プロパティが廃止された
{{SpecName('DOM2 HTML', 'html.html#ID-43345119', 'HTMLHeadingElement')}}{{Spec2('DOM2 HTML')}}{{SpecName("DOM1")}} より変更無し
{{SpecName('DOM1', 'level-one-html.html#ID-43345119', 'HTMLHeadingElement')}}{{Spec2('DOM1')}}最初期の定義
+ +

ブラウザ実装状況

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + +
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本サポート{{CompatVersionUnknown}}{{CompatGeckoDesktop(1.0)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
機能AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート{{CompatVersionUnknown}}{{CompatGeckoMobile(1.0)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +

関連情報

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