csswg/css3-values Overview.html,1.147,1.148 Overview.src.html,1.150,1.151

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
typos

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.html	12 Dec 2011 23:08:44 -0000	1.147
+++ Overview.html	12 Dec 2011 23:10:39 -0000	1.148
@@ -2,7 +2,7 @@
 "http://www.w3.org/TR/html4/strict.dtd">
 
 <html lang=en>
- <head><meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
+ <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
 
   <title>CSS Values and Units Module Level 3</title>
 
@@ -196,7 +196,10 @@
      <li><a href="#integers"><span class=secno>4.1. </span> Integers: the
       &lsquo;<code class=css>&lt;integer&gt;</code>&rsquo; type</a>
 
-     <li><a href="#percentages"><span class=secno>4.2. </span> Percentages:
+     <li><a href="#numbers"><span class=secno>4.2. </span> Numbers: the
+      &lsquo;<code class=css>&lt;number&gt;</code>&rsquo; type</a>
+
+     <li><a href="#percentages"><span class=secno>4.3. </span> Percentages:
       the &lsquo;<code class=css>&lt;percentage&gt;</code>&rsquo; type</a>
     </ul>
 
@@ -724,10 +727,10 @@
   <p>Properties may restrict the integer value to some range. If the value is
    outside the allowed range, the declaration is invalid and must be <a
    href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For
-   unrestricted values, UAs must support at least up to ±2<sup>30.</sup>
+   unrestricted values, UAs must support at least up to ±2<sup>30</sup>.
 
-  <p><sup id=numbers> Numbers: the &lsquo;<a href="#number-value"><code
-   class=css>&lt;number&gt;</code></a>&rsquo; type </sup>
+  <h3 id=numbers><span class=secno>4.2. </span> Numbers: the &lsquo;<a
+   href="#number-value"><code class=css>&lt;number&gt;</code></a>&rsquo; type</h3>
 
   <p>Number values are denoted by <dfn
    id=number-value><code>&lt;number&gt;</code></dfn>. A <dfn
@@ -745,7 +748,7 @@
    href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For
    unrestricted values, UAs must support at least up to ±2<sup>30.</sup>
 
-  <h3 id=percentages><span class=secno>4.2. </span> Percentages: the
+  <h3 id=percentages><span class=secno>4.3. </span> Percentages: the
    &lsquo;<a href="#percentage-value"><code
    class=css>&lt;percentage&gt;</code></a>&rsquo; type</h3>
 
@@ -1874,17 +1877,17 @@
 
    <li>ms, <a href="#ms" title=ms><strong>6.2.</strong></a>
 
-   <li>number, <a href="#number" title=number><strong>4.1.</strong></a>
+   <li>number, <a href="#number" title=number><strong>4.2.</strong></a>
 
    <li><a href="#number-value"><code>&lt;number&gt;</code></a>, <a
-    href="#number-value" title="&lt;number&gt;"><strong>4.1.</strong></a>
+    href="#number-value" title="&lt;number&gt;"><strong>4.2.</strong></a>
 
    <li>percentage, <a href="#percentage"
-    title=percentage><strong>4.2.</strong></a>
+    title=percentage><strong>4.3.</strong></a>
 
    <li><a href="#percentage-value"><code>&lt;percentage&gt;</code></a>, <a
     href="#percentage-value"
-    title="&lt;percentage&gt;"><strong>4.2.</strong></a>
+    title="&lt;percentage&gt;"><strong>4.3.</strong></a>
 
    <li><a href="#position-value"><code>&lt;position&gt;</code></a>, <a
     href="#position-value" title="&lt;position&gt;"><strong>7.3.</strong></a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.src.html	12 Dec 2011 23:08:44 -0000	1.150
+++ Overview.src.html	12 Dec 2011 23:10:39 -0000	1.151
@@ -3,7 +3,7 @@
 
 <html lang="en">
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>CSS Values and Units Module Level 3</title>
   <style type="text/css">
     code, small { white-space: nowrap }
@@ -426,9 +426,9 @@
 	<p>Properties may restrict the integer value to some range.
 	If the value is outside the allowed range, the declaration is invalid
 	and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
-	For unrestricted values, UAs must support at least up to ±2<sup>30</h3>.</p>
+	For unrestricted values, UAs must support at least up to ±2<sup>30</sup>.</p>
 
-<sup id="numbers">
+<h3 id="numbers">
 Numbers: the ''&lt;number&gt;'' type</h3>
 	
 	<p>Number values are denoted by

Received on Monday, 12 December 2011 23:10:46 UTC