File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,13 @@ One-dimensional Grid Layout</h4>
157
157
allows for this type of one-dimensional grid layout.
158
158
159
159
<div class="example">
160
- In this example <a href="https://github.com/w3c/csswg-drafts/issues/10233#issuecomment-2071279204">by Douglas Graham</a> ,
161
- the items use explicit positioning to place each item into its assigned column;
160
+ This example <a href="https://github.com/w3c/csswg-drafts/issues/10233#issuecomment-2071279204">by Douglas Graham</a>
161
+ uses explicit positioning to place each item into its assigned column;
162
162
but there are no rows.
163
163
Instead, items in each column stack one after the other.
164
164
This layout can't be duplicated in [=grid layout=]
165
165
because the “spanning” relationships among the items in adjacent columns
166
- is not fixed: it depends on their relative heights,
166
+ is not fixed: it depends on their relative heights
167
167
and whether the optional banner or advertisement items are included.
168
168
It also can't be duplicated in [=flex layout=]
169
169
because the source order of the items
@@ -182,7 +182,7 @@ One-dimensional Grid Layout</h4>
182
182
in the wider left column the optional banner followed by the main content area,
183
183
and in the narrow left column the secondary navigation followed by the advertisement block.">
184
184
<figcaption>
185
- Comparison of one-column and two-column variants of a one-dimensional grid page layout.
185
+ Comparison of one-column and two-column variants of a one-dimensional grid layout.
186
186
</figcaption>
187
187
</figure>
188
188
</div>
You can’t perform that action at this time.
0 commit comments