Skip to content

Commit e7aae8f

Browse files
committed
Clarify the mapping to fullwidth
1 parent c07d9d3 commit e7aae8f

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484

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

87-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2011</h2>
87+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2011</h2>
8888

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

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/06/08 15:51:24 $ (CVS $Revision$)</a> <!--
94-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110612/">http://www.w3.org/TR/2011/WD-css3-text-20110612/</a></dd>
93+
2011/06/12 10:04:34 $ (CVS $Revision$)</a> <!--
94+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110617/">http://www.w3.org/TR/2011/WD-css3-text-20110617/</a></dd>
9595
-->
9696

9797

@@ -708,8 +708,11 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
708708
<p>The definition of fullwidth and halfwidth forms can be found on the
709709
Unicode consortium web site at <a href="#UAX11"
710710
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. The mapping to fullwidth
711-
form is defined by &lt;wide&gt; tag of Character Decomposition Mapping in
712-
<a href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
711+
form is defined by taking code points with the &lt;wide&gt; tag in their
712+
Decomposition_Mapping in <a href="#UAX44"
713+
rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and mapping their
714+
decomposition (minus the &lt;wide&gt; tag) back to the original code
715+
point.
713716

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

css3-text/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,10 @@ <h3 id="text-transform">
367367

368368
<p>The definition of fullwidth and halfwidth forms can be found on the
369369
Unicode consortium web site at [[!UAX11]].
370-
The mapping to fullwidth form is defined by &lt;wide&gt; tag of
371-
Character Decomposition Mapping in [[!UAX44]].</p>
370+
The mapping to fullwidth form is defined by taking code points with
371+
the &lt;wide&gt; tag in their Decomposition_Mapping in [[!UAX44]]
372+
and mapping their decomposition (minus the &lt;wide&gt; tag)
373+
back to the original code point.</p>
372374

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

0 commit comments

Comments
 (0)