Skip to content

Commit 54f9a86

Browse files
author
kojiishi
committed
[css-writing-modes] Refelected feedback to Example 19 from John Daggett
1 parent 05e85b4 commit 54f9a86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</a></p>
3232
<h1 class="p-name no-ref" id=title>CSS Writing Modes Level 3</h1>
3333
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
34-
<span class=dt-updated><span class=value-title title=20130916>16 September 2013</span></span></span></h2>
34+
<span class=dt-updated><span class=value-title title=20130924>24 September 2013</span></span></span></h2>
3535
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-writing-modes-3/>http://dev.w3.org/csswg/css-writing-modes-3/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-writing-modes/>http://www.w3.org/TR/css3-writing-modes/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-writing-modes-3/>http://dev.w3.org/csswg/css-writing-modes-3/</a>
3636
<dt>Feedback:</dt>
3737
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-writing-modes%5D%20feedback">www-style@w3.org</a>
@@ -2366,8 +2366,8 @@ <h4 class="heading settled heading" data-level=9.1.2 id=text-combine-compression
23662366
Note that the number of <a href=#character>characters</a> ≠ number of Unicode codepoints!
23672367
<li>Horizontally scale the result to 1em if it is not yet 1em or narrower.
23682368
</ol>
2369-
<p>A more sophisticated OpenType implementation might compose the text
2370-
first with normal (proportional-width) glyphs to see if that fits,
2369+
<p>Another implementation that utilizes OpenType layout features might compose the text
2370+
first with normal glyphs to see if that fits,
23712371
then substitute in half-width or third-width forms as available and necessary,
23722372
possibly adjusting its approach or combining it with scaling operations
23732373
depending on the available glyph substitutions.

css-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,8 +2383,8 @@ <h4 id="text-combine-compression">
23832383
Note that the number of <i>characters</i> &ne; number of Unicode codepoints!
23842384
<li>Horizontally scale the result to 1em if it is not yet 1em or narrower.
23852385
</ol>
2386-
<p>A more sophisticated OpenType implementation might compose the text
2387-
first with normal (proportional-width) glyphs to see if that fits,
2386+
<p>Another implementation that utilizes OpenType layout features might compose the text
2387+
first with normal glyphs to see if that fits,
23882388
then substitute in half-width or third-width forms as available and necessary,
23892389
possibly adjusting its approach or combining it with scaling operations
23902390
depending on the available glyph substitutions.

0 commit comments

Comments
 (0)