Skip to content

Commit 0f3570e

Browse files
committed
text-transform:fullwidth takes not only <wide> but also <narrow> mappings http://lists.w3.org/Archives/Public/www-style/2011Sep/0469.html
Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
1 parent b5be29a commit 0f3570e

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 October 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 October
33+
2011</h2>
3334

3435
<dl>
3536
<dt>This version:
3637

37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/04
38-
00:56:48 $ (CVS $Revision$)</a> <!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111005/">http://www.w3.org/TR/2011/WD-css3-text-20111005/</a></dd>
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/05
39+
00:35:01 $ (CVS $Revision$)</a> <!--
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111020/">http://www.w3.org/TR/2011/WD-css3-text-20111020/</a></dd>
4041
-->
4142

4243

@@ -645,9 +646,11 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
645646
<p>The definition of fullwidth and halfwidth forms can be found on the
646647
Unicode consortium web site at <a href="#UAX11"
647648
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. The mapping to fullwidth
648-
form is defined by taking code points with the &lt;wide&gt; tag in their
649-
Decomposition_Mapping in <a href="#UAX44"
650-
rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and mapping their
649+
form is defined by taking code points with the &lt;wide&gt; and the
650+
&lt;narrow&gt; tag in their Decomposition_Mapping in <a href="#UAX44"
651+
rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>. For the &lt;narrow&gt; tag,
652+
the mapping is from the code point to the decomposition (minus
653+
&lt;narrow&gt; tag), and for the &lt;wide&gt; tag, the mapping is from the
651654
decomposition (minus the &lt;wide&gt; tag) back to the original code
652655
point.
653656

css3-text/Overview.src.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,11 @@ <h3 id="text-transform">
302302
<p>The definition of fullwidth and halfwidth forms can be found on the
303303
Unicode consortium web site at [[!UAX11]].
304304
The mapping to fullwidth form is defined by taking code points with
305-
the &lt;wide&gt; tag in their Decomposition_Mapping in [[!UAX44]]
306-
and mapping their decomposition (minus the &lt;wide&gt; tag)
307-
back to the original code point.</p>
305+
the &lt;wide&gt; or the &lt;narrow&gt; tag in their Decomposition_Mapping
306+
in [[!UAX44]]. For the &lt;narrow&gt; tag, the mapping is from the code
307+
point to the decomposition (minus &lt;narrow&gt; tag), and for the
308+
&lt;wide&gt; tag, the mapping is from the decomposition (minus the
309+
&lt;wide&gt; tag) back to the original code point.</p>
308310

309311
<p>The mappings for small Kana to normal Kana are defined in
310312
<a href="#small-kana">Small Kana Mappings</a>.</p>

0 commit comments

Comments
 (0)