Skip to content

Commit eeafc5c

Browse files
committed
Added text-align: justify to the example of hanging-punctuation
1 parent 1a0d74c commit eeafc5c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

css3-text/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,6 +3303,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
33033303

33043304
<pre><code class=css><!--
33053305
-->p {
3306+
<!-- --> text-align: justify;
33063307
<!-- --> hanging-punctuation: allow-end;
33073308
<!-- -->}
33083309
<!----></code></pre>
@@ -3312,6 +3313,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
33123313

33133314
<pre><code class=css><!--
33143315
-->p {
3316+
<!-- --> text-align: justify;
33153317
<!-- --> hanging-punctuation: force-end;
33163318
<!-- -->}
33173319
<!----></code></pre>

css3-text/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,7 @@ <h3 id="hanging-punctuation">
24252425
</div>
24262426
<pre><code class="css"><!--
24272427
-->p {
2428+
<!-- --> text-align: justify;
24282429
<!-- --> hanging-punctuation: allow-end;
24292430
<!-- -->}
24302431
<!----></code></pre>
@@ -2435,6 +2436,7 @@ <h3 id="hanging-punctuation">
24352436
</div>
24362437
<pre><code class="css"><!--
24372438
-->p {
2439+
<!-- --> text-align: justify;
24382440
<!-- --> hanging-punctuation: force-end;
24392441
<!-- -->}
24402442
<!----></code></pre>

0 commit comments

Comments
 (0)