Skip to content

Commit a083c42

Browse files
committed
Some minor clarifications to text-spacing
1 parent 659372b commit a083c42

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 9 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 27 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/27 01:09:35 $ (CVS $Revision$)</a> <!--
92+
2011/04/27 01:13:32 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
9494
-->
9595

@@ -3715,17 +3715,16 @@ <h4 id=fullwidth-collapsing><span class=secno>9.3.1. </span> Fullwidth
37153715
<p>In order to set the text as specified, the UA may need to either
37163716

37173717
<ul>
3718-
<li>trim (kern) the blank half of the glyphs if they are fully spaced and
3719-
must be set trim, or
3718+
<li>trim (kern) the blank half of the glyphs if they are given fully
3719+
spaced and must be set trim, or
37203720

3721-
<li>add space to the glyphs if they are trim must be set fully spaced
3721+
<li>add space to the glyphs if they are given trim must be set fully
3722+
spaced
37223723
</ul>
37233724

3724-
<p>Some fonts (e.g. MS PMincho) use proportional glyphs for fullwidth
3725-
punctuation characters. In such cases, the UA should not apply text
3726-
spacing rules to proportional glyphs, and instead always set them at their
3727-
natural width. (In other words, their given advance width is considered
3728-
simultaneously trim and fully spaced.)
3725+
<p>Some fonts use proportional glyphs for fullwidth punctuation characters.
3726+
For such proportional glyphs, the given advance width is considered
3727+
simultaneously trim and fully spaced.
37293728

37303729
<p class=note>The advance width of a standard Han character can be
37313730
determined either from font metrics such as the OpenType <code>ideo</code>

css3-text/Overview.src.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,16 +2750,15 @@ <h4 id="fullwidth-collapsing">
27502750

27512751
<p>In order to set the text as specified, the UA may need to either
27522752
<ul>
2753-
<li>trim (kern) the blank half of the glyphs if they are fully spaced
2754-
and must be set trim, or
2755-
<li>add space to the glyphs if they are trim must be set fully spaced
2753+
<li>trim (kern) the blank half of the glyphs if they are given
2754+
fully spaced and must be set trim, or
2755+
<li>add space to the glyphs if they are given trim must be set
2756+
fully spaced
27562757
</ul>
27572758

2758-
<p>Some fonts (e.g. MS PMincho) use proportional glyphs for fullwidth
2759-
punctuation characters. In such cases, the UA should not apply text
2760-
spacing rules to proportional glyphs, and instead always set them at
2761-
their natural width. (In other words, their given advance width is
2762-
considered simultaneously trim and fully spaced.)
2759+
<p>Some fonts use proportional glyphs for fullwidth punctuation characters.
2760+
For such proportional glyphs, the given advance width is considered
2761+
simultaneously trim and fully spaced.
27632762

27642763
<p class="note">The advance width of a standard Han character can be
27652764
determined either from font metrics such as the OpenType <code>ideo</code>

0 commit comments

Comments
 (0)