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

概要

+

caption は、table 要素のキャプションを返します。

+

構文

+
string = table.caption
+

+
if (table.caption) {
+    // do something with the caption
+}
+

注記

+

このプロパティは、対象テーブル内に {{HTMLelement("caption")}} 要素が存在しない場合、void を返します。

+

仕様書

+ -- cgit v1.2.3-54-g00ecf