Skip to content

Commit 98127e7

Browse files
committed
[css-tables-3] Fix typos
1 parent 8bd9d9a commit 98127e7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ spec:css-display-4; type:property; text:display
271271

272272
<dt><dfn>table-footer-group</dfn> (equivalent to HTML: &lt;tfoot&gt;)
273273
<dd>Like [=table-row-group=] but, for layout purposes,
274-
the fist such row group is always displayed after all other rows and row groups.
274+
the first such row group is always displayed after all other rows and row groups.
275275

276276
<div class="advisement">
277277
If a table owns multiple <code>display: table-footer-group</code> boxes,
@@ -301,7 +301,7 @@ spec:css-display-4; type:property; text:display
301301

302302
Note: [=Replaced elements=] with a 'display' value of
303303
''table-row'',
304-
''table-row-group '',
304+
''table-row-group'',
305305
''table-header-group'',
306306
''table-footer-group'',
307307
''table-column'',
@@ -540,7 +540,7 @@ spec:css-display-4; type:property; text:display
540540
<div class="note">
541541
Please note that the 'float' and 'position' properties sometimes <a href="http://www.w3.org/TR/CSS22/visuren.html#dis-pos-flo">affect the computed value</a> of 'display'.
542542
When those properties are used on what should have been table internal boxes, they switch to <code>block</code> instead.
543-
This transformation happen before the table fixup.
543+
This transformation happens before the table fixup.
544544
</div>
545545

546546

@@ -1343,7 +1343,7 @@ spec:css-display-4; type:property; text:display
13431343
<pre>double, solid, dashed, dotted, ridge, outset, groove, inset, none</pre>
13441344
</ol>
13451345

1346-
If none of these criterion matches, then both borders share the same specificity.
1346+
If none of these criteria match, then both borders share the same specificity.
13471347

13481348
<!--——————————————————————————————————————————————————————————————————————————-->
13491349
<h3 id="content-measure">Computing table measures</h3>
@@ -1521,7 +1521,7 @@ spec:css-display-4; type:property; text:display
15211521
based on the table width (if it is definite, otherwise use 0).
15221522

15231523
For the purpose of calculating the outer min-content width of cells,
1524-
descendants of table cells whose width depends on percentages of their parent cell' width
1524+
descendants of table cells whose width depends on percentages of their parent cell's width
15251525
are considered to have an auto width.
15261526
<a href="https://jsfiddle.net/0e12ve9b/1/">Testcase</a>
15271527
<a href="https://jsfiddle.net/0e12ve9b/3/">Testcase</a>
@@ -2236,15 +2236,15 @@ spec:css-display-4; type:property; text:display
22362236

22372237
The <strong>minimum height of a row</strong> (without spanning-related height distribution)
22382238
is defined as the height of
2239-
an hypothetical linebox containing the cells originating in the row
2239+
a hypothetical linebox containing the cells originating in the row
22402240
and where cells spanning multiple rows are considered having a height of 0px
22412241
(but their correct baseline).
22422242
In this hypothetical linebox, cell heights are considered auto,
22432243
their width (including borders and paddings) is forced to the widths and inner spacings of the columns they span,
22442244
but their other properties are conserved.
22452245

22462246
For the purpose of calculating this height,
2247-
descendants of table cells whose height depends on percentages of their parent cell' height
2247+
descendants of table cells whose height depends on percentages of their parent cell's height
22482248
<a href="#appropriateness-of-child-percentage-resolution">(see section below)</a>
22492249
are considered to have an auto height
22502250
if they have 'overflow' set to ''overflow/visible'', ''overflow/clip'', or ''overflow/hidden''
@@ -2394,7 +2394,7 @@ spec:css-display-4; type:property; text:display
23942394
</div>
23952395

23962396
Since during row layout the specified heights of cells in the row were ignored
2397-
and cells that were spanning more than one rows have not been sized correctly,
2397+
and cells that were spanning more than one row have not been sized correctly,
23982398
their height will need to be eventually distributed to the set of rows they spanned.
23992399
This is done by running the same algorithm as the <a href="#computing-column-measures">column measurement</a>,
24002400
with the span=1 value being initialized (for min-content) with the largest of
@@ -2777,7 +2777,7 @@ spec:css-display-4; type:property; text:display
27772777
</div>
27782778

27792779
<div class="note">
2780-
The above formula take in account 'border-spacing', and it might not be directly obvious what the effect of these mean, so here are a couple of properties of those formula:
2780+
The above formula takes into account 'border-spacing', and it might not be directly obvious what the effect of these mean, so here are a couple of properties of those formula:
27812781
<ul>
27822782
<li> the border-spacing before the first track or after the last track in a direction is not included in any track's or track-group's breadth.
27832783
<li> the border-spacing between tracks is not included in any track's breadth, but is included in the breadth of track-groups spanning both tracks.

0 commit comments

Comments
 (0)