Skip to content

Commit ed5eb11

Browse files
committed
[css-overflow] Add Florian's issue per WG resolution to publish FPWD.
1 parent 48a86bb commit ed5eb11

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

css-overflow/Overview.html

+11-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Overflow Module Level 3" name=dc.title>
1313
<meta content=text name=dc.type>
14-
<meta content=2013-03-29 name=dc.date>
14+
<meta content=2013-04-04 name=dc.date>
1515
<meta content="L. David Baron" name=dc.creator>
1616
<meta content=W3C name=dc.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-overflow/" name=dc.identifier>
@@ -126,7 +126,7 @@
126126

127127
<h1>CSS Overflow Module Level 3</h1>
128128

129-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2013</h2>
129+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2013</h2>
130130

131131
<dl>
132132
<dt>This version:
@@ -601,6 +601,13 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
601601
href="#overflow-x"><code class=property>overflow-x</code></a>’ and ‘<a
602602
href="#overflow-y"><code class=property>overflow-y</code></a>’ instead?
603603

604+
<p class=issue> There are <a
605+
href="http://lists.w3.org/Archives/Public/www-style/2012May/1197.html">discussions</a>
606+
about how overflow, overflow-style, overflow-x and overflow-y should work
607+
and interact with each other. Until consensus on this topic is reached, it
608+
is not completely clear which of these should be used for paged-x |
609+
paged-y | paged-x-controls | paged-y-controls | fragments
610+
604611
<h2 id=scrolling-overflow><span class=secno>3. </span>Scrolling and hidden
605612
overflow</h2>
606613

@@ -1438,7 +1445,7 @@ <h3 class=no-num id=normative-references> Normative references</h3>
14381445
<!-- Sorted by label -->
14391446

14401447
<dl class=bibliography>
1441-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
1448+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
14421449
<!---->
14431450

14441451
<dt id=CSS21>[CSS21]
@@ -1536,7 +1543,7 @@ <h3 class=no-num id=other-references> Other references</h3>
15361543
<!-- Sorted by label -->
15371544

15381545
<dl class=bibliography>
1539-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
1546+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
15401547
<!---->
15411548

15421549
<dt id=CSS1>[CSS1]

css-overflow/Overview.src.html

+10
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,16 @@ <h2 id="overflow-properties">Overflow properties</h2>
425425
'overflow-x' and 'overflow-y' instead?
426426
</p>
427427

428+
<p class="issue">
429+
There are <a href="http://lists.w3.org/Archives/Public/www-style/2012May/1197.html">discussions</a>
430+
about how overflow, overflow-style, overflow-x and overflow-y
431+
should work and interact with each other.
432+
Until consensus on this topic is reached,
433+
it is not completely clear which of these
434+
should be used for
435+
paged-x | paged-y | paged-x-controls | paged-y-controls | fragments
436+
</p>
437+
428438
<h2 id="scrolling-overflow">Scrolling and hidden overflow</h2>
429439

430440
<p class="issue">

0 commit comments

Comments
 (0)