Skip to content

Commit 1802d26

Browse files
committed
Correct 'computed-value' line per dbaron's message; resolve auto hyphenation-character per <http://lists.w3.org/Archives/Public/www-international/2011OctDec/0009.html>
1 parent 8b7911c commit 1802d26

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 October
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 October
3333
2011</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

3838
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/20
3939
06:15:56 $ (CVS $Revision$)</a> <!--
40-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111020/">http://www.w3.org/TR/2011/WD-css3-text-20111020/</a></dd>
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111025/">http://www.w3.org/TR/2011/WD-css3-text-20111025/</a></dd>
4141
-->
4242

4343

@@ -1729,7 +1729,8 @@ <h3 id=hyphenate-character><span class=secno>5.2. </span> Hyphens: the
17291729

17301730
<p>This property specifies strings that are shown between parts of
17311731
hyphenated words. The &lsquo;<code class=property>auto</code>&rsquo; value
1732-
means that the user agent should find an appropriate value. If a string is
1732+
means that the user agent should find an appropriate value, preferably
1733+
from the same source as the hyphenation dictionary. If a string is
17331734
specified, it appears at the end of the line before a hyphenation break.
17341735

17351736
<div class=example>
@@ -1745,8 +1746,6 @@ <h3 id=hyphenate-character><span class=secno>5.2. </span> Hyphens: the
17451746
href="#hyphenate-character0"><code
17461747
class=property>hyphenate-character</code></a>&rsquo;.
17471748

1748-
<p class=issue>Can we point to CLDR for hyphenation character data?
1749-
17501749
<h3 id=hyphenate-size-limits><span class=secno>5.3. </span> Hyphenation
17511750
Size Limit: the &lsquo;<a href="#hyphenate-limit-zone"><code
17521751
class=property>hyphenate-limit-zone</code></a>&rsquo; property</h3>
@@ -3108,8 +3107,8 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the
31083107
<tr>
31093108
<th>Computed&#160;value:
31103109

3111-
<td>&lsquo;<code class=property>normal</code>&rsquo; or computed value
3112-
or percentage
3110+
<td>as specified, except with &lt;length> values computed to absolute
3111+
lengths
31133112
</table>
31143113

31153114
<p>This property specifies the minimum, maximum, and optimal spacing
@@ -3192,8 +3191,8 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the
31923191
<tr>
31933192
<th>Computed&#160;value:
31943193

3195-
<td>&lsquo;<code class=property>normal</code>&rsquo; or computed value
3196-
or percentage
3194+
<td>as specified, except with &lt;length> values computed to absolute
3195+
lengths
31973196
</table>
31983197

31993198
<p>This property specifies the minimum, maximum, and optimal spacing

css3-text/Overview.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,8 @@ <h3 id="hyphenate-character">
11491149

11501150
<p>This property specifies strings that are shown between parts of
11511151
hyphenated words. The 'auto' value means that the user agent should
1152-
find an appropriate value. If a string is specified, it appears at
1152+
find an appropriate value, preferably from the same source as the
1153+
hyphenation dictionary. If a string is specified, it appears at
11531154
the end of the line before a hyphenation break.
11541155

11551156
<div class="example">
@@ -1163,8 +1164,6 @@ <h3 id="hyphenate-character">
11631164
hyphens triggered by soft hyphens are rendered according to
11641165
'hyphenate-character'.
11651166

1166-
<p class="issue">Can we point to CLDR for hyphenation character data?</p>
1167-
11681167
<h3 id="hyphenate-size-limits">
11691168
Hyphenation Size Limit: the 'hyphenate-limit-zone' property</h3>
11701169

@@ -2220,7 +2219,7 @@ <h3 id="word-spacing">
22202219
</tr>
22212220
<tr>
22222221
<th>Computed&#160;value:</th>
2223-
<td>'normal' or computed value or percentage</td>
2222+
<td>as specified, except with &lt;length> values computed to absolute lengths</td>
22242223
</tr>
22252224
</tbody>
22262225
</table>
@@ -2299,7 +2298,9 @@ <h3 id="letter-spacing">
22992298
</tr>
23002299
<tr>
23012300
<th>Computed&#160;value:</th>
2302-
<td>'normal' or computed value or percentage</td>
2301+
<td>as specified, except with &lt;length> values computed to absolute lengths
2302+
2303+
</td>
23032304
</tr>
23042305
</tbody>
23052306
</table>

0 commit comments

Comments
 (0)