Skip to content

Commit 53a5e38

Browse files
committed
x
1 parent 1417c71 commit 53a5e38

1 file changed

Lines changed: 61 additions & 14 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292

9393
<h1>CSS Generated Content for Paged Media Module</h1>
9494

95-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 2 June 2010</h2>
95+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 9 August 2010</h2>
9696

9797
<dl>
9898
<dt>This version:
9999

100100
<dd><a
101-
href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100602">http://www.w3.org/TR/2010/ED-css3-gcpm-20100602</a>
101+
href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100809">http://www.w3.org/TR/2010/ED-css3-gcpm-20100809</a>
102102

103103
<dt>Latest version:
104104

@@ -253,8 +253,21 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
253253

254254
<li><a href="#hyphenation"><span class=secno>6. </span>Hyphenation</a>
255255
<ul class=toc>
256-
<li><a href="#hyphenate-properties"><span class=secno>6.1.
257-
</span>Hyphenate properties</a>
256+
<li><a href="#the-hyphens-property"><span class=secno>6.1. </span>The
257+
&lsquo;<code class=property>hyphens</code>&rsquo; property</a>
258+
259+
<li><a href="#the-hyphenate-resource-property"><span class=secno>6.2.
260+
</span>The &lsquo;<code class=property>hyphenate-resource</code>&rsquo;
261+
property</a>
262+
263+
<li><a href="#the-hyphenate-before-and-hyphenate-after"><span
264+
class=secno>6.3. </span>The &lsquo;<code
265+
class=property>hyphenate-before</code>&rsquo; and &lsquo;<code
266+
class=property>hyphenate-after</code>&rsquo; properties</a>
267+
268+
<li><a href="#the-hyphenate-lines-property"><span class=secno>6.4.
269+
</span>The &lsquo;<code class=property>hyphenate-lines</code>&rsquo;
270+
property</a>
258271
</ul>
259272

260273
<li><a href="#new-counter-styles"><span class=secno>7. </span>New counter
@@ -1347,7 +1360,9 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3>
13471360
due to the &lsquo;<code class=property>border-clip</code>&rsquo;
13481361
property, which is defined in <a
13491362
href="http://dev.w3.org/csswg/css4-background/">CSS Backgrounds and
1350-
Borders Module Level 4</a>. <!--[[!CSS4BACKGROUND]]-->.
1363+
Borders Module Level 4</a>.
1364+
<!--<a href="#CSS4BACKGROUND" rel="biblioentry">[CSS4BACKGROUND]<!--{{!CSS4BACKGROUND}}-->-->.
1365+
13511366
</div>
13521367
<!--
13531368
<p class="issue">Footnotes in tables and floats may be problematic. In
@@ -1556,8 +1571,8 @@ <h2 id=hyphenation><span class=secno>6. </span>Hyphenation</h2>
15561571
This specifications does not define the exact rules for hyphenation, but
15571572
describes six properties that influence hyphenation.
15581573

1559-
<h3 id=hyphenate-properties><span class=secno>6.1. </span>Hyphenate
1560-
properties</h3>
1574+
<h3 id=the-hyphens-property><span class=secno>6.1. </span>The &lsquo;<a
1575+
href="#hyphens"><code class=property>hyphens</code></a>&rsquo; property</h3>
15611576

15621577
<table class=propdef>
15631578
<tbody>
@@ -1569,7 +1584,7 @@ <h3 id=hyphenate-properties><span class=secno>6.1. </span>Hyphenate
15691584
<tr>
15701585
<td><em>Value:</em>
15711586

1572-
<td>none | manual | auto
1587+
<td>none | manual | auto | all
15731588

15741589
<tr>
15751590
<td><em>Initial:</em>
@@ -1639,8 +1654,20 @@ <h3 id=hyphenate-properties><span class=secno>6.1. </span>Hyphenate
16391654
class=property>hyphenate-resource</code></a>&rsquo;, or other
16401655
UA-dependent resources. Characters inside the word take priority over
16411656
hyphenation points determined by other resources.
1657+
1658+
<dt>all
1659+
1660+
<dd>All possible hyphenation points, as determined by characters inside
1661+
the word, resources listed in &lsquo;<a href="#hyphenate-resource"><code
1662+
class=property>hyphenate-resource</code></a>&rsquo;, or other
1663+
UA-dependent resources, are marked. The visual appearance of the mark is
1664+
UA-dependent.
16421665
</dl>
16431666

1667+
<h3 id=the-hyphenate-resource-property><span class=secno>6.2. </span>The
1668+
&lsquo;<a href="#hyphenate-resource"><code
1669+
class=property>hyphenate-resource</code></a>&rsquo; property</h3>
1670+
16441671
<table class=propdef>
16451672
<tbody>
16461673
<tr>
@@ -1703,6 +1730,12 @@ <h3 id=hyphenate-properties><span class=secno>6.1. </span>Hyphenate
17031730
</pre>
17041731
</div>
17051732

1733+
<h3 id=the-hyphenate-before-and-hyphenate-after><span class=secno>6.3.
1734+
</span>The &lsquo;<a href="#hyphenate-before"><code
1735+
class=property>hyphenate-before</code></a>&rsquo; and &lsquo;<a
1736+
href="#hyphenate-after"><code
1737+
class=property>hyphenate-after</code></a>&rsquo; properties</h3>
1738+
17061739
<table class=propdef>
17071740
<tbody>
17081741
<tr>
@@ -1805,6 +1838,10 @@ <h3 id=hyphenate-properties><span class=secno>6.1. </span>Hyphenate
18051838
<p class=note>Unless the UA is able to calculate a better value, it is
18061839
suggested that &lsquo;<code class=css>auto</code>&rsquo; means 2.
18071840

1841+
<h3 id=the-hyphenate-lines-property><span class=secno>6.4. </span>The
1842+
&lsquo;<a href="#hyphenate-lines"><code
1843+
class=property>hyphenate-lines</code></a>&rsquo; property</h3>
1844+
18081845
<table class=propdef>
18091846
<tbody>
18101847
<tr>
@@ -3927,6 +3964,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
39273964
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
39283965
</dd>
39293966
<!---->
3967+
3968+
<dt id=CSS4BACKGROUND>[CSS4BACKGROUND]
3969+
3970+
<dd>Elika J. Etemad; H&#229;kon Wium Lie. <a
3971+
href="http://dev.w3.org/csswg/css4-background/"><cite>CSS Backgrounds and
3972+
Borders Module Level&#160;4.</cite></a> Proposal for a CSS module.
3973+
(Retrieved 2 June 2010) URL: <a
3974+
href="http://dev.w3.org/csswg/css4-background/">http://dev.w3.org/csswg/css4-background/</a>
3975+
</dd>
3976+
<!---->
39303977
</dl>
39313978
<!--end-normative-->
39323979

@@ -3992,19 +4039,19 @@ <h2 class=no-num id=index>Index</h2>
39924039
title=float-offset><strong>14.1.</strong></a>
39934040

39944041
<li>hyphenate-after, <a href="#hyphenate-after"
3995-
title=hyphenate-after><strong>6.1.</strong></a>
4042+
title=hyphenate-after><strong>6.3.</strong></a>
39964043

39974044
<li>hyphenate-before, <a href="#hyphenate-before"
3998-
title=hyphenate-before><strong>6.1.</strong></a>
4045+
title=hyphenate-before><strong>6.3.</strong></a>
39994046

40004047
<li>hyphenate-character, <a href="#hyphenate-character"
4001-
title=hyphenate-character><strong>6.1.</strong></a>
4048+
title=hyphenate-character><strong>6.4.</strong></a>
40024049

40034050
<li>hyphenate-lines, <a href="#hyphenate-lines"
4004-
title=hyphenate-lines><strong>6.1.</strong></a>
4051+
title=hyphenate-lines><strong>6.4.</strong></a>
40054052

40064053
<li>hyphenate-resource, <a href="#hyphenate-resource"
4007-
title=hyphenate-resource><strong>6.1.</strong></a>
4054+
title=hyphenate-resource><strong>6.2.</strong></a>
40084055

40094056
<li>hyphens, <a href="#hyphens" title=hyphens><strong>6.1.</strong></a>
40104057

@@ -4214,7 +4261,7 @@ <h2 class=no-num id=property-index>Property index</h2>
42144261
<tr valign=baseline>
42154262
<td><a class=property href="#hyphens">hyphens</a>
42164263

4217-
<td>none | manual | auto
4264+
<td>none | manual | auto | all
42184265

42194266
<td>manual
42204267

0 commit comments

Comments
 (0)