Skip to content

Commit fb985ec

Browse files
committed
[css2] fix grammar error
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402873
1 parent 7a425ff commit fb985ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/tables.src

Lines changed: 2 additions & 2 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.106 2008-08-18 19:17:49 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.107 2009-01-22 00:12:20 fantasai Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -318,7 +318,7 @@ boxes in visual table layout) according to the following rules:
318318
<li>If a child T of a 'table', 'inline-table', 'table-row-group',
319319
'table-header-group', 'table-footer-group', or 'table-row' box is an
320320
anonymous inline box that contains only white space, then it is
321-
treated as if it has 'display: none'.
321+
treated as if it had 'display: none'.
322322

323323
<li>If a child T of a 'table' box (or 'inline-table') P is not a
324324
'table-row-group', 'table-header-group', 'table-footer-group',

0 commit comments

Comments
 (0)