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/html/element/acronym/index.html | 81 ++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 files/ja/web/html/element/acronym/index.html (limited to 'files/ja/web/html/element/acronym/index.html') diff --git a/files/ja/web/html/element/acronym/index.html b/files/ja/web/html/element/acronym/index.html new file mode 100644 index 0000000000..d6be16f104 --- /dev/null +++ b/files/ja/web/html/element/acronym/index.html @@ -0,0 +1,81 @@ +--- +title: +slug: Web/HTML/Element/acronym +tags: + - Element + - HTML + - 'HTML:Flow content' + - Obsolete + - Reference + - Web +translation_of: Web/HTML/Element/acronym +--- +
{{obsolete_header}}
+ +

概要

+ +

HTML の頭字語要素 (<acronym>) は、頭字語または略語の単語を構成する文字の並びを明示することができます。

+ +
+

使用上の注意: この要素は HTML5 にて廃止されており、使用するべきではありません。代わりに {{HTMLElement("abbr")}} 要素を使用してください。

+
+ +

属性

+ +

この要素は、全ての要素に共通のグローバル属性のみを持ちます。

+ +

DOM インターフェイス

+ +

この要素は {{domxref('HTMLElement')}} インターフェイスを提供します。

+ +
実装上の注意: Gecko 1.9.2 まで、 Firefox はこの要素に {{domxref('HTMLSpanElement')}} インターフェイスを実装していました。
+ +

+ +
<p>The <acronym title="World Wide Web">WWW</acronym> is only a component of the Internet.</p>
+
+ +

既定のスタイル

+ +

このタグの目的は単に作者の利便性のためのものであり、ブラウザーによって既定のスタイルは様々です。

+ + + +

よって、ウェブの作者は大体既定のスタイルに依存しないことが強く推奨されます。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML4.01', 'struct/text.html#edef-ACRONYM', '<acronym>')}}{{Spec2('HTML4.01')}}
+ +

ブラウザーの互換性

+ + + +

{{Compat("html.elements.acronym")}}

+ +

関連情報

+ + + +
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf