File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Adapting Layouts to Available Space</h4>
217
217
* 1. the first sized to content,
218
218
* 2. the second receives the remaining space
219
219
* (but is never smaller than the minimum size of the board
220
- * or the game controls, which occupy this column [Figure 3 ] )
220
+ * or the game controls, which occupy this column [Figure 4 ] )
221
221
*
222
222
* Three rows:
223
223
* 3. the first sized to content,
@@ -278,7 +278,7 @@ Source-Order Independence</h4>
278
278
279
279
Continuing the prior example,
280
280
the author also wants the game to adapt to different devices.
281
- Also, the game should optimize the placement of the components when viewed either in portrait or landscape orientation (Figures 4 and 5 ).
281
+ Also, the game should optimize the placement of the components when viewed either in portrait or landscape orientation (Figures 6 and 7 ).
282
282
By combining grid layout with media queries,
283
283
the author is able to use the same semantic markup,
284
284
but rearrange the layout of elements independent of their source order,
You can’t perform that action at this time.
0 commit comments