Skip to content

Commit 71791bb

Browse files
committed
Fix text-spacing: normal behavior (s/previous/next/ for closing punctuation)
1 parent 55861ae commit 71791bb

2 files changed

Lines changed: 7 additions & 7 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 20 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/20 00:49:23 $ (CVS $Revision$)</a> <!--
92+
2011/04/20 01:59:56 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110420/">http://www.w3.org/TR/2011/WD-css3-text-20110420/</a></dd>
9494
-->
9595

@@ -3692,11 +3692,11 @@ <h3 id=text-spacing-prop><span class=secno>9.3. </span> <a
36923692
(U+3000). Else set it at full width. This behavior is overridden when
36933693
&lsquo;<code class=css>space-adjacent</code>&rsquo; is specified.
36943694

3695-
<li>Set fullwidth closing punctuation at half width if the previous
3696-
character is a fullwidth closing punctuation, fullwidth middle dot
3697-
punctuation, or ideographic space (U+3000). Else set it at full width.
3698-
This behavior is overridden when &lsquo;<code
3699-
class=css>space-adjacent</code>&rsquo; is specified.
3695+
<li>Set fullwidth closing punctuation at half width if the next character
3696+
is a fullwidth closing punctuation, fullwidth middle dot punctuation, or
3697+
ideographic space (U+3000). Else set it at full width. This behavior is
3698+
overridden when &lsquo;<code class=css>space-adjacent</code>&rsquo; is
3699+
specified.
37003700
</ul>
37013701

37023702
<p>A fullwidth glyph is one that has the same advance width as a typical

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ <h3 id="text-spacing-prop">
27472747
punctuation, fullwidth closing punctuation, or ideographic space
27482748
(U+3000). Else set it at full width.
27492749
This behavior is overridden when ''space-adjacent'' is specified.
2750-
<li>Set fullwidth closing punctuation at half width if the previous
2750+
<li>Set fullwidth closing punctuation at half width if the next
27512751
character is a fullwidth closing punctuation, fullwidth middle dot
27522752
punctuation, or ideographic space (U+3000). Else set it at full
27532753
width.

0 commit comments

Comments
 (0)