Skip to content

Commit b2c9a4b

Browse files
author
kojiishi
committed
[css-text] text-transform: full-width editorial change <http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html>
--HG-- extra : rebase_source : c9ad7f433edc5b2c7d7c24d5fab07341c17caae0
1 parent 9aef8af commit b2c9a4b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css-text/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-11-12 name=dcterms.date>
13+
<meta content=2013-11-14 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>
17-
<meta content="http://www.w3.org/TR/2013/WD-css-text-3-20131112/"
17+
<meta content="http://www.w3.org/TR/2013/WD-css-text-3-20131114/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2020

@@ -69,13 +69,13 @@
6969

7070
<h1>CSS Text Module Level 3</h1>
7171

72-
<h2 class="no-num no-toc">W3C Working Draft 12 November 2013</h2>
72+
<h2 class="no-num no-toc">W3C Working Draft 14 November 2013</h2>
7373

7474
<dl>
7575
<dt>This version:
7676

7777
<dd><a
78-
href="http://www.w3.org/TR/2013/WD-css-text-3-20131112/">http://www.w3.org/TR/2013/WD-css-text-3-20131112/</a></dd>
78+
href="http://www.w3.org/TR/2013/WD-css-text-3-20131114/">http://www.w3.org/TR/2013/WD-css-text-3-20131114/</a></dd>
7979
<!--
8080
<dd><a href="http://dev.w3.org/csswg/css3-text/">http://dev.w3.org/csswg/css3-text/</a>
8181
-->
@@ -683,8 +683,8 @@ <h3 id=text-transform-property><span class=secno>2.1. </span> <a
683683

684684
<p>Text transformation happens after <a href="#white-space-rules">white
685685
space processing</a>, which means that ‘<code
686-
class=css>full-width</code>transforms only preserved U+0020 spaces to
687-
U+3000.
686+
class=css>full-width</code>’ only transforms U+0020 spaces to U+3000
687+
within preserved white spaces.
688688

689689
<p class=note> A future level of CSS may introduce the ability to create
690690
custom mapping tables for less common text transforms, such as by an

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ <h3 id="text-transform-property">
417417
back to the original code point.
418418

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

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

0 commit comments

Comments
 (0)