Skip to content

Commit 18e3ad2

Browse files
committed
Fixed typo
1 parent c740008 commit 18e3ad2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css3-text/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ <h3 id="white-space-rules"><span class="secno">3.2.</span>
608608
break transformation rules</a>.
609609
</li>
610610
<li>Every tab (U+0009) is converted to a space (U+0020)</li>
611-
<li>Any space (U+0020) following another collabsible space
611+
<li>Any space (U+0020) following another collapsible space
612612
(U+0020)&mdash;even a space before the inline&mdash;is removed.
613613
However, if removing this space would eliminate a line breaking
614614
opportunity in the text, that opportunity is still considered
@@ -890,7 +890,7 @@ <h2 id="line-breaking"><span class="secno">4.</span>
890890
<h3 id="line-break"><span class="secno">4.1.</span>
891891
Line Breaking Restrictions for CJK Scripts: the 'line-break' property</h3>
892892

893-
<p>This property specifies line break opporunities for CJK scripts.</p>
893+
<p>This property specifies line break opportunities for CJK scripts.</p>
894894

895895
<p>CSS distinguishes between three levels of strictness in the rules for
896896
implicit line breaking in CJK text. The precise set of rules in effect
@@ -1801,7 +1801,7 @@ <h3 id="text-justify"><span class="secno">6.3.</span>
18011801
<p class="note">The ''auto'' column defined above is informative.</p>
18021802

18031803
<div class="example">
1804-
<p>Japanese is one of the language that pefers compression to expansion on justification.
1804+
<p>Japanese is one of the language that prefers compression to expansion on justification.
18051805
JIS X-4051 <a href="#JIS4051" rel="biblioentry">[JIS-X-4051]</a> defines how a text formatter can justify Japanese text.
18061806
Here is one example of the interpretation of JIS X-4051 with slight modification.</p>
18071807
<ol>
@@ -2408,7 +2408,7 @@ <h3 id="text-indent"><span class="secno">9.1</span>
24082408
<dt>&lt;length&gt;</dt>
24092409
<dd>Gives the amount of the indent as an absolute length.</dd>
24102410
<dt>&lt;percentage&gt;</dt>
2411-
<dd>Gives the amount of the indent as a percentage of the containg
2411+
<dd>Gives the amount of the indent as a percentage of the containing
24122412
block's logical width.</dd>
24132413
<dt><dfn><code>each-line</code></dfn>
24142414
<dd>Indentation affects the first line of the block container as
@@ -2488,7 +2488,7 @@ <h3 id="hanging-punctuation"><span class="secno">9.2</span>
24882488
<dd>Punctuation (specifically, opening brackets and quotes) may hang
24892489
outside the start edge of the first line.</dd>
24902490
<dt><dfn title="hanging-punctuation:last"><code>last</code></dfn></dt>
2491-
<dd>Punctuation (specifcally, closing brackets and quotes) may hang
2491+
<dd>Punctuation (specifically, closing brackets and quotes) may hang
24922492
outside the end edge of the last line.</dd>
24932493
<dt><dfn title="hanging-punctuation:allow-end"><code>allow-end</code></dfn></dt>
24942494
<dd>Punctuation (specifically, stops and commas) may hang outside the
@@ -3063,7 +3063,7 @@ <h4 id="text-emphasis-style"><span class="secno">8.2.1</span>
30633063
by the UA.</p>
30643064

30653065
<p class="issue">This rendering scheme is based on ruby algorithm and the one used in Japanese printing industries.
3066-
But the size of glyphs varies so much that this may reslut in inconsistent and/or bad visuals.
3066+
But the size of glyphs varies so much that this may result in inconsistent and/or bad visuals.
30673067
If you have any feedback on this, it's appreciated.</p>
30683068

30693069
<p>The marks are drawn once for each grapheme cluster. However,
@@ -3140,7 +3140,7 @@ <h4 id="text-emphasis"><span class="secno">8.2.3</span>
31403140
</tr>
31413141
<tr>
31423142
<th>Initial:</th>
3143-
<td>see indiviusal properties</td>
3143+
<td>see individual properties</td>
31443144
</tr>
31453145
<tr>
31463146
<th>Applies to:</th>
@@ -3160,7 +3160,7 @@ <h4 id="text-emphasis"><span class="secno">8.2.3</span>
31603160
</tr>
31613161
<tr>
31623162
<th>Computed&#160;value:</th>
3163-
<td>see indiviusal properties</td>
3163+
<td>see individual properties</td>
31643164
</tr>
31653165
</tbody>
31663166
</table>

0 commit comments

Comments
 (0)