|
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-16 name=dcterms.date> |
| 13 | + <meta content=2013-07-17 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 16 July 2013</h2> |
| 49 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 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-20130716/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
| 57 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130717/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
58 | 58 | --> |
59 | 59 |
|
60 | 60 | <dt>Latest version: |
@@ -330,7 +330,11 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2> |
330 | 330 |
|
331 | 331 | <li class=no-num><a href="#changes">Changes</a> |
332 | 332 | <ul class=toc> |
333 | | - <li class=no-num><a href="#recent-changes"> Changes since the May 2012 |
| 333 | + <li class=no-num><a href="#changes-201205"> Changes since the November |
| 334 | + 2012 CSS Writing Modes Module Level 3 <abbr |
| 335 | + title="Working Draft">WD</abbr></a> |
| 336 | + |
| 337 | + <li class=no-num><a href="#changes-201205"> Changes since the May 2012 |
334 | 338 | CSS Writing Modes Module Level 3 <abbr |
335 | 339 | title="Working Draft">WD</abbr></a> |
336 | 340 |
|
@@ -3440,9 +3444,9 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span> |
3440 | 3444 | fits within 1em by compressing the combined text if necessary. (This does |
3441 | 3445 | not necessarily mean that the glyphs will fit within 1em, as some glyphs |
3442 | 3446 | are designed to draw outside their geometric boundaries.) OpenType |
3443 | | - implementations <em>must</em> use width-specific variants |
3444 | | - (<code>hwid</code>/<code>twid</code>/<code>qwid</code>) to compress text |
3445 | | - in cases where those variants are available for all <a |
| 3447 | + implementations <em>must</em> use width-specific variants (OpenType |
| 3448 | + features <code>hwid</code>/<code>twid</code>/<code>qwid</code>) to |
| 3449 | + compress text in cases where those variants are available for all <a |
3446 | 3450 | href="#character"><i>characters</i></a> in the composition. Otherwise, the |
3447 | 3451 | UA may use any means to compress the text, including substituting |
3448 | 3452 | half-width, third-width, and/or quarter-width glyphs provided by the font, |
@@ -3559,7 +3563,21 @@ <h3 id="text-combine-mode"> |
3559 | 3563 |
|
3560 | 3564 | <h2 class=no-num id=changes>Changes</h2> |
3561 | 3565 |
|
3562 | | - <h3 class=no-num id=recent-changes> Changes since the <a |
| 3566 | + <h3 class=no-num id=changes-201205> Changes since the <a |
| 3567 | + href="http://www.w3.org/TR/2012/WD-css3-writing-modes-2012115/">November |
| 3568 | + 2012 CSS Writing Modes Module Level 3 <abbr |
| 3569 | + title="Working Draft">WD</abbr></a></h3> |
| 3570 | + |
| 3571 | + <ul> |
| 3572 | + <li>Added back ‘<code class=css>digits</code>’ value of ‘<a |
| 3573 | + href="#text-combine-horizontal0"><code |
| 3574 | + class=property>text-combine-horizontal</code></a>’ and tightened up |
| 3575 | + rules for compressing text. |
| 3576 | + |
| 3577 | + <li>Various fixes/clarifications to orthogonal flows. |
| 3578 | + </ul> |
| 3579 | + |
| 3580 | + <h3 class=no-num id=changes-201205> Changes since the <a |
3563 | 3581 | href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May 2012 |
3564 | 3582 | CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3> |
3565 | 3583 |
|
|
0 commit comments