Skip to content

Commit 4a11ee4

Browse files
committed
[css2] Issue 201
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402560
1 parent 1cd6e71 commit 4a11ee4

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

css2/about.src

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: about.src,v 2.72 2006-10-09 19:16:48 howcome Exp $ -->
4+
<!-- $Id: about.src,v 2.73 2006-10-10 18:53:27 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
@@ -389,7 +389,9 @@ the creation of this specification:
389389
<span class=vcard><span class="fn n"><span class="given-name">Jan</span>
390390
<span class="additional-name">Eirik</span>
391391
<span class="family-name">Olufsen</span></span></span>,
392-
<span class=vcard><span class="fn">Jan Roland Eriksson</span></span>,
392+
<span class=vcard><span class="fn"><span class="given-name">Jan</span>
393+
<span class="additional-name">Roland</span>
394+
<span class="family-name">Eriksson</span></span></span>,
393395
<span class=vcard><span class="fn">Joris Huizer</span></span>,
394396
<span class=vcard><span class="fn">Joshua Prowse</span></span>,
395397
<span class=vcard><span class="fn">Kai Lahmann</span></span>,

css2/selector.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: selector.src,v 2.102 2006-06-02 16:18:03 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.103 2006-10-10 18:53:27 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -813,7 +813,7 @@ time, user agents may choose to return a visited link to the
813813
<P>The two states are mutually exclusive.
814814

815815
<p>The document language determines which elements are hyperlink
816-
source anchors. For example, in HTML&nbsp;4.0, the link pseudo-classes
816+
source anchors. For example, in HTML4, the link pseudo-classes
817817
apply to A elements with an "href" attribute. Thus, the following
818818
two CSS&nbsp;2.1 declarations have similar effect:</p>
819819

css2/tables.src

Lines changed: 4 additions & 4 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.95 2006-06-02 16:18:03 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.96 2006-10-10 18:53:27 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -126,7 +126,7 @@ column group, or cell.
126126

127127
<h2>The CSS table model</h2>
128128

129-
<p>The CSS table model is based on the HTML&nbsp;4.0 table model, in
129+
<p>The CSS table model is based on the HTML4 table model, in
130130
which the structure of a table closely parallels the visual layout of
131131
the table. In this model, a table consists of an optional caption and
132132
any number of rows of cells. The table model is said to be "row
@@ -238,8 +238,8 @@ if they had 'display: none'), but they are useful, because they may
238238
have attributes which induce a certain style for the columns they
239239
represent.
240240

241-
<p>The <a href="sample.html">default style sheet for HTML&nbsp;4.0</a>
242-
in the appendix illustrates the use of these values for HTML&nbsp;4.0:
241+
<p>The <a href="sample.html">default style sheet for HTML4</a>
242+
in the appendix illustrates the use of these values for HTML4:
243243

244244
<pre class="example">
245245
table { display: table }

0 commit comments

Comments
 (0)