Skip to content

Commit 308491c

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402511
1 parent 13a5bd2 commit 308491c

3 files changed

Lines changed: 24 additions & 13 deletions

File tree

css2/conform.html

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <H1><a name="q0">3 Conformance: Requirements and Recommendations</a></H1>
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
3131
<li class="tocline2"><a href="conform.html#q1" class="tocxref">3.1 Definitions</a>
32-
<li class="tocline2"><a href="conform.html#conformance" class="tocxref">3.2 Conformance</a>
32+
<li class="tocline2"><a href="conform.html#conformance" class="tocxref">3.2 UA Conformance</a>
3333
<li class="tocline2"><a href="conform.html#q3" class="tocxref">3.3 Error conditions</a>
3434
<li class="tocline2"><a href="conform.html#text-css" class="tocxref">3.4 <span class="index-def" title="text/css">The text/css content type</span></a>
3535
</ul>
@@ -269,20 +269,20 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
269269
<dd>An element A is called a following element of an element B, if and
270270
only if B is a preceding element of A.
271271

272-
<dt><strong><strong><a name="author">Author</a></strong></strong>
272+
<dt><strong><a name="author">Author</a></strong>
273273
<dd>An author is a person who writes
274274
documents and associated style sheets. An
275275
<a name="x35"><span class="index-def" title="authoring tool"><strong>authoring tool</strong></span></a>
276-
generates documents and associated style sheets.</dd>
276+
is a <a href="#user-agent">User Agent</a> that generates style sheets.</dd>
277277

278-
<dt><strong><strong><a name="user">User</a></strong></strong>
278+
<dt><strong><a name="user">User</a></strong>
279279
<dd> A user is a person who interacts with a user agent to view, hear, or
280280
otherwise use a document and its associated style sheet. The user
281281
may provide a personal style sheet that encodes personal
282282
preferences.
283283
</dd>
284284

285-
<dt><strong><strong><a name="user-agent">User agent (UA)</a></strong></strong>
285+
<dt><strong><a name="user-agent">User agent (UA)</a></strong>
286286
<dd>A <a name="x36"><span class="index-def" title="user agent|UA">user
287287
agent</span></a> is any program that interprets a document written in
288288
the document language and applies associated style sheets according
@@ -296,6 +296,17 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
296296
HTML user agent for the purpose of conformance with this
297297
specification.
298298

299+
<dt><strong><a name="property">Property</a></strong>
300+
301+
<dd>CSS defines a finite set of parameters, called properties, that
302+
direct the rendering of a document. Each property has a name (e.g.,
303+
'color', 'font' or border') and a value (e.g., 'red', '12pt Times' or
304+
'dotted'). Properties are attached to various parts of the document
305+
and to the page on which the document is to be displayed by the
306+
mechanisms of specificity, cascading and inheritance (see the chapter
307+
on <a href="cascade.html">Assigning property values, Cascading, and
308+
Inheritance</a>).
309+
299310
</dl>
300311

301312
<div class="html-example">
@@ -338,7 +349,7 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
338349

339350

340351

341-
<h2>3.2 <a name="conformance">Conformance</a></h2>
352+
<h2>3.2 <a name="conformance">UA Conformance</a></h2>
342353

343354
<P>This section defines <a name="x38"><span class="index-def"
344355
title="conformance">conformance</span></a> with the CSS&nbsp;2.1
@@ -351,10 +362,10 @@ <h2>3.2 <a name="conformance">Conformance</a></h2>
351362

352363
<ol>
353364

354-
<li>It must support one or more of the CSS&nbsp;2.1 <a href="media.html">media types</a>.
365+
<li>It must recognize one or more of the CSS&nbsp;2.1 <a href="media.html">media types</a>.
355366

356367
<li>For each source document, it must attempt to retrieve all
357-
associated style sheets that are appropriate for the supported media
368+
associated style sheets that are appropriate for the recognized media
358369
types. If it cannot retrieve all associated style sheets (for instance,
359370
because of network errors), it must display the document using those
360371
it can retrieve.

css2/cover.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
348348
<li class="tocline1"><a href="conform.html" class="tocxref">3 Conformance: Requirements and Recommendations</a>
349349
<ul class="toc">
350350
<li class="tocline2"><a href="conform.html#q1" class="tocxref">3.1 Definitions</a>
351-
<li class="tocline2"><a href="conform.html#conformance" class="tocxref">3.2 Conformance</a>
351+
<li class="tocline2"><a href="conform.html#conformance" class="tocxref">3.2 UA Conformance</a>
352352
<li class="tocline2"><a href="conform.html#q3" class="tocxref">3.3 Error conditions</a>
353353
<li class="tocline2"><a href="conform.html#text-css" class="tocxref">3.4 <span class="index-def" title="text/css">The text/css content type</span></a>
354354
</ul>
@@ -701,7 +701,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
701701
<li class="tocline1"><a href="ui.html" class="tocxref">18 User interface</a>
702702
<ul class="toc">
703703
<li class="tocline2"><a href="ui.html#cursor-props" class="tocxref">18.1 Cursors: the <span class="propinst-cursor">'cursor'</span> property</a>
704-
<li class="tocline2"><a href="ui.html#system-colors" class="tocxref">18.2 CSS2 System Colors</a>
704+
<li class="tocline2"><a href="ui.html#system-colors" class="tocxref">18.2 System Colors</a>
705705
<li class="tocline2"><a href="ui.html#system-fonts" class="tocxref">18.3 User preferences for fonts</a>
706706
<li class="tocline2"><a href="ui.html#dynamic-outlines" class="tocxref">18.4 Dynamic outlines: the <span class="index-def" title="outline">'outline'</span> property</a>
707707
<ul class="toc">

css2/ui.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1><a name="q0">18 User interface</a></h1>
3838
<p><strong>Contents</strong>
3939
<ul class="toc">
4040
<li class="tocline2"><a href="ui.html#cursor-props" class="tocxref">18.1 Cursors: the <span class="propinst-cursor">'cursor'</span> property</a>
41-
<li class="tocline2"><a href="ui.html#system-colors" class="tocxref">18.2 CSS2 System Colors</a>
41+
<li class="tocline2"><a href="ui.html#system-colors" class="tocxref">18.2 System Colors</a>
4242
<li class="tocline2"><a href="ui.html#system-fonts" class="tocxref">18.3 User preferences for fonts</a>
4343
<li class="tocline2"><a href="ui.html#dynamic-outlines" class="tocxref">18.4 Dynamic outlines: the <span class="index-def" title="outline">'outline'</span> property</a>
4444
<ul class="toc">
@@ -141,10 +141,10 @@ <h2>18.1 <a name="cursor-props">Cursors:</a> the <a href="ui.html#propdef-cursor
141141

142142

143143

144-
<h2>18.2 <a name="system-colors">CSS2 System Colors</a></h2>
144+
<h2>18.2 <a name="system-colors">System Colors</a></h2>
145145

146146
<div class="note"><p><em><strong>Note.</strong>
147-
The CSS2 System Colors are
147+
The System Colors are
148148
<a href="http://www.w3.org/TR/2003/CR-css3-color-20030514/#css2-system">deprecated in the CSS3 Color Module</a>.
149149
</em></p>
150150
</div>

0 commit comments

Comments
 (0)