Skip to content

Commit 339bab8

Browse files
committed
UAX44 for text-transform:fullwidth mapping
1 parent 299fd21 commit 339bab8

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 March 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 March 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/03/09 06:22:25 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110310/">http://www.w3.org/TR/2011/WD-css3-text-20110310/</a></dd>
92+
2011/03/10 06:56:59 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110315/">http://www.w3.org/TR/2011/WD-css3-text-20110315/</a></dd>
9494
-->
9595

9696

@@ -716,8 +716,9 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
716716

717717
<p>The definition of fullwidth and halfwidth forms can be found on the
718718
Unicode consortium web site at <a href="#UAX11"
719-
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. <span class=issue>Find
720-
equivalency tables at Unicode (or make them).</span>
719+
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. The mapping to fullwidth
720+
form is defined by &lt;wide&gt; tag of Character Decomposition Mapping in
721+
[[!UAX44]].
721722

722723
<p class=issue>Should all characters be transformed, or only letters (i.e.
723724
not symbols, punctuation, or white space)

css3-text/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,9 @@ <h3 id="text-transform">
390390
past any starting non-letters (as an example of why UAX29 is not ideal) -->
391391

392392
<p>The definition of fullwidth and halfwidth forms can be found on the
393-
Unicode consortium web site at [[!UAX11]]. <span class="issue">Find
394-
equivalency tables at Unicode (or make them).</p>
393+
Unicode consortium web site at [[!UAX11]].
394+
The mapping to fullwidth form is defined by &lt;wide&gt; tag of
395+
Character Decomposition Mapping in [[!UAX44]].</p>
395396

396397
<p class="issue">Should all characters be transformed, or only letters
397398
(i.e. not symbols, punctuation, or white space)</p>

0 commit comments

Comments
 (0)