- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Jun 2011 15:51:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv19399
Modified Files:
Overview.html Overview.src.html
Added Files:
hanging-punctuation-allow-end.png
hanging-punctuation-force-end.png
Removed Files:
hanging-punctuation-end.png
Log Message:
ACTION-324: Add CSS to the hanging-punctuation example <http://www.w3.org/Style/CSS/Tracker/actions/324>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- Overview.html 4 Jun 2011 04:33:39 -0000 1.140
+++ Overview.html 8 Jun 2011 15:51:24 -0000 1.141
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 June 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/06/03 13:58:09 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110604/">http://www.w3.org/TR/2011/WD-css3-text-20110604/</a></dd>
+ 2011/06/04 04:33:39 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110608/">http://www.w3.org/TR/2011/WD-css3-text-20110608/</a></dd>
-->
@@ -4308,14 +4308,24 @@
class=css>force-end</code>’ are two variations of hanging
punctuation used in East Asia.</p>
- <div class=figure>
- <p><img alt="hanging-punctuation: allow-end (left) and force-end (right)"
- height=51 src=hanging-punctuation-end.png width=388>
+ <div>
+ <div class=sidefigure> <img alt="hanging-punctuation: allow-end"
+ height=51 src=hanging-punctuation-allow-end.png width=202></div>
- <p class=caption>‘<a href="#hanging-punctuation0"><code
- class=property>hanging-punctuation</code></a>’: ‘<code
- class=css>allow-end</code>’ (left) and ‘<code
- class=css>force-end</code>’ (right)</p>
+ <pre><code class=css><!--
+ -->p {
+<!-- --> hanging-punctuation: allow-end;
+<!-- -->}
+<!----></code></pre>
+
+ <div class=sidefigure> <img alt="hanging-punctuation: force-end"
+ height=51 src=hanging-punctuation-force-end.png width=202></div>
+
+ <pre><code class=css><!--
+ -->p {
+<!-- --> hanging-punctuation: force-end;
+<!-- -->}
+<!----></code></pre>
</div>
<p>The punctuation at the end of the first line for ‘<code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- Overview.src.html 4 Jun 2011 04:33:39 -0000 1.238
+++ Overview.src.html 8 Jun 2011 15:51:24 -0000 1.239
@@ -3188,11 +3188,27 @@
<div class="example">
<p>The ''allow-end'' and ''force-end'' are two variations of
hanging punctuation used in East Asia.</p>
- <div class="figure">
- <p><img src="hanging-punctuation-end.png"
- width="388" height="51"
- alt="hanging-punctuation: allow-end (left) and force-end (right)">
- <p class="caption">'hanging-punctuation': ''allow-end'' (left) and ''force-end'' (right)</p>
+ <div>
+ <div class="sidefigure">
+ <img src="hanging-punctuation-allow-end.png"
+ width="202" height="51"
+ alt="hanging-punctuation: allow-end">
+ </div>
+ <pre><code class="css"><!--
+ -->p {
+<!-- --> hanging-punctuation: allow-end;
+<!-- -->}
+<!----></code></pre>
+ <div class="sidefigure">
+ <img src="hanging-punctuation-force-end.png"
+ width="202" height="51"
+ alt="hanging-punctuation: force-end">
+ </div>
+ <pre><code class="css"><!--
+ -->p {
+<!-- --> hanging-punctuation: force-end;
+<!-- -->}
+<!----></code></pre>
</div>
<p>The punctuation at the end of the first line for ''allow-end''
does not hang, because it fits without hanging.
--- hanging-punctuation-end.png DELETED ---
--- NEW FILE: hanging-punctuation-allow-end.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: hanging-punctuation-force-end.png ---
(This appears to be a binary file; contents omitted.)
Received on Wednesday, 8 June 2011 15:51:32 UTC