- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 00:39:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv22286
Modified Files:
Overview.html Overview.src.html
Log Message:
Typos
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Overview.html 20 May 2011 00:36:03 -0000 1.47
+++ Overview.html 20 May 2011 00:39:10 -0000 1.48
@@ -2597,7 +2597,7 @@
<h2 id=html4><span class=secno>10. </span> Sample style sheet for HTML</h2>
- <p>This section is informative, nor normative. HTML itself defines the
+ <p>This section is informative, not normative. HTML itself defines the
actual default properties that apply to HTML lists.
<pre>
@@ -3605,11 +3605,11 @@
Longhand</h3>
<p>The Chinese longhand styles are defined out to 10k with a <a
- href="#cjk-counter-styles">specialized algorithm, while the Japanese and
- Korean longhand styles are defined similarly as ‘<code
+ href="#cjk-counter-styles">specialized algorithm</a>, while the Japanese
+ and Korean longhand styles are defined similarly as ‘<code
class=css>additive</code>’ styles. However, these styles are defined
out to 10<sup>16</sup> in common usage. The following section describes an
- alternative algorithm for these styles.</a>
+ alternative algorithm for these styles.
<p>The Chinese and Japanese styles are defined for all numbers between
-10<sup>16</sup> and 10<sup>16</sup>, exclusive; the Korean styles are
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html 20 May 2011 00:36:03 -0000 1.89
+++ Overview.src.html 20 May 2011 00:39:10 -0000 1.90
@@ -1916,7 +1916,7 @@
<h2 id="html4">
Sample style sheet for HTML</h2>
- <p>This section is informative, nor normative. HTML itself defines the
+ <p>This section is informative, not normative. HTML itself defines the
actual default properties that apply to HTML lists.</p>
<pre>
@@ -2907,7 +2907,7 @@
<h3 id='extended-cjk-longhand'>
Extended CJK Longhand</h3>
- <p>The Chinese longhand styles are defined out to 10k with a <a href='#cjk-counter-styles'>specialized algorithm, while the Japanese and Korean longhand styles are defined similarly as ''additive'' styles. However, these styles are defined out to 10<sup>16</sup> in common usage. The following section describes an alternative algorithm for these styles.</p>
+ <p>The Chinese longhand styles are defined out to 10k with a <a href='#cjk-counter-styles'>specialized algorithm</a>, while the Japanese and Korean longhand styles are defined similarly as ''additive'' styles. However, these styles are defined out to 10<sup>16</sup> in common usage. The following section describes an alternative algorithm for these styles.</p>
<p>The Chinese and Japanese styles are defined for all numbers between
-10<sup>16</sup> and 10<sup>16</sup>, exclusive; the Korean styles are
Received on Friday, 20 May 2011 00:39:13 UTC