Skip to content

Commit ce3d9a9

Browse files
xfqFremyCompany
authored andcommitted
[css-tables-3] Editorial fixes
1 parent 62d65ed commit ce3d9a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-tables-3/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:filter-effects-1; type:property; text:filter
5353
are best visually represented in a two-axis grid
5454
where rows represent one item of the list
5555
(ex: a date, and the various weather properties measured during that day),
56-
and where columns represent the successive values of an items property
56+
and where columns represent the successive values of an item's property
5757
(ex: the temperatures measured over the past year).
5858

5959
Sometimes, to make the representation easier to understand,
@@ -79,7 +79,7 @@ spec:filter-effects-1; type:property; text:filter
7979
but such behaviors are often the result of compatibility requirements and not a deliberate choice
8080
of the editors of this specification.
8181
Authors wishing to use more complex layouts
82-
are encouraged to rely on more modern CSS modules such as CSS Grids.
82+
are encouraged to rely on more modern CSS modules such as CSS Grid.
8383

8484
<!--
8585
██████ ███████ ██ ██ ████████ ████████ ██ ██ ████████ ██ ██ ███████ ████████ ████████ ██
@@ -157,10 +157,10 @@ spec:filter-effects-1; type:property; text:filter
157157
<dt><dfn>table-row-group</dfn> (equivalent to HTML: &lt;tbody&gt;)
158158
<dd>Specifies that an element groups some amount of rows.
159159

160-
Unless explicitly mentioned otherwise, mentions of table-row-groups in this spec also encompass the specialized table-header-groups and table-footer-groups.
160+
Unless explicitly mentioned otherwise, mentions of [=table-row-groups=] in this spec also encompass the specialized [=table-header-groups=] and [=table-footer-groups=].
161161

162162
<dt><dfn>table-header-group</dfn> (equivalent to HTML: &lt;thead&gt;)
163-
<dd>Like table-row-group but, for layout purposes,
163+
<dd>Like [=table-row-group=] but, for layout purposes,
164164
the first such row group is always displayed before all other rows and row groups.
165165

166166
<div class="advisement">
@@ -170,7 +170,7 @@ spec:filter-effects-1; type:property; text:filter
170170
</div>
171171

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

176176
<div class="advisement">
@@ -273,7 +273,7 @@ spec:filter-effects-1; type:property; text:filter
273273

274274
Each row of the grid might correspond to a <a>table-row</a>, and each column to a <a>table-column</a>.
275275

276-
<dt><dfn id="slot">slot</dfn> of the table grid.
276+
<dt><dfn id="slot">slot</dfn> of the table grid
277277
<dd>
278278
A <a>slot</a> <code>(r,c)</code> is an available space created
279279
by the intersection of a row <code>r</code> and a column <code>c</code> in the <a>table grid</a>.

0 commit comments

Comments
 (0)