csswg/css3-values Overview.src.html,1.94,1.95

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv21411

Modified Files:
	Overview.src.html 
Log Message:
Made TITLE and H1 the same.
Fixed some mark-up errors.
Fixed two broken fragment IDs: keyword -> keywords, string -> strings.
Fixed some bibliographic references.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Overview.src.html	31 Aug 2011 21:44:13 -0000	1.94
+++ Overview.src.html	5 Sep 2011 17:58:25 -0000	1.95
@@ -4,10 +4,10 @@
 <html lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <title>CSS3 Values and Units</title>
+  <title>CSS Values and Units Module Level 3</title>
   <style type="text/css">
     code, small { white-space: nowrap }
-    .say { clor: gray; }
+    .say { color: gray; }
     pre.value { font: inherit; white-space: pre-wrap; margin: 0; padding: 0; }
     #propvalues td { text-align: right; }
     #propvalues td + td { text-align: left; }
@@ -36,7 +36,7 @@
 
 <dt>Previous version:</dt>
 
-<dd><a href="http://www.w3.org/TR/2005/WD-css3-values-20050726">http://www.w3.org/TR/2005/WD-css3-values-20050726</a></dd>
+<dd><a href="http://www.w3.org/TR/2006/WD-css3-values-20060919/">http://www.w3.org/TR/2006/WD-css3-values-20060919/</a></dd>
 
 <dt>Editors:</dt>
 <dd><a href="mailto:howcome@opera.com">H&aring;kon Wium Lie</a> (Opera Software)
@@ -81,7 +81,7 @@
 <h2>Introduction</h2>
 
 	<p>The value definition field of each CSS property can contain keywords,
-	data types (which appear between ''<'' and ''>''), and information on how
+	data types (which appear between ''&lt;'' and ''>''), and information on how
 	they can be combined.
 	Generic data types (<code>&lt;length&gt;</code> being the most widely used)
 	that can be used by many properties are described in this specification,
@@ -109,7 +109,7 @@
 	<p>Component value types are designated in several ways:
 
 	<ol>
-		<li><a href="#keyword">keyword</a> values (such as ''auto'', ''disc'', etc.),
+		<li><a href="#keywords">keyword</a> values (such as ''auto'', ''disc'', etc.),
 		which appear literally, without quotes (e.g. <code>auto</code>)
 
 		<li>basic data types, which appear between ''&lt;'' and ''&gt;''
@@ -390,7 +390,7 @@
 	rather than by <code>&lt;URL&gt;</code>. An example of this is the
 	<a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">''@import'' rule</a>.
 
-	<p>Parentheses, whitespace characters, single quotes (&apos;) and
+	<p>Parentheses, whitespace characters, single quotes (') and
 	double quotes (") appearing in a URL must be escaped with a backslash
 	so that the resulting value is a valid <code>URL</code> token,
 	e.g. 'url(open\(parens)', 'url(close\)parens)'.
@@ -398,11 +398,11 @@
 	characters as URI-escapes (where <code>(</code> = <code>%28</code>,
 	<code>)</code> = <code>%29</code>, etc.) as described in [[URI]].
 	Alternatively a URL containing such characters may be represented as
-	a quoted <a href="#string">string</a> within the ''url()'' notation.
+	a quoted <a href="#strings">string</a> within the ''url()'' notation.
 
 	<p>In order to create modular style sheets that are not dependent on
 	the absolute location of a resource, authors should use relative URIs.
-	Relative URIs (as defined in [[RFC3986]]) are resolved to full URIs
+	Relative URIs (as defined in [[URI]]) are resolved to full URIs
 	using a base URI. RFC&nbsp;3986, section&nbsp;3, defines the normative
 	algorithm for this process. For CSS style sheets, the base URI is that
 	of the style sheet, not that of the source document.
@@ -487,7 +487,7 @@
 	instead as the <code>&lt;number&gt;</code> ''0''. (In other words,
 	for zero lengths the unit identifier is optional.)</p>
 
-	A <dfn>dimension</dfn> is a <i>number</i> immediately followed by a
+	<p>A <dfn>dimension</dfn> is a <i>number</i> immediately followed by a
 	unit identifier. It corresponds to the <code>DIMENSION</code> token in the
 	<a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">grammar</a>.
 	[[!CSS21]] Like keywords, unit identifiers are case-insensitive within
@@ -619,7 +619,7 @@
 	</dl>
 
 <h3 id="absolute-lengths">
-Absolute lengths: the ''cm'', ''mm'', ''in'', ''pt'', ''pc'', ''px'' units</h4>
+Absolute lengths: the ''cm'', ''mm'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
 
 
 	<p>The <dfn>absolute length units</dfn> are fixed in relation to
@@ -655,7 +655,6 @@
 h4 { font-size: 12pt }    /* points */
 h4 { font-size: 1pc }     /* picas */
 p  { font-size: 12px }    /* px */</pre>
-</div>
 
 
 	<p>For a CSS device, these dimensions are either anchored (i) by
@@ -812,7 +811,7 @@
 	<p>The <dfn id="image-value"><code>&lt;image&gt;</code></dfn> data type is
 	defined herein as equivalent to <code>&lt;url&gt;</code>.
 	It is <a href="http://www.w3.org/TR/css3-images/#image">extended</a> in
-	[[!CSS3IMAGES]]: UAs that support CSS Image Values Level 3 must interpret
+	[[!CSS3-IMAGES]]: UAs that support CSS Image Values Level 3 must interpret
 	<code>&lt;image&gt;</code> as defined therein.
 
 <h2 id="layout-values">
@@ -823,7 +822,7 @@
 
 	<p>The <dfn title="fr">fr unit</dfn> is used to represent proportions,
 	such as the proportions used to distribute remaining space in a flex
-	layout computation. [[CSS3FLEX]] When multiple fractions participate
+	layout computation. [[CSS3-FLEXBOX]] When multiple fractions participate
 	in a calculation, the remainder is distributed proportionally to their
 	numeric value.
 
@@ -871,10 +870,10 @@
 <!-- -->background: url(http://www.example.org/image);
 <!-- -->color: rgb(100, 200, 50 );
 <!-- -->content: counter(list-item) ". ";
-<!-- -->width: calc(50% - 2em);<pre>
+<!-- -->width: calc(50% - 2em);</pre>
 
 <h3 id="calc">
-Calculations: ''calc()'', ''min()'' and ''max()''</h4>
+Calculations: ''calc()'', ''min()'' and ''max()''</h3>
 
 	<p>The <dfn>calc()</dfn>, <dfn>min()</dfn>, and <dfn>max()</dfn> functions
 	can be used wherever
@@ -1407,7 +1406,6 @@
 			<th>Used value
 			<th>Actual value
 		</tr>
-	<thead>
 	<tbody>
 		<tr>
 			<td>(a)

Received on Monday, 5 September 2011 17:58:29 UTC