From 647f2074063d41b629dfab8a38496793512fe635 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 29 Oct 2021 00:43:43 +0900 Subject: CSS Table 関係の文書の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_table/index.html | 47 ----------------------------------- files/ja/web/css/css_table/index.md | 47 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 files/ja/web/css/css_table/index.html create mode 100644 files/ja/web/css/css_table/index.md (limited to 'files/ja/web/css/css_table') diff --git a/files/ja/web/css/css_table/index.html b/files/ja/web/css/css_table/index.html deleted file mode 100644 index 8c1b45c427..0000000000 --- a/files/ja/web/css/css_table/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: CSS 表 -slug: Web/CSS/CSS_Table -tags: - - CSS - - CSS 表 - - リファレンス - - 概要 -translation_of: Web/CSS/CSS_Table ---- -
{{CSSRef}}
- -

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

- -

リファレンス

- -

プロパティ

- -
- -
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS2.1", "tables.html")}}{{Spec2("CSS2.1")}}初回定義
diff --git a/files/ja/web/css/css_table/index.md b/files/ja/web/css/css_table/index.md new file mode 100644 index 0000000000..8c1b45c427 --- /dev/null +++ b/files/ja/web/css/css_table/index.md @@ -0,0 +1,47 @@ +--- +title: CSS 表 +slug: Web/CSS/CSS_Table +tags: + - CSS + - CSS 表 + - リファレンス + - 概要 +translation_of: Web/CSS/CSS_Table +--- +
{{CSSRef}}
+ +

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

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

仕様書

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