Skip to content

Commit 115dc67

Browse files
committed
x
1 parent 6e14279 commit 115dc67

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080

8181
<h1>CSS Generated Content for Paged Media Module</h1>
8282

83-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 28 March 2010</h2>
83+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 29 March 2010</h2>
8484

8585
<dl>
8686
<dt>This version:
8787

8888
<dd><a
89-
href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100328">http://www.w3.org/TR/2010/ED-css3-gcpm-20100328</a>
89+
href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100329">http://www.w3.org/TR/2010/ED-css3-gcpm-20100329</a>
9090

9191
<dt>Latest version:
9292

@@ -799,9 +799,6 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
799799
<td>\0020
800800
</table>
801801
<!--
802-
<p class=issue>Can leaders also be composed of images or SVG?
803-
-->
804-
<!--
805802
<p class="issue">Some fonts may not have suitable glyphs for all
806803
patterns. For example, in some Eastern languages, the alignment of the
807804
shape within the glyph may not be optimal for creating leaders.
@@ -1220,10 +1217,7 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3>
12201217
places.
12211218

12221219
<p class=issue>Should the footnote are be positiond using page floats or
1223-
(fixed?) absolute positioning? Or both? In any case, it is unclear how to
1224-
make the &lsquo;<code class=property>gr</code>&rsquo; unit refer to the
1225-
column width of a multicol element. Which element, exactly? The one at the
1226-
bottom of the page, of course. Hmm.
1220+
(fixed?) absolute positioning? Or both?
12271221

12281222
<p class=issue>
12291223

@@ -1254,6 +1248,9 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3>
12541248
</pre>
12551249
</div>
12561250

1251+
<p>Inside @footnote, the &lsquo;<code class=property>gr</code>&rsquo; unit
1252+
is based on the oldest multicol element in the document.
1253+
12571254
<div class="example issue">
12581255
<p>This code places the footnote area at the bottom of the right column:
12591256

@@ -1320,16 +1317,15 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3>
13201317
@footnote {
13211318
margin-top: 0.5em;
13221319
border-top: thin solid black;
1323-
border-length: 4em; /* border-clip: 4em */
1320+
border-clip: 4em;
13241321
padding-top: 0.5em;
13251322
}
13261323
</pre>
13271324

1328-
<p>The result of this code is that a footnote area will have some margin
1329-
above the border. Unlike normal borders, only part of the border is
1330-
visible due to the &lsquo;<code
1331-
class=property>border-length</code>&rsquo; property. Underneath the
1332-
border, there will be padding.
1325+
<p>The result of this code is a footnote area separated from other content
1326+
above it by margin, border and padding. Only 4em of the border is visible
1327+
due to thte &lsquo;<code class=property><a
1328+
href="#border-clip">border-clip</a></code>&rsquo; property.
13331329
</div>
13341330
<!--
13351331
<p class="issue">Footnotes in tables and floats may be problematic. In

0 commit comments

Comments
 (0)