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

HTMLParagraphElement インタフェースは {{htmlelement("p")}} 要素を操作する為のインタフェースです。p 要素の操作は {{domxref("element")}} オブジェクトインタフェースからも可能です。{{HTMLVersionInline("5")}} に於いては、このインタフェースは {{domxref("HTMLElement")}} を継承元とするインタフェースとなっています。

+

プロパティ

+

{{domxref("HTMLElement")}} より継承するプロパティの他に以下のプロパティが定義されていましたが、HTML5 で廃止されています。

+ + + + + + + + + + + + + +
名称説明
align {{obsolete_inline}}{{domxref("DOMString")}}前後のコンテンツからの相対的な配置位置 ("left", "right", "justify", "center") を定義する為の列挙属性
+

メソッド

+

固有のメソッドは持っていません。{{domxref("HTMLElement")}} から継承するメソッドを利用可能です。

+

仕様

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('HTML WHATWG', "grouping-content.html#the-p-element", "HTMLParagraphElement")}}{{Spec2('HTML WHATWG')}}{{SpecName("HTML5 W3C")}} より変更無し
{{SpecName('HTML5 W3C', "grouping-content.html#the-p-element", "HTMLParagraphElement")}}{{Spec2('HTML5 W3C')}}align 属性が廃止された
{{SpecName('DOM2 HTML', 'html.html#ID-84675076', 'HTMLParagraphElement')}}{{Spec2('DOM2 HTML')}}{{SpecName("DOM1")}} より変更無し
{{SpecName('DOM1', 'level-one-html.html#ID-84675076', 'HTMLParagraphElement')}}{{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