11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: intro.src,v 2.37 2002-07-08 14:57:51 bbos Exp $ -->
3+ <!-- $Id: intro.src,v 2.38 2002-07-25 19:07:37 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6- <TITLE>Introduction to CSS2 </TITLE>
6+ <TITLE>Introduction to CSS 2.1 </TITLE>
77</HEAD>
88<BODY>
9- <H1 align="center">Introduction to CSS2 </H1>
9+ <H1 align="center">Introduction to CSS 2.1 </H1>
1010
11- <H2>A brief CSS2 tutorial for HTML</H2>
11+ <H2>A brief CSS 2.1 tutorial for HTML</H2>
1212
1313<P> In this tutorial, we show how easy it can be to design simple
1414style sheets. For this tutorial, you will need to know a little HTML
@@ -125,7 +125,7 @@ but the second rule overrides the inherited value. In CSS there are
125125often such conflicts between different values, and this specification
126126describes how to resolve them.
127127
128- <P>CSS2 has more than 100 different properties, including <span
128+ <P>CSS 2.1 has more than 100 different properties, including <span
129129class="propinst-color">'color'</span>. Let's look at some of the
130130others:
131131
@@ -171,7 +171,7 @@ to its surroundings. The "em" unit refers to the font size of the
171171element. In this case the result is that the margins around the BODY
172172element are three times wider than the font size.
173173
174- <H2>A brief CSS2 tutorial for XML</H2>
174+ <H2>A brief CSS 2.1 tutorial for XML</H2>
175175
176176<P>CSS can be used with any structured document format, for example
177177with applications of the eXtensible Markup Language [[-XML10]]. In
@@ -257,7 +257,7 @@ ARTICLE, HEADLINE, AUTHOR, PARA { margin: 0.5em }
257257improve the presentation of the document.
258258
259259
260- <H2><a name="processing-model">The CSS2 processing model</a></H2>
260+ <H2><a name="processing-model">The CSS 2.1 processing model</a></H2>
261261
262262<P>This section presents one possible model of how user
263263agents that support CSS work. This is only a conceptual model; real
@@ -339,9 +339,9 @@ viewport</a>. User agents rendering to a page generally impose
339339width and height constraints. Aural user agents may impose limits
340340in audio space, but not in time.
341341
342- <h3>CSS2 addressing model</h3>
342+ <h3>CSS 2.1 addressing model</h3>
343343
344- <P> CSS2 <a href="selector.html">selectors</a> and properties allow
344+ <P> CSS 2.1 <a href="selector.html">selectors</a> and properties allow
345345style sheets to refer to the following parts of a document
346346or user agent:</p>
347347
@@ -369,14 +369,14 @@ interface</a>).
369369
370370<H2>CSS design principles</H2>
371371
372- <P>CSS2 .1, as CSS2 and CSS1 before it, is based on a set of design principles:</p>
372+ <P>CSS 2 .1, as CSS2 and CSS1 before it, is based on a set of design principles:</p>
373373
374374<UL>
375375
376376<LI>
377- <P><STRONG>Forward and backward compatibility</STRONG>. CSS2 user
377+ <P><STRONG>Forward and backward compatibility</STRONG>. CSS 2.1 user
378378agents will be able to understand CSS1 style sheets. CSS1 user agents
379- will be able to read CSS2 style sheets and discard parts they don't
379+ will be able to read CSS 2.1 style sheets and discard parts they don't
380380understand. Also, user agents with no CSS support will be able to
381381display style-enhanced documents. Of course, the stylistic
382382enhancements made possible by CSS will not be rendered, but all
@@ -395,7 +395,7 @@ change the style sheet with little or no impact on the markup.</P>
395395<P><STRONG>Vendor, platform, and device independence</STRONG>. Style
396396sheets enable documents to remain vendor, platform, and device
397397independent. Style sheets themselves are also vendor and platform
398- independent, but CSS2 allows you to target a style sheet for a group of
398+ independent, but CSS 2.1 allows you to target a style sheet for a group of
399399devices (e.g., printers).</P>
400400</LI>
401401
@@ -436,7 +436,7 @@ rendering effects increases the richness of the Web as a medium of
436436expression. Designers have been longing for functionality commonly
437437found in desktop publishing and slide-show applications. Some of
438438the requested rendering effects conflict with device independence, but
439- CSS2 goes a long way toward granting designers their requests.</P>
439+ CSS 2.1 goes a long way toward granting designers their requests.</P>
440440</LI>
441441
442442<LI>
0 commit comments