File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ In step (3) we do some additional book-keeping to keep track of the largest chil
230
230
231
231
### Step (4) - Resolving the Block Size ###
232
232
233
- The now that we know how large our biggest child is going to be, we can calculate our actual
233
+ Now that we know how large our biggest child is going to be, we can calculate our actual
234
234
` blockSize ` .
235
235
236
236
We perform a call to ` resolveBlockSize ` again, except this time we also pass in the size that we
@@ -330,7 +330,7 @@ In the above example the text child produces two fragments. Containing:
330
330
2 . ` the lazy dog. `
331
331
332
332
The critical detail here to be aware of is the concept of a ` BreakToken ` . The ` BreakToken ` contains
333
- all of the information necessary to continue/resume the layout where we the child finished.
333
+ all of the information necessary to continue/resume the layout where the child finished.
334
334
335
335
We pass the ` BreakToken ` to add back into the ` layout() ` call in order to produce the next fragment.
336
336
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Note: In a future level of the specification there may be a way to override the
88
88
The 'overflow' property applies to <a>layout API containers</a> . This is discussed (TODO: writing
89
89
about scrollbars).
90
90
91
- As the layout is entirely up to the author properties which are used in other layout modes (e.g.
91
+ As the layout is entirely up to the author, properties which are used in other layout modes (e.g.
92
92
flex, block) may not apply. For example an author may not call respect the 'width' or 'height'
93
93
properties.
94
94
You can’t perform that action at this time.
0 commit comments