Skip to content

Commit 562e636

Browse files
committed
[css2] Some missing edits for issue 120
http://wiki.csswg.org/spec/css2.1#issue-120 Marked some terms for the alphabetical index. Two images for collapsing borders redrawn. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403113
1 parent 575132f commit 562e636

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css2/tables.src

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.126 2011-01-28 18:57:24 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.127 2011-03-03 22:07:13 bbos Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -274,25 +274,25 @@ boxes in visual table layout) according to the following rules:
274274

275275
<p>For the purposes of these rules, the following terms are defined:
276276
<dl>
277-
<dt>row group box
277+
<dt><span class="index-def">row group box</span>
278278
<dd>A 'table-row-group', 'table-header-group', or
279279
'table-footer-group'
280280

281-
<dt>proper table child
281+
<dt><span class="index-def">proper table child</span>
282282
<dd>A 'table-row' box, row group box, 'table-column' box,
283283
'table-column-group' box, or 'table-caption' box.
284284

285-
<dt>proper table row parent
285+
<dt><span class="index-def">proper table row parent</span>
286286
<dd>A 'table' or 'inline-table' box or row group box
287287

288-
<dt>internal table box
288+
<dt><span class="index-def">internal table box</span>
289289
<dd>A 'table-cell' box, 'table-row' box, row group box,
290290
'table-column' box, or 'table-column-group' box.
291291

292-
<dt>tabular container
292+
<dt id="tabular-container"><span class="index-def">tabular container</span>
293293
<dd>A 'table-row' box or proper table row parent
294294

295-
<dt>consecutive
295+
<dt><span class="index-def">consecutive</span>
296296
<dd>Two sibling boxes are consecutive if they have no intervening
297297
siblings other than, optionally, an anonymous inline containing
298298
only white spaces. A sequence of sibling boxes is consecutive if
@@ -1119,7 +1119,7 @@ div { height: 0; overflow: hidden; }
11191119

11201120
<h3><a name="column-alignment">Horizontal alignment in a column</a></h3>
11211121

1122-
<p>The horizontal alignment of a cell's inline content within a cell
1122+
<p>The horizontal alignment of inline-level content within a cell
11231123
box can be specified by the value of
11241124
the <span class="propinst-text-align">'text-align'</span> property on
11251125
the cell.
@@ -1428,7 +1428,7 @@ td.cell6 { border: 5px solid green; }
14281428
<p>Here is an example of hidden collapsing borders:
14291429

14301430
<div class="figure">
1431-
<p><img src="images/CSStbl3.png" width="57" height="48" alt="Table
1431+
<p><img src="images/CSStbl3.png" alt="Table
14321432
with two omitted borders">
14331433

14341434
<p class="caption"> Table with two omitted internal borders.

0 commit comments

Comments
 (0)