11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: about.src,v 2.5 1998-02-18 10:13:07 howcome Exp $ -->
3+ <!-- $Id: about.src,v 2.6 1998-02-18 23:37:09 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>About the CSS2 Specification</TITLE>
@@ -89,10 +89,10 @@ and delimited by double quotes.
8989
9090<H3><a name="property-defs">CSS property definitions</a></H3>
9191<P>Each CSS property definition begins with a summary of key
92- information that resembles the following:
92+ information that resembles the following:</p>
9393
94- <P><strong>'Property-name'</strong>
9594<TABLE>
95+ <TR><TH align="right">Property name:<TD>The property name</TR>
9696<TR><TH align="right">Value:<TD>Possible constant values or value types</TR>
9797<TR><TH align="right">Initial:<TD>The initial value</TR>
9898<TR><TH align="right">Applies to:<TD>Elements this property applies to</TR>
@@ -102,12 +102,11 @@ information that resembles the following:
102102property applies to</TR>
103103</TABLE>
104104
105- <P>The categories have the following meanings:
106105
107- <dl >
108- <dt><strong>Value</strong>
109- <dd >This part of the property definition specifies the set of valid
110- values for the property. Value types may be designated in several ways:
106+ <h4>Value</h4 >
107+
108+ <P >This part specifies the set of valid values for the property. Value
109+ types may be designated in several ways:
111110
112111<ol>
113112<li> constant values (e.g., 'auto', 'disc', etc.)
@@ -189,49 +188,50 @@ The following examples illustrate different value types:
189188 <EM>Value:</EM> <uri> || <color><BR>
190189</BLOCKQUOTE>
191190
192- <dt><strong> Initial</strong >
191+ <h4> Initial</h4 >
193192
194- <dd>The property's initial value. If the property is inherited, this
195- is the value that is given to the root element of the <a
196- href="conform.html#doctree">document tree</a>. Please consult the
197- section on <a href="cascade.html">the cascade</a> for information
193+ <P>This part specifies the property's initial value. If the property
194+ is inherited, this is the value that is given to the root element of
195+ the <a href="conform.html#doctree">document tree</a>. Please consult
196+ the section on <a href="cascade.html">the cascade</a> for information
198197about the interaction between style sheet-specified, inherited, and
199198initial values.
200- </dd>
201199
202- <dt><strong>Applies to</strong>
203200
204- <dd>Lists the elements to which the property applies. All elements are
205- considered to have all properties, but some properties have no
206- rendering effect on some types of elements. For example, <span
201+ <h4>Applies to</h4>
202+
203+ <p>This part lists the elements to which the property applies. All
204+ elements are considered to have all properties, but some properties
205+ have no rendering effect on some types of elements. For example, <span
207206class="propinst-white-space">'white-space'</span> has no effect on
208207inline elements.
209- </dd>
210208
211- <dt><strong>Inherited</strong>
212- <dd>Indicates whether the value of the property is inherited from a
213- ancestor element. Please consult the
214- section on <a href="cascade.html">the cascade</a> for information
215- about the interaction between style sheet-specified, inherited, and
216- initial values.
217- </dd>
218209
219- <dt><strong>Percentage values</strong>
220- <dd>Indicates how percentages should be interpreted, if they occur in
210+ <h4>Inherited</h4>
211+
212+ <p>This part indicates whether the value of the property is inherited
213+ from a ancestor element. Please consult the section on <a
214+ href="cascade.html">the cascade</a> for information about the
215+ interaction between style sheet-specified, inherited, and initial
216+ values.
217+
218+
219+ <h4>Percentage values</h4>
220+
221+ <p>This part indicates how percentages should be interpreted, if they occur in
221222the value of the property. If "N/A" appears here, it means that the
222- property does not accept percentages as values.</dd>
223-
224- <dt><strong>Media groups</strong>
225- <dd>Indicates the <a href="media.html#media-groups">media groups</a>
226- to which the property applies. The
227- <a href="conform.html">conformance</a> conditions state
228- that user agents must support this property if they support
229- rendering to the <a href="media.html#media-types">media types</a>
230- included in these <a href="media.html#media-groups">media groups</a>.
231- </dd>
232- </dl>
223+ property does not accept percentages as values.
224+
225+ <h4>Media groups</h4>
226+
227+ <p>This part indicates the <a href="media.html#media-groups">media
228+ groups</a> to which the property applies. The <a
229+ href="conform.html">conformance</a> conditions state that user agents
230+ must support this property if they support rendering to the <a
231+ href="media.html#media-types">media types</a> included in these <a
232+ href="media.html#media-groups">media groups</a>.
233233
234- <H4 ><a name="shorthand">Shorthand properties</a></H4 >
234+ <H3 ><a name="shorthand">Shorthand properties</a></H3 >
235235
236236<p>Some properties are <span class="index-def"
237237title="shorthand"><em>shorthand</em></span> rules that allow authors
@@ -339,7 +339,7 @@ which described many of the new features of CSS2.
339339made pivotal contributions towards Aural Cascading Style Sheets (ACSS)
340340and the concepts of aural presentation based on his work on AsTeR
341341(Audio System For Technical Readings). He contributed an initial draft
342- of the ACSS specification, much of which has survived in the present
342+ of the ACSS specification that shaped the current
343343specification. Values for aural properties in the <a
344344href="sample.html">HTML 4.0 sample style sheet</a> are of his
345345devising; he currently uses them on a daily basis on his audio desktop
0 commit comments