Skip to content

Commit 8236184

Browse files
committed
[css2] Issues 171 and 172
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402301
1 parent 775174c commit 8236184

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

css2/about.src

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: about.src,v 2.59 2005-04-25 18:20:48 bbos Exp $ -->
5+
<!-- $Id: about.src,v 2.60 2005-04-27 16:26:04 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
@@ -129,7 +129,6 @@ and attributes</H3>
129129
<li>CSS property and pseudo-class names are delimited
130130
by single quotes.
131131
<li>CSS values are delimited by single quotes.
132-
<li>Document language element names are in uppercase letters.
133132
<li>Document language attribute names are in lowercase letters
134133
and delimited by double quotes.
135134
</ul>

css2/tables.src

Lines changed: 2 additions & 3 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.83 2005-04-25 18:20:48 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.84 2005-04-27 16:26:04 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -998,8 +998,7 @@ the following order:
998998
extra top or bottom padding.
999999

10001000
<div class=example id=baseline-below>
1001-
<p>The cell in this example has a baseline below its bottom border,
1002-
which leaves an empty space below the cell in its table row:
1001+
<p>The cell in this example has a baseline below its bottom border:
10031002

10041003
<pre>
10051004
div { height: 0; overflow: hidden; }

0 commit comments

Comments
 (0)