Skip to content

Commit ba939bc

Browse files
committed
[css-tables] Minor editorial change
1 parent 1feebd9 commit ba939bc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ spec:css21; type:property; text:max-width
138138
the first such row group is always displayed before all other rows and row groups.
139139

140140
<div class="advisement">
141-
If a table contains multiple elements with <code>display: table-header-group</code>,
142-
only the first is rendered as a header;
141+
If a table owns multiple elements with <code>display: table-header-group</code>,
142+
only the first is treated as a header;
143143
the others are treated as if they had <code>display: table-row-group</code>.
144144
</div>
145145

@@ -148,8 +148,8 @@ spec:css21; type:property; text:max-width
148148
the fist such row group is always displayed after all other rows and row groups.
149149

150150
<div class="advisement">
151-
If a table contains multiple elements with <code>display: table-footer-group</code>,
152-
only the first is rendered as a footer;
151+
If a table owns multiple elements with <code>display: table-footer-group</code>,
152+
only the first is treated as a footer;
153153
the others are treated as if they had <code>display: table-row-group</code>.
154154
</div>
155155

@@ -656,7 +656,7 @@ spec:css21; type:property; text:max-width
656656

657657
<p>
658658
Once the amount of columns in a table is known, any table-row-group element must be modified such that
659-
each of its rows contains enough cells to fill all the columns of the table, when taking spanning into account.
659+
each of its rows owns enough cells to fill all the columns of the table, when taking spanning into account.
660660
New table-cell anonymous boxes must be appended to its rows content until this condition is met.
661661

662662
<p>
@@ -2153,7 +2153,7 @@ spec:css21; type:property; text:max-width
21532153
the weighted mean of the base and the reference size
21542154
that yields the correct total height.
21552155
<p>
2156-
Else, if the table contains any “auto-height” row
2156+
Else, if the table owns any “auto-height” row
21572157
(a row whose size is only determined by its content size and none of the specified heights),
21582158
each non-auto-height row receives its reference height
21592159
and auto-height rows receive their reference size plus some increment

0 commit comments

Comments
 (0)