Skip to content

Commit 16f8985

Browse files
committed
[css-writing-modes] Retweak wording.
1 parent 92dec13 commit 16f8985

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,8 +2409,8 @@ <h4 class="heading settled heading" data-level=9.1.3 id=text-combine-compression
24092409
Note that the number of <a data-link-type=dfn href=#character title=characters>characters</a> ≠ number of Unicode codepoints!
24102410
<li>Horizontally scale the result to 1em if it is not yet 1em or narrower.
24112411
</ol>
2412-
<p>Another implementation that utilizes OpenType layout features might compose the text
2413-
first with normal glyphs to see if that fits,
2412+
<p>A different implementation that utilizes OpenType layout features
2413+
might compose the text first with normal glyphs to see if that fits,
24142414
then substitute in half-width or third-width forms as available and necessary,
24152415
possibly adjusting its approach or combining it with scaling operations
24162416
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
@@ -2430,8 +2430,8 @@ <h4 id="text-combine-compression">
24302430
Note that the number of <i>characters</i> &ne; number of Unicode codepoints!
24312431
<li>Horizontally scale the result to 1em if it is not yet 1em or narrower.
24322432
</ol>
2433-
<p>Another implementation that utilizes OpenType layout features might compose the text
2434-
first with normal glyphs to see if that fits,
2433+
<p>A different implementation that utilizes OpenType layout features
2434+
might compose the text first with normal glyphs to see if that fits,
24352435
then substitute in half-width or third-width forms as available and necessary,
24362436
possibly adjusting its approach or combining it with scaling operations
24372437
depending on the available glyph substitutions.

0 commit comments

Comments
 (0)