Skip to content

Commit 1417c71

Browse files
committed
added 'all' value on 'hyphens, som editorial changes
1 parent b9ffd6d commit 1417c71

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,7 @@ <h2>Sidenotes</h2>
12421242
-->
12431243

12441244

1245+
12451246
<h2>Hyphenation</h2>
12461247

12471248
<!--
@@ -1289,15 +1290,15 @@ <h2>Hyphenation</h2>
12891290
paragraphs. This specifications does not define the exact rules for
12901291
hyphenation, but describes six properties that influence hyphenation.
12911292

1292-
<h3>Hyphenate properties</h3>
1293+
<h3>The 'hyphens' property</h3>
12931294

12941295
<table class=propdef>
12951296
<tr>
12961297
<td><em>Name:</em>
12971298
<td><dfn>hyphens</dfn>
12981299
<tr>
12991300
<td><em>Value:</em>
1300-
<td>none | manual | auto
1301+
<td>none | manual | auto | all
13011302
<tr>
13021303
<td><em>Initial:</em>
13031304
<td>manual
@@ -1344,8 +1345,15 @@ <h3>Hyphenate properties</h3>
13441345
<dt>auto
13451346
<dd>Words can be broken at appropriate hyphenation points, as determined by characters inside the word, resources listed in 'hyphenate-resource', or other UA-dependent resources. Characters inside the word take priority over hyphenation points determined by other resources.
13461347

1348+
<dt>all
1349+
1350+
<dd>All possible hyphenation points, as determined by characters inside the word, resources listed in 'hyphenate-resource', or other UA-dependent resources, are marked. The visual appearance of the mark is UA-dependent.
1351+
1352+
13471353
</dl>
13481354

1355+
<h3>The 'hyphenate-resource' property</h3>
1356+
13491357
<table class=propdef>
13501358
<tr>
13511359
<td><em>Name:</em>
@@ -1388,6 +1396,7 @@ <h3>Hyphenate properties</h3>
13881396

13891397
</div>
13901398

1399+
<h3>The 'hyphenate-before' and 'hyphenate-after' properties</h3>
13911400

13921401
<table class=propdef>
13931402
<tr>
@@ -1456,6 +1465,8 @@ <h3>Hyphenate properties</h3>
14561465
<p class="note">Unless the UA is able to calculate a better value, it is suggested that ''auto'' means 2.
14571466

14581467

1468+
<h3>The 'hyphenate-lines' property</h3>
1469+
14591470
<table class=propdef>
14601471
<tr>
14611472
<td><em>Name:</em>

0 commit comments

Comments
 (0)