8000 ACTION-324: Add CSS to the hanging-punctuation example <http://www.w3… · w3c/csswg-drafts@1675a90 · GitHub
Skip to content

Commit 1675a90

Browse files
committed
ACTION-324: Add CSS to the hanging-punctuation example <http://www.w3.org/Style/CSS/Tracker/actions/324>
1 parent f86bd05 commit 1675a90

5 files changed

Lines changed: 41 additions & 15 deletions

File tree

css3-text/Overview.html

Lines changed: 20 additions & 10 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 4 June 2011</h2>
87+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 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/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>
9595
-->
9696

9797

@@ -4308,14 +4308,24 @@ <h3 id=hanging-punctuation><span class=secno>10.2. </span> Hanging
43084308
class=css>force-end</code>&rsquo; are two variations of hanging
43094309
punctuation used in East Asia.</p>
43104310

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>
43144320

4315-
<p class=caption>&lsquo;<a href="#hanging-punctuation0"><code
4316-
class=property>hanging-punctuation</code></a>&rsquo;: &lsquo;<code
4317-
class=css>allow-end</code>&rsquo; (left) and &lsquo;<code
4318-
class=css>force-end</code>&rsquo; (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>
43194329
</div>
43204330

43214331
<p>The punctuation at the end of the first line for &lsquo;<code

css3-text/Overview.src.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,11 +3188,27 @@ <h3 id="hanging-punctuation">
31883188
<div class="example">
31893189
<p>The ''allow-end'' and ''force-end'' are two variations of
31903190
hanging punctuation used in East Asia.</p>
3191-
<div class="figure">
3192-
<p><img src="hanging-punctuation-end.png"
3193-
width="388" height="51"
3194-
alt="hanging-punctuation: allow-end (left) and force-end (right)">
3195-
<p class="caption">'hanging-punctuation': ''allow-end'' (left) and ''force-end'' (right)</p>
3191+
<div>
3192+
<div class="sidefigure">
3193+
<img src="hanging-punctuation-allow-end.png"
3194+
width="202" height="51"
3195+
alt="hanging-punctuation: allow-end">
3196+
</div>
3197+
<pre><code class="css"><!--
3198+
-->p {
3199+
<!-- --> hanging-punctuation: allow-end;
3200+
<!-- -->}
3201+
<!----></code></pre>
3202+
<div class="sidefigure">
3203+
<img src="hanging-punctuation-force-end.png"
3204+
width="202" height="51"
3205+
alt="hanging-punctuation: force-end">
3206+
</div>
3207+
<pre><code class="css"><!--
3208+
-->p {
3209+
<!-- --> hanging-punctuation: force-end;
3210+
<!-- -->}
3211+
<!----></code></pre>
31963212
</div>
31973213
<p>The punctuation at the end of the first line for ''allow-end''
31983214
does not hang, because it fits without hanging.
2.52 KB
Loading
-4.54 KB
Binary file not shown.
3.57 KB
Loading

0 commit comments

Comments
 (0)