|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.17 1998-03-10 18:45:44 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.18 1998-03-15 00:06:53 ijacobs Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
6 | 6 | <title>Tables</title> |
@@ -171,7 +171,7 @@ name="value-def-inline-table">inline-table</a></span></strong> (In |
171 | 171 | HTML: TABLE) |
172 | 172 |
|
173 | 173 | <dd>Specifies that an element defines an |
174 | | -<a href="visuren.html#inline">inline-level</a> table: it |
| 174 | +<a href="visuren.html#inline-level">inline-level</a> table: it |
175 | 175 | is a rectangular block that participates |
176 | 176 | in an <a href="visuren.html#inline-formatting">inline formatting |
177 | 177 | context</a>). |
@@ -260,7 +260,7 @@ TD, TH { display: table-cell } |
260 | 260 | CAPTION { display: table-caption } |
261 | 261 | </pre> |
262 | 262 |
|
263 | | -<P>User agents may <a href="syndata.html#skip">skip</a> these <span |
| 263 | +<P>User agents may <a href="syndata.html#ignore">ignore</a> these <span |
264 | 264 | class="propinst-display">'display'</span> property values for HTML |
265 | 265 | documents, since authors should not alter an element's expected |
266 | 266 | behavior. |
@@ -421,7 +421,7 @@ COL.totals {width: 5em} |
421 | 421 | <P>In terms of the <a href="visuren.html">visual rendering model</a>, |
422 | 422 | a table may behave like a <a |
423 | 423 | href="visuren.html#block-level">block-level</a> or replaced <a |
424 | | -href="visuren.html#inline">inline</a> element. |
| 424 | +href="visuren.html#inline-level">inline-level</a> element. |
425 | 425 |
|
426 | 426 | <P>In both cases, the table element generates an <a |
427 | 427 | href="visuren.html#anonymous">anonymous</a> box that contains the |
@@ -461,7 +461,7 @@ respect to the table box. Values have the following meanings:</p> |
461 | 461 | <p>Captions above or below a 'table' element are rendered very much as |
462 | 462 | if they were a block element before or after the table, except that |
463 | 463 | (1) they inherit inheritable properties from the table, and (2) are |
464 | | -not considered to be a block-level box for the purposes of any |
| 464 | +not considered to be a block box for the purposes of any |
465 | 465 | 'compact' or 'run-in' element that may precede the table. |
466 | 466 |
|
467 | 467 | <p>The width of a caption that is above or below a 'table' element is |
@@ -1067,8 +1067,8 @@ not be negative. |
1067 | 1067 | specifies the distance between the borders of adjacent cells. This |
1068 | 1068 | space is filled with the background of the table element. Rows, |
1069 | 1069 | columns, row groups, and column groups cannot have borders (i.e., user |
1070 | | -agents must <span class="index-inst" title="skip"><a |
1071 | | -href="syndata.html#skip">skip</a></span> the border properties for |
| 1070 | +agents must <span class="index-inst" title="ignore"><a |
| 1071 | +href="syndata.html#ignore">ignore</a></span> the border properties for |
1072 | 1072 | those elements. |
1073 | 1073 |
|
1074 | 1074 | <div class="example"> |
|
0 commit comments