Skip to content

Commit 380c152

Browse files
committed
[dbaron revision history] Changes from Bert, including making sure normative references are never cited informatively to work around bug. (date: 2003/07/17 20:21:36)
1 parent ca40905 commit 380c152

1 file changed

Lines changed: 27 additions & 41 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 27 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<head>
1717
<title>CSS3 module: Syntax</title>
18-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/Style/Group/css3-src/default.css">
18+
<link rel="stylesheet" type="text/css" href="default.css">
1919
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-MO">
2020
</head>
2121

@@ -30,14 +30,14 @@
3030

3131
<h1>CSS3 module: Syntax</h1>
3232

33-
<h2 class="no-num no-toc">W3C Working Draft, 16 July 2003</h2>
33+
<h2 class="no-num no-toc">W3C Working Draft, [DATE: 16 July 2003]</h2>
3434
<dl>
3535
<dt>This version:</dt>
3636
<dd><a
37-
href="[http://www.w3.org/ThisVersionURI]">[http://www.w3.org/ThisVersionURI]</a></dd>
37+
href="http://www.w3.org/TR/[YEAR]/WD-css3-syntax-[ISODATE]">http://www.w3.org/TR/[YEAR]/WD-css3-syntax-[ISODATE]</a></dd>
3838
<dt>Latest version:</dt>
3939
<dd><a
40-
href="[http://www.w3.org/LatestVersionURI]">[http://www.w3.org/LatestVersionURI]</a></dd>
40+
href="http://www.w3.org/TR/css3-syntax">http://www.w3.org/TR/css3-syntax</a></dd>
4141
<dt>Previous version:</dt>
4242
<dd><a
4343
href="[http://www.w3.org/PreviousVersionURI]">[http://www.w3.org/PreviousVersionURI]</a></dd>
@@ -48,25 +48,10 @@ <h2 class="no-num no-toc">W3C Working Draft, 16 July 2003</h2>
4848
<dd>Bert Bos (W3C), &lt;<a href="mailto:bert@w3.org">bert@w3.org</a>&gt;</dd>
4949
<dd>Peter Linss (Netscape)</dd>
5050
</dl>
51-
<!--begin-include "../copyright.inc"-->
52-
<p class="copyright"><a
53-
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
54-
Copyright</a> &copy; [YEAR: 2003] <a href="http://www.w3.org/"><abbr
55-
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
56-
href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute of
57-
Technology">MIT</abbr></a>, <a
58-
href="http://www.ercim.org/"><acronym title="European Research
59-
Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a
60-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
61-
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
62-
<a
63-
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
64-
<a
65-
href="http://www.w3.org/Consortium/Legal/copyright-documents">document
66-
use</a> and <a
67-
href="http://www.w3.org/Consortium/Legal/copyright-software">software
68-
licensing</a> rules apply.</p>
69-
<!--end-include-->
51+
<!--begin-copyright-->
52+
53+
<p>[Here will be included the file "../copyright.inc"]</p>
54+
<!--end-copyright-->
7055
<hr title="Separator for header">
7156
</div>
7257

@@ -86,14 +71,15 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
8671
This document is a draft of one of the "modules" for the upcoming CSS3
8772
specification.
8873
</p>
89-
<p>This document is a working draft of the CSS &amp; FP working group
74+
<p>This document is a working draft of the CSS working group
9075
which is part of the <a href="http://www.w3.org/Style/">style
91-
activity</a>.
76+
activity</a> (see <a
77+
href="/Style/Activity">summary</a>).
9278
</p>
9379
<p>The working group would like to receive feedback: comments on this draft may
9480
be sent to one of the editors, discussion takes place on the (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9581
public mailing list <a href="http://www.w3.org/Mail/Lists.html#www-style">www-style@w3.org</a> (see <a href="http://www.w3.org/Mail/Request">instructions</a>). W3C Members
96-
can also send comments directly to the CSS &amp; FP working group. </p>
82+
can also send comments directly to the CSS working group. </p>
9783
<p>This working draft may be updated, replaced or rendered obsolete by
9884
other W3C documents at any time. It is inappropriate to use W3C
9985
Working Drafts as reference material or to cite them as other than
@@ -147,7 +133,7 @@ <h2>CSS style sheet representation</h2>
147133
should not be considered, for purposes of applying the grammar below, as
148134
a part of the style sheet. For a good introduction to character sets and
149135
character encodings, please consult the HTML 4.0 specification
150-
([[HTML40]], chapter 5). See also the XML 1.0 specification ([[XML10]],
136+
([[!HTML40]], chapter 5). See also the XML 1.0 specification ([[XML10]],
151137
sections 2.2 and 4.3.3).</p>
152138

153139
<p>When a style sheet is embedded in another document, such as in the
@@ -165,7 +151,7 @@ <h2>CSS style sheet representation</h2>
165151
<li>A character set specified by a higher level protocol (e.g., the
166152
"charset" parameter to the MIME type specified in an HTTP "Content-Type"
167153
field).
168-
(The HTTP protocol ([[HTTP11]], section 3.7.1) mentions ISO-8859-1 as a
154+
(The HTTP protocol ([[!HTTP11]], section 3.7.1) mentions ISO-8859-1 as a
169155
default character encoding when the "charset" parameter is absent from
170156
the "Content-Type" header field. In practice, this recommendation has
171157
proved useless because some servers don't allow a "charset" parameter to
@@ -176,11 +162,11 @@ <h2>CSS style sheet representation</h2>
176162
</li>
177163
<li>The <span class="index-def" title="@charset">@charset</span>
178164
at-rule.</li>
179-
<li>Assume that the stylesheet is UTF-8.</li>
165+
<li>Assume that the style sheet is UTF-8.</li>
180166
</ol>
181167

182168
<p>Since the third point differs from CSS1 and CSS2, authors should not
183-
rely on user agents to assume that stylesheets without encoding
169+
rely on user agents to assume that style sheets without encoding
184170
information are UTF-8 encoded. Authors should specify the encoding
185171
using one of the first two methods.</p>
186172

@@ -273,7 +259,7 @@ <h3 id="text-css" class="index-def" title="text/css">The text/css content type</
273259

274260
<p>CSS style sheets that exist in separate files are sent over the
275261
Internet as a sequence of bytes accompanied by encoding
276-
information<!--(see [[HTML40]], chapter 5)-->. The structure of the
262+
information<!--(see [[!HTML40]], chapter 5)-->. The structure of the
277263
transmission, termed a <span class="index-def" title="message
278264
entity"><a name="message-entity"><strong>message
279265
entity,</strong></a></span> is defined by MIME and HTTP 1.1 (see
@@ -581,7 +567,7 @@ <h3 id="keywords">Keywords</h3>
581567
"red"
582568
</pre>
583569

584-
is not. (It is a <a href="#strings">string</a>.) Other illegal examples:
570+
<p>is not. (It is a <a href="#strings">string</a>.) Other illegal examples:
585571

586572
<div class="illegal-example"><p>
587573
<pre>
@@ -845,7 +831,7 @@ <h3 id="comments" class="index-def" title="comments">Comments</h3>
845831
"--&gt;") in certain places, but they do not delimit CSS
846832
comments. They are permitted so that style rules appearing in an HTML
847833
source document (in the STYLE element) may be hidden from pre-HTML 3.2
848-
user agents. See the HTML 4.0 specification ([[HTML40]]) for more information.
834+
user agents. See the HTML 4.0 specification ([[!HTML40]]) for more information.
849835

850836
<h2 id="error-handling">Rules for handling parsing errors or unsupported features</h2>
851837

@@ -1079,7 +1065,7 @@ <h4>Specifying media-dependent style sheets</h4>
10791065
<p>If the style sheet is linked to the document through a <a
10801066
href="#associating-author">linking mechanism within the document</a>,
10811067
then it may be possible to specify the target medium within the document
1082-
language. For example, in HTML 4.0 ([[HTML40]]), the <code>media</code>
1068+
language. For example, in HTML 4.0 ([[!HTML40]]), the <code>media</code>
10831069
attribute on the <code>link</code> element specifies the target media of
10841070
an external style sheet:</p>
10851071

@@ -1217,7 +1203,7 @@ <h3 id="associating-author">Author style sheets</h3>
12171203

12181204
<p class="issue">[This section should briefly summarize the mechanisms
12191205
for associating author style sheets with documents provided by
1220-
[[HTML40]], [[CSSSTYLEATTR]] and [[XMLSTYLE]].]</p>
1206+
[[!HTML40]], [[CSSSTYLEATTR]] and [[XMLSTYLE]].]</p>
12211207

12221208
<h3 id="at-import">Style sheets including other style sheets:
12231209
the <code>@import</code> rule</h3>
@@ -1231,7 +1217,7 @@ <h3 id="at-import">Style sheets including other style sheets:
12311217
sheet in a link from a document.]</p>
12321218

12331219
<p class="issue">[Should the discussion of how imported stylesheets
1234-
affect the cascade's notion of order be here or in [[CSS3CASCADE]]? It
1220+
affect the cascade's notion of order be here or in [[!CSS3CASCADE]]? It
12351221
probably depends on which direction the module dependency goes.]</p>
12361222

12371223
<p>The <span class="index-def"
@@ -1280,7 +1266,7 @@ <h2>Defining namespaces: the <code>@namespace</code> rule</h2>
12801266
document.
12811267
This namespace prefix
12821268
can then be used as a namespace prefix as described in other modules,
1283-
for example the Selectors Module [[SELECT]] or the Generated Content
1269+
for example the Selectors Module [[!SELECT]] or the Generated Content
12841270
module [[CSS3GENCON]].
12851271
Any @namespace rules
12861272
must follow all @import and @charset rules and precede all other rule sets
@@ -1591,7 +1577,7 @@ <h3 id="conf-UA">User agent conformance</h3>
15911577
href="cascade.html">cascading and inheritance</a>.
15921578

15931579
<li>If the source document comes with alternate style sheet sets (such as
1594-
with the "alternate" keyword in HTML 4.0 [[HTML40]]), the UA must
1580+
with the "alternate" keyword in HTML 4.0 [[!HTML40]]), the UA must
15951581
allow the user to select which style sheet set the UA should apply.
15961582

15971583
</ol>
@@ -1790,7 +1776,7 @@ <h4><code>initial</code> and <code>inherit</code> values</h4>
17901776
<p>In addition to the legal values stated, <code>initial</code> and
17911777
<code>inherit</code> values are also legal for every property. The
17921778
meaning of these values is described in the Values &amp; Units
1793-
[[CSS3VAL]] and Cascading &amp; Inheritance [[CSS3CASCADE]] modules.
1779+
[[!CSS3VAL]] and Cascading &amp; Inheritance [[!CSS3CASCADE]] modules.
17941780
</p>
17951781

17961782
<h3 id="property-def-initial">Initial</h3>
@@ -1818,15 +1804,15 @@ <h3 id="property-def-inherited">Inherited</h3>
18181804
from an ancestor element by default ("Inherited: yes") or the
18191805
value of the property is its <a href="#property-def-initial">initial
18201806
value</a> by default ("Inherited: no"). Please consult the Cascading
1821-
&amp; Inheritance Module [[CSS3CASCADE]] for information about the
1807+
&amp; Inheritance Module [[!CSS3CASCADE]] for information about the
18221808
interaction between style sheet-specified, inherited, and initial
18231809
values.</p>
18241810

18251811
<h3 id="property-def-computed">Computed value</h3>
18261812

18271813
<p>This part indicates the computed value of the property. The concept
18281814
of computed value is described in the Cascading &amp; Inheritance Module
1829-
[[CSS3CASCADE]]. (It is needed both for inheritance and for the
1815+
[[!CSS3CASCADE]]. (It is needed both for inheritance and for the
18301816
definitions of some DOM properties.)</p>
18311817

18321818
<p class="issue">[What is the computed value for elements to which the

0 commit comments

Comments
 (0)