Skip to content

Commit 7242d33

Browse files
committed
Fix grammar/markup errors.
1 parent 0d821d0 commit 7242d33

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/16 06:15:59 $ (CVS $Revision$)</a> <!--
92+
2011/04/16 07:11:35 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110416/">http://www.w3.org/TR/2011/WD-css3-text-20110416/</a></dd>
9494
-->
9595

@@ -3201,13 +3201,13 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
32013201
class=property>word-spacing</code>&rsquo;</a>.)
32023202

32033203
<p>The <dfn id=punctuation-symbols>punctuation</dfn> category defines the
3204-
expansion opportunities exists between any pair of characters from the
3204+
expansion opportunities existing between any pair of characters from the
32053205
Unicode symbols (S*) and punctuation (P*) classes and at enabled <a
32063206
href="#text-autospace">autospace</a> points. <span class=issue>the
32073207
relationship of expansion opportunity and &lsquo;<a
32083208
href="#text-spacing"><code class=property>text-spacing</code></a>&rsquo;
32093209
needs more review</span> The default justification priority of these
3210-
points depends on the justification method as defined below; however there
3210+
points depends on the justification method as defined above; however there
32113211
may be additional rules controlling their justification behavior due to
32123212
typographic tradition. For example, there are traditionally no expansion
32133213
opportunities between consecutive EM DASH U+2014, HORIZONTAL BAR U+2015,
@@ -5916,13 +5916,13 @@ <h2 class=no-num id=script-groups>Appendix E: Scripts and Spacing</h2>
59165916

59175917
<ol>
59185918
<li>If the script is cursive and may expand cursively but must not
5919-
space between letters, it is <i>cursive<i>. </i></i>
5919+
space between letters, it is <i>cursive</i>.
59205920

59215921
<li>If ths script primarily flexes word separators, it is either
5922-
<i>discrete<i> or <i>connected</i>. <i>Discrete</i> scripts can space
5922+
<i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can space
59235923
between letters. <i>Connected</i> scripts must not space between
59245924
letters (typically because that would break the connections or
5925-
otherwise look bad). </i></i>
5925+
otherwise look bad).
59265926

59275927
<li>If the script primarily expands equally between its grapheme
59285928
clusters in native typesettings, it is either <i>block</i> or

css3-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,13 +2308,13 @@ <h3 id="text-justify">
23082308
<a href="#word-separator">word separators</a>. (See
23092309
<a href="#word-spacing">'word-spacing'</a>.)
23102310
<p>The <dfn id="punctuation-symbols">punctuation</dfn> category defines
2311-
the expansion opportunities exists between any pair of characters
2311+
the expansion opportunities existing between any pair of characters
23122312
from the Unicode symbols (S*) and punctuation (P*) classes and
23132313
at enabled <a href="#text-autospace">autospace</a> points.
23142314
<span class="issue">the relationship of expansion opportunity
23152315
and 'text-spacing' needs more review</span>
23162316
The default justification priority of these points depends on the
2317-
justification method as defined below; however there may be
2317+
justification method as defined above; however there may be
23182318
additional rules controlling their justification behavior due to
23192319
typographic tradition.
23202320
For example, there are traditionally no expansion opportunities
@@ -4392,9 +4392,9 @@ <h2 class="no-num" id="script-groups">Appendix E: Scripts and Spacing</h2>
43924392
<p>Guidelines for classification consider letter-spacing and justification:
43934393
<ol>
43944394
<li>If the script is cursive and may expand cursively but must not
4395-
space between letters, it is <i>cursive<i>.
4395+
space between letters, it is <i>cursive</i>.
43964396
<li>If ths script primarily flexes word separators, it is either
4397-
<i>discrete<i> or <i>connected</i>. <i>Discrete</i> scripts can
4397+
<i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can
43984398
space between letters. <i>Connected</i> scripts must not space
43994399
between letters (typically because that would break the connections
44004400
or otherwise look bad).

0 commit comments

Comments
 (0)