Skip to content

Commit 990a164

Browse files
committed
[css2] XML -> XML applications
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401305
1 parent c6baf9b commit 990a164

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

css2/cover.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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: cover.src,v 2.10 1998-03-10 15:33:45 bbos Exp $ -->
3+
<!-- $Id: cover.src,v 2.11 1998-03-21 00:34:13 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascading Style Sheets, Level 2</TITLE>
@@ -37,9 +37,9 @@ hspace="0"></a> _THE_ID_<br clear="all"></p>
3737
<p>This specification defines Cascading Style Sheets, level 2
3838
(CSS2). CSS2 is a style sheet language that allows authors and users
3939
to attach style (e.g. fonts, spacing and aural cues) to structured
40-
documents (e.g. HTML and XML). By separating the presentation style of
41-
documents from the content of documents, CSS2 simplifies Web
42-
authoring and site maintenance.
40+
documents (e.g. HTML and XML applications). By separating the
41+
presentation style of documents from the content of documents, CSS2
42+
simplifies Web authoring and site maintenance.
4343

4444
<P>CSS2 builds on CSS1 (see [[CSS1]]) and all valid CSS1 style sheets
4545
are valid CSS2 style sheets. In addition to the visual formatting

css2/tables.src

Lines changed: 10 additions & 10 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.23 1998-03-19 19:59:40 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.24 1998-03-21 00:38:37 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -108,9 +108,9 @@ TH { speak-header: always }
108108
<P>The preceding example shows how CSS works with HTML 4.0 elements;
109109
in HTML 4.0, the semantics of the various table elements (TABLE,
110110
CAPTION, THEAD, TBODY, TFOOT, COL, COLGROUP, TH, and TD) are
111-
well-defined. In other document languages (such as XML), there may not
112-
be pre-defined table elements. Therefore, CSS2 allows authors to <span
113-
class="index-inst" title="mapping elements to table
111+
well-defined. In other document languages (such as XML applications),
112+
there may not be pre-defined table elements. Therefore, CSS2 allows
113+
authors to <span class="index-inst" title="mapping elements to table
114114
parts">"map"</span> document language elements to table elements via
115115
the <span class="propinst-display">'display'</span> property. For
116116
example, the following rule makes the FOO element act like an HTML
@@ -147,12 +147,12 @@ rows, row groups, columns, column groups, and cells.
147147

148148
<P>The CSS model does not require that the <a
149149
href="conform.html#doclanguage">document language</a> include elements
150-
that correspond to each of these components. For document
151-
languages (such as XML) that do not have pre-defined table elements,
152-
authors must map document language elements to table elements; this is
153-
done with the <span class="propinst-display">'display'</span>
154-
property. The following <span
155-
class="propinst-display">'display'</span> values assign table
150+
that correspond to each of these components. For document languages
151+
(such as XML applications) that do not have pre-defined table
152+
elements, authors must map document language elements to table
153+
elements; this is done with the <span
154+
class="propinst-display">'display'</span> property. The following
155+
<span class="propinst-display">'display'</span> values assign table
156156
semantics to an arbitrary element:</p>
157157

158158
<dl>

0 commit comments

Comments
 (0)