Skip to content

Commit 5251e09

Browse files
committed
Add issue about overflow vs. overflow-style that Florian pointed out.
1 parent 89fb523 commit 5251e09

2 files changed

Lines changed: 44 additions & 2 deletions

File tree

css3-overflow/Overview.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,23 @@ <h2 id=scrolling-overflow><span class=secno>2. </span>Scrolling and hidden
353353
<h2 id=paginated-overflow><span class=secno>3. </span>Paginated overflow</h2>
354354

355355
<p class=issue>overflow:paginate or overflow:pages (or paged-x, paged-y,
356-
paged-x-controls, paged-y-controls as css3-gcpm has?)
356+
paged-x-controls, paged-y-controls as <a href="#CSS3GCPM"
357+
rel=biblioentry>[CSS3GCPM]<!--{{CSS3GCPM}}--></a> has?)
357358

358359
<p class=issue>Ability to display N pages at once rather than just one page
359360
at once?
360361

362+
<p class=issue> The current implementation of paginated overflow uses the
363+
<code class=property>overflow</code>’/‘<code
364+
class=property>overflow-x</code>’/‘<code
365+
class=property>overflow-y</code>’ properties rather than the ‘<code
366+
class=property>overflow-style</code>’ property as proposed in the <a
367+
href="#CSS3GCPM" rel=biblioentry>[CSS3GCPM]<!--{{CSS3GCPM}}--></a> draft
368+
(which also matches the <a href="#CSS3-MARQUEE"
369+
rel=biblioentry>[CSS3-MARQUEE]<!--{{CSS3-MARQUEE}}--></a> proposal). We
370+
should probably switch away from ‘<code
371+
class=property>overflow-style</code>’, but that's not 100% clear.
372+
361373
<h2 id=fragment-overflow><span class=secno>4. </span>Fragment overflow</h2>
362374

363375
<p> This section introduces and defines the meaning of the new ‘<code
@@ -1230,6 +1242,16 @@ <h3 class=no-num id=other-references> Other references</h3>
12301242
</dd>
12311243
<!---->
12321244

1245+
<dt id=CSS3-MARQUEE>[CSS3-MARQUEE]
1246+
1247+
<dd>Bert Bos. <a
1248+
href="http://www.w3.org/TR/2008/CR-css3-marquee-20081205"><cite>CSS
1249+
Marquee Module Level 3.</cite></a> 5 December 2008. W3C Candidate
1250+
Recommendation. (Work in progress.) URL: <a
1251+
href="http://www.w3.org/TR/2008/CR-css3-marquee-20081205">http://www.w3.org/TR/2008/CR-css3-marquee-20081205</a>
1252+
</dd>
1253+
<!---->
1254+
12331255
<dt id=CSS3-REGIONS>[CSS3-REGIONS]
12341256

12351257
<dd>Vincent Hardy; Alex Mogilevsky; Alan Stearns. <a
@@ -1258,6 +1280,16 @@ <h3 class=no-num id=other-references> Other references</h3>
12581280
href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
12591281
</dd>
12601282
<!---->
1283+
1284+
<dt id=CSS3GCPM>[CSS3GCPM]
1285+
1286+
<dd>Håkon Wium Lie. <a
1287+
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608"><cite>CSS
1288+
Generated Content for Paged Media Module.</cite></a> 8 June 2010. W3C
1289+
Working Draft. (Work in progress.) URL: <a
1290+
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608">http://www.w3.org/TR/2010/WD-css3-gcpm-20100608</a>
1291+
</dd>
1292+
<!---->
12611293
</dl>
12621294
<!--end-informative-->
12631295

css3-overflow/Overview.src.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,21 @@ <h2 id="scrolling-overflow">Scrolling and hidden overflow</h2>
244244

245245
<h2 id="paginated-overflow">Paginated overflow</h2>
246246

247-
<p class="issue">overflow:paginate or overflow:pages (or paged-x, paged-y, paged-x-controls, paged-y-controls as css3-gcpm has?)</p>
247+
<p class="issue">overflow:paginate or overflow:pages (or paged-x, paged-y, paged-x-controls, paged-y-controls as [[CSS3GCPM]] has?)</p>
248248

249249
<p class="issue">Ability to display N pages at once
250250
rather than just one page at once?</p>
251251

252+
<p class="issue">
253+
The current implementation of paginated overflow uses
254+
the 'overflow'/'overflow-x'/'overflow-y' properties
255+
rather than the 'overflow-style' property as proposed
256+
in the [[CSS3GCPM]] draft
257+
(which also matches the [[CSS3-MARQUEE]] proposal).
258+
We should probably switch away from 'overflow-style',
259+
but that's not 100% clear.
260+
</p>
261+
252262
<h2 id="fragment-overflow">Fragment overflow</h2>
253263

254264
<p>

0 commit comments

Comments
 (0)