Skip to content

Commit b643d3e

Browse files
committed
Fixed a few typo
1 parent 1ab235f commit b643d3e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/04 19:31:51 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110405/">http://www.w3.org/TR/2011/WD-css3-text-20110405/</a></dd>
92+
2011/04/05 05:30:37 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110406/">http://www.w3.org/TR/2011/WD-css3-text-20110406/</a></dd>
9494
-->
9595

9696

@@ -723,7 +723,7 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
723723
characters belonging to bicameral scripts are affected.
724724

725725
<p>The definition of "word" used for &lsquo;<code
726-
class=css>captilize</code>&rsquo; is UA-dependent; <a href="#UAX29"
726+
class=css>capitalize</code>&rsquo; is UA-dependent; <a href="#UAX29"
727727
rel=biblioentry>[UAX29]<!--{{UAX29}}--></a> is suggested (but not
728728
required) for determining such word boundaries. Authors should not expect
729729
&lsquo;<code class=css>capitalize</code>&rsquo; to follow
@@ -1485,7 +1485,7 @@ <h3 id=word-break><span class=secno>5.2. </span> Word Breaking Rules: the
14851485
<tr>
14861486
<th>Value:
14871487

1488-
<td>normal | keep-all | break-all | keep-words
1488+
<td>normal | keep-all | break-all
14891489

14901490
<tr>
14911491
<th>Initial:
@@ -2880,7 +2880,7 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
28802880

28812881
<dd>Justification primarily changes spacing at word separators and at
28822882
inter-graphemic boundaries in scripts that use no word spaces. This value
2883-
is typically used for <abbr title="Chinese/Japanse/Korean">CJK</abbr>
2883+
is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
28842884
languages.
28852885

28862886
<dt><dfn id=inter-cluster
@@ -6614,7 +6614,7 @@ <h2 class=no-num id=appendix-f-full-property-index>Appendix F: Full
66146614
<tr valign=baseline>
66156615
<td><a class=property href="#word-break0">word-break</a>
66166616

6617-
<td>normal | keep-all | break-all | keep-words
6617+
<td>normal | keep-all | break-all
66186618

66196619
<td>normal
66206620

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h3 id="text-transform">
384384
[[!UNICODE]] Only characters belonging to bicameral scripts are
385385
affected.</p>
386386

387-
<p>The definition of "word" used for ''captilize'' is UA-dependent;
387+
<p>The definition of "word" used for ''capitalize'' is UA-dependent;
388388
[[UAX29]] is suggested (but not required) for determining such word
389389
boundaries. Authors should not expect ''capitalize'' to follow
390390
language-specific titlecasing conventions (such as skipping articles
@@ -992,7 +992,7 @@ <h3 id="word-break">
992992
</tr>
993993
<tr>
994994
<th>Value:</th>
995-
<td>normal | keep-all | break-all | keep-words</td>
995+
<td>normal | keep-all | break-all</td>
996996
</tr>
997997
<tr>
998998
<th>Initial:</th>
@@ -2049,7 +2049,7 @@ <h3 id="text-justify">
20492049
<dt><dfn title="text-justify:inter-ideographic"><code>inter-ideograph</code></dfn></dt>
20502050
<dd>Justification primarily changes spacing at word separators and
20512051
at inter-graphemic boundaries in scripts that use no word spaces.
2052-
This value is typically used for <abbr title="Chinese/Japanse/Korean">CJK</abbr>
2052+
This value is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
20532053
languages.</dd>
20542054
<dt><dfn title="text-justify:inter-cluster"><code>inter-cluster</code></dfn></dt>
20552055
<dd>Justification primarily changes spacing at word separators and at

0 commit comments

Comments
 (0)