- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Jan 2012 18:55:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv30139
Modified Files:
Overview.html
Log Message:
Generated. Do not edit!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 7 Dec 2011 21:00:14 -0000 1.15
+++ Overview.html 16 Jan 2012 18:55:57 -0000 1.16
@@ -18,13 +18,13 @@
<h1>CSS Template Layout Module</h1>
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
- Draft 7 December 2011</h2>
+ Draft 16 January 2012</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-layout-20111207/">
- http://www.w3.org/TR/2011/WD-css3-layout-20111207/</a>
+ <dd><a href="http://www.w3.org/TR/2012/WD-css3-layout-20120116/">
+ http://www.w3.org/TR/2012/WD-css3-layout-20120116/</a>
<dt>Latest version:
@@ -48,7 +48,7 @@
<!--begin-copyright-->
<p class=copyright><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
- rel=license>Copyright</a> © 2011 <a
+ rel=license>Copyright</a> © 2012 <a
href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym
@@ -676,11 +676,11 @@
differently from other H1s:
<pre>
-::slot(@) {
+::slot(1) {
font-weight: bold;
color: #0C3D5F;
font-size: larger }
-h1::slot(@) {
+h1::slot(1) {
color: crimson;
display: run-in }
</pre>
@@ -1039,6 +1039,9 @@
<p>(or even just ‘<code class=css>1 39</code>’) is safer. On
the other hand, those 39 identical letters make it immediately clear what
the intention is…
+
+ <p>Percentages that do no sum to 100% need not be rejected, however: they
+ could be used to force overflow.
</div>
<p>The orientation of the template is independent of the writing mode
@@ -2448,7 +2451,7 @@
<p class=note>Note that a slot can have overflowing content even if it is
part of a <a href="#chain.">chain</a>: it can have content that is too
- wide and content that is too tall but cannot be broken.
+ wide but cannot be broken.
<h2 id=breaking-content-between-slots-in-a-chai><span class=secno>16.
</span>Breaking content between slots in a chain</h2>
@@ -2862,11 +2865,11 @@
<dt id=CSS3-EXCLUSIONS>[CSS3-EXCLUSIONS]
- <dd>Vincent Hardy. <a
- href="http://dev.w3.org/csswg/css3-exclusions/"><cite>CSS Exclusions
- Module.</cite></a> Proposal for a CSS module. (Retrieved 15 November
- 2011) URL: <a
- href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a>
+ <dd>Vincent Hardy; Rossen Atanassov. <a
+ href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/"><cite>CSS
+ Exclusions and Shapes Module Level 3.</cite></a> 13 December 2011. W3C
+ Working Draft. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/</a>
</dd>
<!---->
Received on Monday, 16 January 2012 18:56:07 UTC