- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 23:10:41 +0000
- To: public-css-commits@w3.org
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 ‘<code class=css><integer></code>’ 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 + ‘<code class=css><number></code>’ type</a> + + <li><a href="#percentages"><span class=secno>4.3. </span> Percentages: the ‘<code class=css><percentage></code>’ 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 ‘<a href="#number-value"><code - class=css><number></code></a>’ type </sup> + <h3 id=numbers><span class=secno>4.2. </span> Numbers: the ‘<a + href="#number-value"><code class=css><number></code></a>’ type</h3> <p>Number values are denoted by <dfn id=number-value><code><number></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 ‘<a href="#percentage-value"><code class=css><percentage></code></a>’ 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><number></code></a>, <a - href="#number-value" title="<number>"><strong>4.1.</strong></a> + href="#number-value" title="<number>"><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><percentage></code></a>, <a href="#percentage-value" - title="<percentage>"><strong>4.2.</strong></a> + title="<percentage>"><strong>4.3.</strong></a> <li><a href="#position-value"><code><position></code></a>, <a href="#position-value" title="<position>"><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 ''<number>'' type</h3> <p>Number values are denoted by
Received on Monday, 12 December 2011 23:10:46 UTC