Skip to content

Commit f55e0ef

Browse files
committed
[css-writing-modes] Clarify that hwid is an opentype feature
1 parent ddc9396 commit f55e0ef

2 files changed

Lines changed: 36 additions & 10 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Writing Modes Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-07-16 name=dcterms.date>
13+
<meta content=2013-07-17 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -46,15 +46,15 @@
4646

4747
<h1>CSS Writing Modes Module Level 3</h1>
4848

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>
5050

5151
<dl>
5252
<dt>This version:
5353

5454
<dd><a
5555
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
5656
<!--
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>
5858
-->
5959

6060
<dt>Latest version:
@@ -330,7 +330,11 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
330330

331331
<li class=no-num><a href="#changes">Changes</a>
332332
<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
334338
CSS Writing Modes Module Level 3 <abbr
335339
title="Working Draft">WD</abbr></a>
336340

@@ -3440,9 +3444,9 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span>
34403444
fits within 1em by compressing the combined text if necessary. (This does
34413445
not necessarily mean that the glyphs will fit within 1em, as some glyphs
34423446
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
34463450
href="#character"><i>characters</i></a> in the composition. Otherwise, the
34473451
UA may use any means to compress the text, including substituting
34483452
half-width, third-width, and/or quarter-width glyphs provided by the font,
@@ -3559,7 +3563,21 @@ <h3 id="text-combine-mode">
35593563

35603564
<h2 class=no-num id=changes>Changes</h2>
35613565

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
35633581
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May 2012
35643582
CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
35653583

css-writing-modes/Overview.src.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ <h3 id="text-combine-horizontal">
25642564
(This does not necessarily mean that the glyphs will fit within 1em,
25652565
as some glyphs are designed to draw outside their geometric boundaries.)
25662566
OpenType implementations <em>must</em> use width-specific variants
2567-
(<code>hwid</code>/<code>twid</code>/<code>qwid</code>)
2567+
(OpenType features <code>hwid</code>/<code>twid</code>/<code>qwid</code>)
25682568
to compress text
25692569
in cases where those variants are available for all <i>characters</i> in the composition.
25702570
Otherwise, the UA may use any means to compress the text,
@@ -2674,7 +2674,15 @@ <h3 id="text-combine-mode">
26742674
</dl>
26752675
-->
26762676
<h2 class="no-num" id="changes">Changes</h2>
2677-
<h3 class="no-num" id="recent-changes">
2677+
<h3 class="no-num" id="changes-201205">
2678+
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-2012115/">November
2679+
2012 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
2680+
<ul>
2681+
<li>Added back ''digits'' value of 'text-combine-horizontal' and tightened up rules for compressing text.
2682+
<li>Various fixes/clarifications to orthogonal flows.
2683+
</ul>
2684+
2685+
<h3 class="no-num" id="changes-201205">
26782686
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May
26792687
2012 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
26802688

0 commit comments

Comments
 (0)