|
84 | 84 |
|
85 | 85 | <h1>CSS Text Level 3</h1> |
86 | 86 |
|
87 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2> |
| 87 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 June 2011</h2> |
88 | 88 |
|
89 | 89 | <dl> |
90 | 90 | <dt>This version: |
91 | 91 |
|
92 | 92 | <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: |
93 | | - 2011/06/03 13:58:09 $ (CVS $Revision$)</a> <!-- |
94 | | - <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> |
| 93 | + 2011/06/04 04:33:39 $ (CVS $Revision$)</a> <!-- |
| 94 | + <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> |
95 | 95 | --> |
96 | 96 |
|
97 | 97 |
|
@@ -4308,14 +4308,24 @@ <h3 id=hanging-punctuation><span class=secno>10.2. </span> Hanging |
4308 | 4308 | class=css>force-end</code>’ are two variations of hanging |
4309 | 4309 | punctuation used in East Asia.</p> |
4310 | 4310 |
|
4311 | | - <div class=figure> |
4312 | | - <p><img alt="hanging-punctuation: allow-end (left) and force-end (right)" |
4313 | | - height=51 src=hanging-punctuation-end.png width=388> |
| 4311 | + <div> |
| 4312 | + <div class=sidefigure> <img alt="hanging-punctuation: allow-end" |
| 4313 | + height=51 src=hanging-punctuation-allow-end.png width=202></div> |
| 4314 | + |
| 4315 | + <pre><code class=css><!-- |
| 4316 | + -->p { |
| 4317 | +<!-- --> hanging-punctuation: allow-end; |
| 4318 | +<!-- -->} |
| 4319 | +<!----></code></pre> |
4314 | 4320 |
|
4315 | | - <p class=caption>‘<a href="#hanging-punctuation0"><code |
4316 | | - class=property>hanging-punctuation</code></a>’: ‘<code |
4317 | | - class=css>allow-end</code>’ (left) and ‘<code |
4318 | | - class=css>force-end</code>’ (right)</p> |
| 4321 | + <div class=sidefigure> <img alt="hanging-punctuation: force-end" |
| 4322 | + height=51 src=hanging-punctuation-force-end.png width=202></div> |
| 4323 | + |
| 4324 | + <pre><code class=css><!-- |
| 4325 | + -->p { |
| 4326 | +<!-- --> hanging-punctuation: force-end; |
| 4327 | +<!-- -->} |
| 4328 | +<!----></code></pre> |
4319 | 4329 | </div> |
4320 | 4330 |
|
4321 | 4331 | <p>The punctuation at the end of the first line for ‘<code |
|
0 commit comments