Skip to content

Commit 06ba210

Browse files
committed
Fix errors noticed by Murakami-san
1 parent 5ee035f commit 06ba210

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

css3-text/Overview.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2011</h2>
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/05/19 23:56:05 $ (CVS $Revision$)</a> <!--
93+
2011/05/23 17:41:06 $ (CVS $Revision$)</a> <!--
9494
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110523/">http://www.w3.org/TR/2011/WD-css3-text-20110523/</a></dd>
9595
-->
9696

@@ -3556,9 +3556,9 @@ <h3 id=text-spacing-prop><span class=secno>9.3. </span> <a
35563556
<tr>
35573557
<th>Value:
35583558

3559-
<td>normal | none | trim-start || [ trim-end | space-end ] ||
3560-
space-adjacent || no-compress || ideograph-alpha || ideograph-numeric
3561-
|| punctuation
3559+
<td>normal | none | [ trim-start | space-start ] || [ trim-end |
3560+
space-end | allow-end ] || [ trim-adjacent | space-adjacent ] ||
3561+
no-compress || ideograph-alpha || ideograph-numeric || punctuation
35623562

35633563
<tr>
35643564
<th>Initial:
@@ -3782,7 +3782,8 @@ <h4 id=fullwidth-collapsing><span class=secno>9.3.1. </span> Fullwidth
37823782
punctuation</i></a>, or ideographic space (U+3000). Else set it
37833783
full-width.
37843784

3785-
<li>Set <i>fullwidth closing puntuation</i> followed by <a
3785+
<li>Set <a href="#fullwidth-closing-punctuation0"><i>fullwidth closing
3786+
punctuation</i></a> followed by <a
37863787
href="#fullwidth-opening-punctuation0"><i>fullwidth opening
37873788
punctuation</i></a> each "3/4-width", i.e. halfway between fullw-width
37883789
and half-width.
@@ -4368,7 +4369,7 @@ <h3 id=line-decoration><span class=secno>11.1. </span> Line Decoration:
43684369

43694370
<p class=issue>One use case we would like to support is to <a
43704371
href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
4371-
color and/or style of descendents while keeping the same position and
4372+
color and/or style of descendants while keeping the same position and
43724373
thickness</a>.
43734374

43744375
<div class=example>
@@ -6172,7 +6173,7 @@ <h2 class=no-num id=script-groups>Appendix E: Scripts and Spacing</h2>
61726173
<li>If the script is cursive and may expand cursively but must not
61736174
space between letters, it is <i>cursive</i>.
61746175

6175-
<li>If ths script primarily flexes word separators, it is either
6176+
<li>If the script primarily flexes word separators, it is either
61766177
<i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can space
61776178
between letters. <i>Connected</i> scripts must not space between
61786179
letters (typically because that would break the connections or
@@ -6656,9 +6657,9 @@ <h2 class=no-num id=appendix-f-full-property-index>Appendix F: Full
66566657
<tr>
66576658
<td><a class=property href="#text-spacing">text-spacing</a>
66586659

6659-
<td>normal | none | trim-start || [ trim-end | space-end ] ||
6660-
space-adjacent || no-compress || ideograph-alpha ||
6661-
ideograph-numeric || punctuation
6660+
<td>normal | none | [ trim-start | space-start ] || [ trim-end |
6661+
space-end | allow-end ] || [ trim-adjacent | space-adjacent ] ||
6662+
no-compress || ideograph-alpha || ideograph-numeric || punctuation
66626663

66636664
<td>normal
66646665

css3-text/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,9 +2620,9 @@ <h3 id="text-spacing-prop">
26202620
<tr>
26212621
<th>Value:</th>
26222622
<td>normal | none |
2623-
trim-start ||
2624-
[ trim-end | space-end ] ||
2625-
space-adjacent ||
2623+
[ trim-start | space-start ] ||
2624+
[ trim-end | space-end | allow-end ] ||
2625+
[ trim-adjacent | space-adjacent ] ||
26262626
no-compress ||
26272627
ideograph-alpha ||
26282628
ideograph-numeric ||
@@ -2790,7 +2790,7 @@ <h4 id="fullwidth-collapsing">
27902790
<li>Set <i>fullwidth closing punctuation</i> half-width if the next
27912791
character is a <i>fullwidth closing punctuation</i>, <i>fullwidth middle dot
27922792
punctuation</i>, or ideographic space (U+3000). Else set it full-width.
2793-
<li>Set <i>fullwidth closing puntuation</i> followed by <i>fullwidth opening
2793+
<li>Set <i>fullwidth closing punctuation</i> followed by <i>fullwidth opening
27942794
punctuation</i> each "3/4-width", i.e. halfway between fullw-width and
27952795
half-width.
27962796
</ul>
@@ -3242,7 +3242,7 @@ <h3 id="line-decoration">
32423242

32433243
<p class="issue">One use case we would like to support is to
32443244
<a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
3245-
color and/or style of descendents while keeping the same position
3245+
color and/or style of descendants while keeping the same position
32463246
and thickness</a>.</p>
32473247

32483248
<div class="example">
@@ -4552,7 +4552,7 @@ <h2 class="no-num" id="script-groups">Appendix E: Scripts and Spacing</h2>
45524552
<ol>
45534553
<li>If the script is cursive and may expand cursively but must not
45544554
space between letters, it is <i>cursive</i>.
4555-
<li>If ths script primarily flexes word separators, it is either
4555+
<li>If the script primarily flexes word separators, it is either
45564556
<i>discrete</i> or <i>connected</i>. <i>Discrete</i> scripts can
45574557
space between letters. <i>Connected</i> scripts must not space
45584558
between letters (typically because that would break the connections

0 commit comments

Comments
 (0)