? about.html ? about.srd ? aural.srd ? box.srd ? build ? cascade.srd ? changes.srd ? colors.srd ? component-value.diff ? conform.srd ? cover.srd ? fonts.srd ? generate.srd ? grammar.srd ? indexlist.srd ? intro.srd ? leftblank.srd ? media.srd ? page.srd ? propidx.srd ? refs.srd ? sample.srd ? selector.srd ? syndata.srd ? tables.srd ? text.srd ? ui.srd ? unipatch ? visudet.srd ? visufx.srd ? visuren.srd ? zindex.srd ? images/pngs.ok Index: about.src =================================================================== RCS file: /w3ccvs/WWW/Style/Group/css2-src/about.src,v retrieving revision 2.80 diff -u -r2.80 about.src --- about.src 11 Feb 2010 15:46:53 -0000 2.80 +++ about.src 13 Jul 2010 20:26:42 -0000 @@ -146,8 +146,9 @@
This part specifies the set of valid values for the property whose -name is 'property-name'. Value -types may be designated in several ways: +name is 'property-name'. A property +value can have one or more components. Component value types are designated +in several ways:
Values may be arranged as follows:
+Component values may be arranged into property values as follows:
Value types are specified in terms of tokens, as described in Component values are specified in terms of tokens, as described in Appendix G.2. As the grammar allows spaces
between tokens in the components of the expr production,
-spaces may appear between tokens in values.
+spaces may appear between tokens in property values.
Note: In many cases, spaces will in fact be required between tokens in order to distinguish them from @@ -257,7 +258,7 @@
This part specifies the property's initial value. Please consult the section on the cascade for information about the interaction between style sheet-specified, inherited, and -initial values. +initial property values.
This part indicates how percentages should be interpreted, if they occur in the value of the property. If "N/A" appears here, it means that the -property does not accept percentages as values. +property does not accept percentages in its values.
If there is only one value, it applies to all +
If there is only one component value, it applies to all sides. If there are two values, the top and bottom margins are set to the first value and the right and left margins are set to the second. If there are three values, the top is @@ -441,7 +441,7 @@ class="propinst-padding-left">'padding-left' at the same place in the style sheet. -
If there is only one value, it applies to all +
If there is only one component value, it applies to all sides. If there are two values, the top and bottom paddings are set to the first value and the right and left paddings are set to the second. If there are three values, the top is @@ -537,7 +537,7 @@ 'border-left-width' at the same place in the style sheet. -
If there is only one value, it applies to all +
If there is only one component value, it applies to all sides. If there are two values, the top and bottom borders are set to the first value and the right and left are set to the second. If there are three values, the top is @@ -584,8 +584,8 @@
The 'border-color' -property can have from one to four values, and the values are set on -the different sides as for 'border-width'.
If an element's border color is not specified @@ -674,7 +674,7 @@
The 'border-style' property sets the style of the four borders. It can have from one to -four values, and the values are set on the different sides as for +four component values, and the values are set on the different sides as for 'border-width' above.
Index: fonts.src =================================================================== RCS file: /w3ccvs/WWW/Style/Group/css2-src/fonts.src,v retrieving revision 2.98 diff -u -r2.98 fonts.src --- fonts.src 19 Apr 2010 16:12:36 -0000 2.98 +++ fonts.src 13 Jul 2010 20:26:44 -0000 @@ -116,9 +116,9 @@ -
The value is a prioritized list of font family names +
The property value is a prioritized list of font family names and/or generic family names. -Unlike most other CSS properties, values are separated +Unlike most other CSS properties, component values are separated by a comma to indicate that they are alternatives:
Index: intro.src
===================================================================
RCS file: /w3ccvs/WWW/Style/Group/css2-src/intro.src,v
retrieving revision 2.51
diff -u -r2.51 intro.src
--- intro.src 15 May 2009 17:31:38 -0000 2.51
+++ intro.src 13 Jul 2010 20:26:44 -0000
@@ -41,7 +41,7 @@
href="selector.html">selector ('h1') and declaration
('color: red'). In HTML, element names are case-insensitive so
'h1' works just as well as 'H1'. The declaration has two parts:
-property ('color') and value ('red'). While the example above tries to
+property name ('color') and property value ('red'). While the example above tries to
influence only one of the properties needed for rendering an HTML
document, it qualifies as a style sheet on its own. Combined with
other style sheets (one fundamental feature of CSS is that style
Index: syndata.src
===================================================================
RCS file: /w3ccvs/WWW/Style/Group/css2-src/syndata.src,v
retrieving revision 2.176
diff -u -r2.176 syndata.src
--- syndata.src 19 May 2010 15:09:12 -0000 2.176
+++ syndata.src 13 Jul 2010 20:26:45 -0000
@@ -497,7 +497,7 @@
title="declaration">declaration is either empty or
consists of a property name, followed by a colon (:), followed by
-a value. Around each of these there may be white space.
Because of the way selectors work, multiple declarations for the
@@ -531,7 +531,7 @@
A property name is an identifier. Any token may occur
-in the value. Parentheses ("( )"), brackets ("[ ]"),
+in the property value. Parentheses ("( )"), brackets ("[ ]"),
braces ("{ }"), single
quotes ('), and double quotes (") must come in matching
pairs, and semicolons not in strings must be