|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Writing Modes Module Level 3" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-07-10 name=dcterms.date> |
| 13 | + <meta content=2013-07-16 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
46 | 46 |
|
47 | 47 | <h1>CSS Writing Modes Module Level 3</h1> |
48 | 48 |
|
49 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 July 2013</h2> |
| 49 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 July 2013</h2> |
50 | 50 |
|
51 | 51 | <dl> |
52 | 52 | <dt>This version: |
53 | 53 |
|
54 | 54 | <dd><a |
55 | 55 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
56 | 56 | <!-- |
57 | | - <dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130710/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
| 57 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130716/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
58 | 58 | --> |
59 | 59 |
|
60 | 60 | <dt>Latest version: |
@@ -3438,10 +3438,15 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span> |
3438 | 3438 | <p>The UA must ensure that the combined advance width of the composition |
3439 | 3439 | fits within 1em by compressing the combined text if necessary. (This does |
3440 | 3440 | not necessarily mean that the glyphs will fit within 1em, as some glyphs |
3441 | | - are designed to draw outside their geometric boundaries.) The UA may use |
3442 | | - any means to do so, including substituting half-width, third-width, and/or |
3443 | | - quarter-width glyphs provided by the font or using other font features |
3444 | | - designed to compress text horizontally. |
| 3441 | + are designed to draw outside their geometric boundaries.) OpenType |
| 3442 | + implementations <em>must</em> use width-specific variants |
| 3443 | + (<code>hwid<code>/<code>twid</code>/<code>qwid</code>) to compress text in |
| 3444 | + cases where those variants are available for all <a |
| 3445 | + href="#character"><i>characters</i></a> in the composition. Otherwise, the |
| 3446 | + UA may use any means to compress the text, including substituting |
| 3447 | + half-width, third-width, and/or quarter-width glyphs provided by the font, |
| 3448 | + using other font features designed to compress text horizontally, scaling |
| 3449 | + the text geometrically, or any combination thereof. </code></code> |
3445 | 3450 |
|
3446 | 3451 | <div class=example> |
3447 | 3452 | <p>For example, a simple OpenType-based implementation might compress the |
|
0 commit comments