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>
157157 allows for this type of one-dimensional grid layout.
158158
159159 <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;
162162 but there are no rows.
163163 Instead, items in each column stack one after the other.
164164 This layout can't be duplicated in [=grid layout=]
165165 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
167167 and whether the optional banner or advertisement items are included.
168168 It also can't be duplicated in [=flex layout=]
169169 because the source order of the items
@@ -182,7 +182,7 @@ One-dimensional Grid Layout</h4>
182182 in the wider left column the optional banner followed by the main content area,
183183 and in the narrow left column the secondary navigation followed by the advertisement block.">
184184 <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.
186186 </figcaption>
187187 </figure>
188188 </div>
You can’t perform that action at this time.
0 commit comments