- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Feb 2012 18:53:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-break
In directory hutz:/tmp/cvs-serv16259
Modified Files:
Overview.html Overview.src.html
Log Message:
Updating the rules for finding the size of the initial containing block during fragmentation.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Overview.html 23 Feb 2012 15:46:31 -0000 1.24
+++ Overview.html 26 Feb 2012 18:53:30 -0000 1.25
@@ -12,17 +12,17 @@
<body>
<div class=head> <!--begin-logo-->
- <p><a href="http://www.w3.org/"><img alt=W3C height=48
+ <p id=x><a href="http://www.w3.org/"><img alt=W3C height=48
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
<h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 February
[...1158 lines suppressed...]
+ <li id=is-not-experimental-i.e.-a-version-speci>is not experimental
+ (i.e., a version specifically designed to pass the test suite and is
+ not intended for normal usage going forward).
</ol>
</dl>
- <p> The specification will remain Candidate Recommendation for at least six
- months.
+ <p id=the-specification-will-remain-candidate-> The specification will
+ remain Candidate Recommendation for at least six months.
<h2 class=no-num id=acknowledgments> Acknowledgments</h2>
- <p> The editors would like to extend special thanks to Michael Day, and the
- former <a href="#CSS3PAGE"
+ <p id=the-editors-would-like-to-extend-special> The editors would like to
+ extend special thanks to Michael Day, and the former <a href="#CSS3PAGE"
rel=biblioentry>[CSS3PAGE]<!--{{CSS3PAGE}}--></a> editors Jim Bigelow
(HP), Melinda Grant (HP), HÃ¥kon Wium Lie (Opera), and Jacob Refstrup (HP)
for their contributions to this specification.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.src.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.src.html 23 Feb 2012 15:46:19 -0000 1.26
+++ Overview.src.html 26 Feb 2012 18:53:30 -0000 1.27
@@ -722,8 +722,8 @@
<ul>
<li>
Intrinsic sizes are calculated and maintained across the entire element.
- Where an initial containing block size is needed, assume an initial
- containing block using the page's size of the first fragment's page.
+ Where an initial containing block size is needed to resolve an intrinsic
+ size, assume the size of the first fragmenter defining a pagination context.
</li>
<li>
Layout is performed per-fragmenter, with each fragmenter continuing
Received on Sunday, 26 February 2012 18:53:34 UTC