We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7be8c commit a89e3a4Copy full SHA for a89e3a4
files/ja/web/css/display-legacy/index.md
@@ -1,6 +1,8 @@
1
---
2
title: <display-legacy>
3
slug: Web/CSS/display-legacy
4
+l10n:
5
+ sourceCommit: 7b3ccaec4a93584da12939587ea746acaabe30bc
6
7
8
{{CSSRef}}
@@ -35,7 +37,11 @@ CSS 2 では `display` プロパティで単一のキーワードによる構文
35
37
36
38
これは `inline grid` と等価です。
39
-<h2 id="Examples">例</h2>
40
+## 形式文法
41
+
42
+{{csssyntax}}
43
44
+## 例
45
46
以下の例では、インラインフレックスコンテナーを従来型のキーワードである inline-flex で生成します。
47
@@ -76,20 +82,6 @@ Not a flex item
76
82
77
83
## ブラウザーの互換性
78
84
79
-### inline-block の対応
80
-
81
-{{Compat}}
-### inline-table の対応
85
86
87
-### inline-flex の対応
88
89
90
91
-### inline-grid の対応
92
93
{{Compat}}
94
95
## 関連情報
0 commit comments