Skip to content

Commit 00f4a1a

Browse files
committed
machine-generated version
1 parent 2501b36 commit 00f4a1a

1 file changed

Lines changed: 40 additions & 14 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<h1>CSS Generated Content for Paged Media Module</h1>
2323

24-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 16 August 2012</h2>
24+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 17 August 2012</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

2929
<dd><a
30-
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120816/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120816/</a>
30+
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120817/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120817/</a>
3131

3232
<dt>Latest version:
3333

@@ -2478,8 +2478,7 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
24782478
<tr>
24792479
<td><em>Value:</em>
24802480

2481-
<td>[ contents | content-before | content-element | content-after |
2482-
&lt;string> ]+ | none
2481+
<td>[ &lt;content-list> ]+ | none
24832482

24842483
<tr>
24852484
<td><em>Initial:</em>
@@ -2513,8 +2512,8 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
25132512
</table>
25142513

25152514
<p>This property specifies the label of the bookmark, i.e., the text that
2516-
will represent the bookmark in the bookmark structure. The keyword values
2517-
are defined on the ‘<a href="#string-set"><code
2515+
will represent the bookmark in the bookmark structure. &lt;content-list>
2516+
is defined on the ‘<a href="#string-set"><code
25182517
class=property>string-set</code></a>’ property.
25192518

25202519
<div class=example>
@@ -2963,16 +2962,44 @@ <h2 id=page-and-column-floats><span class=secno>12. </span>Page and column
29632962
<dd>similar to ‘<code class=property>top-corner</code>’, exept the box
29642963
is floated to the bottom
29652964

2966-
<dt>snap
2965+
<dt>snap(&lt;length>)
29672966

29682967
<dd>same as ‘<code class=property>top</code>’ if the box is naturally
29692968
near the top; same as ‘<code class=property>bottom</code>’ if the box
2970-
is naturally near the bottom. The ‘<code
2971-
class=property>widows</code>’/‘<code class=property>orphans</code>
2972-
properties may be consulted to determine if the box is near the
2973-
top/bottom. If the box naturally leads to a (page/column) break, the box
2974-
is floated to the top of the next page/column.
2969+
is naturally near the bottom. If the box naturally leads to a
2970+
(page/column) break, the box is floated to the top of the next
2971+
page/column. The length value specifies how far from the top/bottom the
2972+
element can be influenced.
2973+
<div class=example>
2974+
<p>In this example, tables will snap to the top/bottom if the top/bottom
2975+
of the border box is closer than ‘<code class=css>3em</code>’ from
2976+
the top/bottom of the page/column.
2977+
2978+
<pre>
2979+
table { float: snap(3em) }
2980+
</pre>
2981+
</div>
2982+
2983+
<p>If the functional notation is not used, an implementation-dependent
2984+
value is used.
2985+
2986+
<div class=example>
2987+
<pre>
2988+
table { float: snap }
2989+
</pre>
2990+
</div>
2991+
2992+
<p class=issue>Should we define a reasonable default (say, 3em) instead
2993+
of relying on implementation-specific values?
2994+
2995+
<p class=issue>Do numberic values make sense, like for orphans/widows
2996+
2997+
<p class=issue>Does the "snap" solution address all use cases for
2998+
"unless-room"/"unless-fit"?
29752999
</dl>
3000+
<!--
3001+
The 'widows'/'orphans' properties may be consulted to determine if the box is near the top/bottom.
3002+
-->
29763003

29773004
<p>These new keywords only apply in paged media; in continous media
29783005
declarations with these keywords are ignored.
@@ -4132,8 +4159,7 @@ <h2 class=no-num id=property-index>Property index</h2>
41324159
<tr>
41334160
<th><a class=property href="#bookmark-label">bookmark-label</a>
41344161

4135-
<td>[ contents | content-before | content-element | content-after |
4136-
&lt;string> ]+ | none
4162+
<td>[ &lt;content-list> ]+ | none
41374163

41384164
<td>none
41394165

0 commit comments

Comments
 (0)