Skip to content

Commit a662b55

Browse files
committed
[css-text] Complete gramatical clarification proposed in <http://lists.w3.org/Archives/Public/www-style/2013Nov/0250.html>.
1 parent 9a077f0 commit a662b55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-text/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Languages and Typesetting</h4>
404404

405405
<p>Text transformation happens after <a href="#white-space-rules">white
406406
space processing</a>, which means that ''full-width'' only transforms
407-
preserved U+0020 spaces to U+3000.
407+
U+0020 spaces to U+3000 within <i>preserved</i> white space.
408408

409409
<p class="note">
410410
A future level of CSS may introduce the ability to create custom mapping

css-text/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ <h3 class="heading settled heading" data-level=2.1 id=text-transform-property><s
578578

579579
<p>Text transformation happens after <a href=#white-space-rules>white
580580
space processing</a>, which means that <a class=css data-link-type=maybe href=#valdef-text-transform.full-width title=full-width>full-width</a> only transforms
581-
preserved U+0020 spaces to U+3000.
581+
U+0020 spaces to U+3000 within <a data-link-type=dfn href=#preserved title=preserved>preserved</a> white space.
582582

583583
<p class=note>
584584
A future level of CSS may introduce the ability to create custom mapping

0 commit comments

Comments
 (0)