From c2d1b8b56c5a9f45f5ea9f5471c87d1b904f9087 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 30 Oct 2021 00:25:17 +0900 Subject: CSS Table 関係の文書を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/10/28 時点の英語版に同期 --- files/ja/web/css/css_table/index.md | 48 +++++++++++++------------------------ 1 file changed, 16 insertions(+), 32 deletions(-) (limited to 'files/ja/web/css/css_table') diff --git a/files/ja/web/css/css_table/index.md b/files/ja/web/css/css_table/index.md index 8c1b45c427..e6d6366213 100644 --- a/files/ja/web/css/css_table/index.md +++ b/files/ja/web/css/css_table/index.md @@ -4,44 +4,28 @@ slug: Web/CSS/CSS_Table tags: - CSS - CSS 表 - - リファレンス + - ガイド - 概要 + - リファレンス translation_of: Web/CSS/CSS_Table --- -
{{CSSRef}}
+{{CSSRef}} -

CSS 表 (CSS Table) は CSS のモジュールの一つで、表データをレイアウトする方法を定義します。

+**CSS 表** (CSS Table) は CSS のモジュールの一つで、表データをレイアウトする方法を定義します。 -

リファレンス

+## リファレンス -

プロパティ

+### プロパティ -
- -
+- {{cssxref("border-collapse")}} +- {{cssxref("border-spacing")}} +- {{cssxref("caption-side")}} +- {{cssxref("empty-cells")}} +- {{cssxref("table-layout")}} +- {{cssxref("vertical-align")}} -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS2.1", "tables.html")}}{{Spec2("CSS2.1")}}初回定義
+| 仕様書 | 状態 | 備考 | +| ------------------------------------- | ------------------- | -------- | +| {{SpecName("CSS2.1", "tables.html")}} | {{Spec2("CSS2.1")}} | 初回定義 | -- cgit v1.2.3-54-g00ecf