Skip to content

Commit 39237ab

Browse files
committed
adding example
1 parent e311d4b commit 39237ab

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

css3-gcpm/Overview.src.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,6 @@ <h3>The 'hyphenate-last-line-avoid' property</h3>
16031603

16041604
<dd>the last line before page or spread break inside the element should not be hyphenated
16051605

1606-
16071606
<dt>spread
16081607

16091608
<dd>the last line before any spread break inside the element should not be hyphenated.
@@ -1617,6 +1616,25 @@ <h3>The 'hyphenate-last-line-avoid' property</h3>
16171616
</div>
16181617
<div>
16191618

1619+
<div class=example>
1620+
<p>A paragraph may be formatted like this when 'hyphenate: auto' is set:
1621+
1622+
<pre>
1623+
This is just a
1624+
simple example
1625+
to show Antar-
1626+
ctica.
1627+
</pre>
1628+
1629+
<p>With 'hyphenate-last-line-avoid: always' one would get:
1630+
1631+
<pre>
1632+
This is just a
1633+
simple example
1634+
to show
1635+
Antarctica.
1636+
<pre>
1637+
</div>
16201638

16211639
<h2>New counter styles</h2>
16221640

0 commit comments

Comments
 (0)