Skip to content

Commit 14e00e8

Browse files
committed
[css-align] Add grid containers to the table for the *-content stuff.
1 parent 5f4ef0f commit 14e00e8

File tree

2 files changed

+81
-203
lines changed

2 files changed

+81
-203
lines changed

css-align/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ Overview of Alignment Properties</h2>
117117
<img src="images/content-example.svg" width=106 height=106 alt="">
118118
content within element
119119
<small>(effectively adjusts padding)</small>
120-
<td>block containers and flex containers
120+
<td>block containers, <a>flex containers</a>, and <a>grid containers</a>
121121
<tr>
122122
<th>'align-content'
123123
<td>stacking
124-
<td>block containers and flex containers
124+
<td>block containers, <a>flex containers</a>, and <a>grid containers</a>
125125
<tbody>
126126
<tr>
127127
<th>'justify-self'
@@ -130,11 +130,11 @@ Overview of Alignment Properties</h2>
130130
<img src="images/self-example.svg" width=106 height=106 alt="">
131131
element within parent
132132
<small>(effectively adjusts margins)</small>
133-
<td>block-level elements and grid items
133+
<td>block-level elements and <a>grid items</a>
134134
<tr>
135135
<th>'align-self'
136136
<td>stacking
137-
<td>flex items and grid items
137+
<td><a>flex items</a> and <a>grid items</a>
138138
<tbody>
139139
<tr>
140140
<th>'justify-items'
@@ -143,11 +143,11 @@ Overview of Alignment Properties</h2>
143143
<img src="images/items-example.svg" width=106 height=106 alt="">
144144
items inside element
145145
<small>(controls child items&rsquo; ''align/justify-self: auto'')</small>
146-
<td>grid containers
146+
<td><a>grid containers</a>
147147
<tr>
148148
<th>'align-items'
149149
<td>stacking
150-
<td>flex containers and grid containers
150+
<td><a>flex containers</a> and <a>grid containers</a>
151151
</table>
152152

153153
<p class=issue>

0 commit comments

Comments
 (0)