- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 01 May 2011 09:39:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv13025
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix typo and examples in text-spacing
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.html 1 May 2011 08:57:31 -0000 1.127
+++ Overview.html 1 May 2011 09:39:53 -0000 1.128
@@ -71,6 +71,7 @@
.egbidiwsbC { border:2px dotted red }
.char { border: 1px dotted gray; }
+ .quarter { font-size: 25%; }
tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace }
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
@@ -89,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/04/27 03:43:03 $ (CVS $Revision$)</a> <!--
+ 2011/05/01 08:57:32 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110501/">http://www.w3.org/TR/2011/WD-css3-text-20110501/</a></dd>
-->
@@ -3776,7 +3777,7 @@
<li>Set <i>fullwidth closing puntuation</i> followed by <a
href="#fullwidth-opening-punctuation0"><i>fullwidth opening
punctuation</i></a> each "3/4-width", i.e. halfway between fullw-width
- and full-width.
+ and half-width.
</ul>
<div class=example>
@@ -3801,7 +3802,8 @@
<td><tt class=char lang=ja>〔</tt>+<tt class=char lang=ja>(</tt>
- <td><tt class=char lang=ja>〔</tt><tt class=char lang=ja>(</tt>
+ <td><tt class=char lang=ja>〔</tt><tt class="char half-r"
+ lang=ja>(</tt>
<tr>
<th>Middle Dot—Opening
@@ -3815,7 +3817,8 @@
<td><tt class=char lang=ja>〕</tt>+<tt class=char lang=ja>(</tt>
- <td><tt class=char lang=ja>〕</tt><tt class=char lang=ja>(</tt>
+ <td><tt class=char lang=ja>)<span class=quarter> </span></tt><tt
+ class=char lang=ja><span class=quarter> </span>(</tt>
<tr>
<th>Ideographic Space—Opening
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.src.html 1 May 2011 08:57:32 -0000 1.225
+++ Overview.src.html 1 May 2011 09:39:53 -0000 1.226
@@ -70,6 +70,7 @@
.egbidiwsbC { border:2px dotted red }
.char { border: 1px dotted gray; }
+ .quarter { font-size: 25%; }
tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace }
</style>
@@ -2786,7 +2787,7 @@
punctuation</i>, or ideographic space (U+3000). Else set it full-width.
<li>Set <i>fullwidth closing puntuation</i> followed by <i>fullwidth opening
punctuation</i> each "3/4-width", i.e. halfway between fullw-width and
- full-width.
+ half-width.
</ul>
<div class="example">
@@ -2802,7 +2803,7 @@
<tbody>
<tr><th>Opening—Opening</th>
<td><tt lang="ja" class="char">〔</tt>+<tt lang="ja" class="char">(</tt>
- <td><tt lang="ja" class="char">〔</tt><tt lang="ja" class="char">(</tt>
+ <td><tt lang="ja" class="char">〔</tt><tt lang="ja" class="char half-r">(</tt>
<tr><th>Middle Dot—Opening</th>
<td><tt lang="ja" class="char">・</tt>+<tt lang="ja" class="char">(</tt>
@@ -2810,7 +2811,7 @@
<tr><th>Closing—Opening</th>
<td><tt lang="ja" class="char">〕</tt>+<tt lang="ja" class="char">(</tt>
- <td><tt lang="ja" class="char">〕</tt><tt lang="ja" class="char">(</tt>
+ <td><tt lang="ja" class="char">)<span class="quarter"> </span></tt><tt lang="ja" class="char"><span class="quarter"> </span>(</tt>
<tr><th>Ideographic Space—Opening</th>
<td><tt lang="ja" class="char"> </tt>+<tt lang="ja" class="char">(</tt>
<td><tt lang="ja" class="char"> </tt><tt lang="ja" class="char">(</tt>
Received on Sunday, 1 May 2011 09:39:57 UTC