Skip to content

Commit 172d953

Browse files
committed
typos
1 parent d15457a commit 172d953

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

css3-values/Overview.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33

44
<html lang=en>
5-
<head><meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
5+
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
66

77
<title>CSS Values and Units Module Level 3</title>
88

@@ -196,7 +196,10 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
196196
<li><a href="#integers"><span class=secno>4.1. </span> Integers: the
197197
&lsquo;<code class=css>&lt;integer&gt;</code>&rsquo; type</a>
198198

199-
<li><a href="#percentages"><span class=secno>4.2. </span> Percentages:
199+
<li><a href="#numbers"><span class=secno>4.2. </span> Numbers: the
200+
&lsquo;<code class=css>&lt;number&gt;</code>&rsquo; type</a>
201+
202+
<li><a href="#percentages"><span class=secno>4.3. </span> Percentages:
200203
the &lsquo;<code class=css>&lt;percentage&gt;</code>&rsquo; type</a>
201204
</ul>
202205

@@ -724,10 +727,10 @@ <h3 id=integers><span class=secno>4.1. </span> Integers: the &lsquo;<a
724727
<p>Properties may restrict the integer value to some range. If the value is
725728
outside the allowed range, the declaration is invalid and must be <a
726729
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For
727-
unrestricted values, UAs must support at least up to ±2<sup>30.</sup>
730+
unrestricted values, UAs must support at least up to ±2<sup>30</sup>.
728731

729-
<p><sup id=numbers> Numbers: the &lsquo;<a href="#number-value"><code
730-
class=css>&lt;number&gt;</code></a>&rsquo; type </sup>
732+
<h3 id=numbers><span class=secno>4.2. </span> Numbers: the &lsquo;<a
733+
href="#number-value"><code class=css>&lt;number&gt;</code></a>&rsquo; type</h3>
731734

732735
<p>Number values are denoted by <dfn
733736
id=number-value><code>&lt;number&gt;</code></dfn>. A <dfn
@@ -745,7 +748,7 @@ <h3 id=integers><span class=secno>4.1. </span> Integers: the &lsquo;<a
745748
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For
746749
unrestricted values, UAs must support at least up to ±2<sup>30.</sup>
747750

748-
<h3 id=percentages><span class=secno>4.2. </span> Percentages: the
751+
<h3 id=percentages><span class=secno>4.3. </span> Percentages: the
749752
&lsquo;<a href="#percentage-value"><code
750753
class=css>&lt;percentage&gt;</code></a>&rsquo; type</h3>
751754

@@ -1874,17 +1877,17 @@ <h2 class=no-num id=index>Index</h2>
18741877

18751878
<li>ms, <a href="#ms" title=ms><strong>6.2.</strong></a>
18761879

1877-
<li>number, <a href="#number" title=number><strong>4.1.</strong></a>
1880+
<li>number, <a href="#number" title=number><strong>4.2.</strong></a>
18781881

18791882
<li><a href="#number-value"><code>&lt;number&gt;</code></a>, <a
1880-
href="#number-value" title="&lt;number&gt;"><strong>4.1.</strong></a>
1883+
href="#number-value" title="&lt;number&gt;"><strong>4.2.</strong></a>
18811884

18821885
<li>percentage, <a href="#percentage"
1883-
title=percentage><strong>4.2.</strong></a>
1886+
title=percentage><strong>4.3.</strong></a>
18841887

18851888
<li><a href="#percentage-value"><code>&lt;percentage&gt;</code></a>, <a
18861889
href="#percentage-value"
1887-
title="&lt;percentage&gt;"><strong>4.2.</strong></a>
1890+
title="&lt;percentage&gt;"><strong>4.3.</strong></a>
18881891

18891892
<li><a href="#position-value"><code>&lt;position&gt;</code></a>, <a
18901893
href="#position-value" title="&lt;position&gt;"><strong>7.3.</strong></a>

css3-values/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang="en">
55
<head>
6-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
77
<title>CSS Values and Units Module Level 3</title>
88
<style type="text/css">
99
code, small { white-space: nowrap }
@@ -426,9 +426,9 @@ <h3 id="integers">
426426
<p>Properties may restrict the integer value to some range.
427427
If the value is outside the allowed range, the declaration is invalid
428428
and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
429-
For unrestricted values, UAs must support at least up to ±2<sup>30</h3>.</p>
429+
For unrestricted values, UAs must support at least up to ±2<sup>30</sup>.</p>
430430

431-
<sup id="numbers">
431+
<h3 id="numbers">
432432
Numbers: the ''&lt;number&gt;'' type</h3>
433433

434434
<p>Number values are denoted by

0 commit comments

Comments
 (0)