Skip to content

Commit d65bfae

Browse files
committed
[css2] skip -> ignore, inline-level
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401187
1 parent 523fdf5 commit d65bfae

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css2/tables.src

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -171,7 +171,7 @@ name="value-def-inline-table">inline-table</a></span></strong> (In
171171
HTML: TABLE)
172172

173173
<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
175175
is a rectangular block that participates
176176
in an <a href="visuren.html#inline-formatting">inline formatting
177177
context</a>).
@@ -260,7 +260,7 @@ TD, TH { display: table-cell }
260260
CAPTION { display: table-caption }
261261
</pre>
262262

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
264264
class="propinst-display">'display'</span> property values for HTML
265265
documents, since authors should not alter an element's expected
266266
behavior.
@@ -421,7 +421,7 @@ COL.totals {width: 5em}
421421
<P>In terms of the <a href="visuren.html">visual rendering model</a>,
422422
a table may behave like a <a
423423
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.
425425

426426
<P>In both cases, the table element generates an <a
427427
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>
461461
<p>Captions above or below a 'table' element are rendered very much as
462462
if they were a block element before or after the table, except that
463463
(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
465465
'compact' or 'run-in' element that may precede the table.
466466

467467
<p>The width of a caption that is above or below a 'table' element is
@@ -1067,8 +1067,8 @@ not be negative.
10671067
specifies the distance between the borders of adjacent cells. This
10681068
space is filled with the background of the table element. Rows,
10691069
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
10721072
those elements.
10731073

10741074
<div class="example">

0 commit comments

Comments
 (0)