Skip to content

Commit 1bf0deb

Browse files
committed
Generated. Do not edit!
1 parent 0fb303c commit 1bf0deb

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

css3-layout/Overview.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<h1>CSS Template Layout Module</h1>
1919

2020
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
21-
Draft 7 December 2011</h2>
21+
Draft 16 January 2012</h2>
2222

2323
<dl>
2424
<dt>This version:
2525

26-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-layout-20111207/">
27-
http://www.w3.org/TR/2011/WD-css3-layout-20111207/</a>
26+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-layout-20120116/">
27+
http://www.w3.org/TR/2012/WD-css3-layout-20120116/</a>
2828

2929
<dt>Latest version:
3030

@@ -48,7 +48,7 @@ <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
4848
<!--begin-copyright-->
4949
<p class=copyright><a
5050
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
51-
rel=license>Copyright</a> &copy; 2011 <a
51+
rel=license>Copyright</a> &copy; 2012 <a
5252
href="http://www.w3.org/"><acronym
5353
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
5454
href="http://www.csail.mit.edu/"><acronym
@@ -676,11 +676,11 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
676676
differently from other H1s:
677677

678678
<pre>
679-
::slot(@) {
679+
::slot(1) {
680680
font-weight: bold;
681681
color: #0C3D5F;
682682
font-size: larger }
683-
h1::slot(@) {
683+
h1::slot(1) {
684684
color: crimson;
685685
display: run-in }
686686
</pre>
@@ -1039,6 +1039,9 @@ <h2 id=declaring-templates-the-display-property><span class=secno>5.
10391039
<p>(or even just &lsquo;<code class=css>1 39</code>&rsquo;) is safer. On
10401040
the other hand, those 39 identical letters make it immediately clear what
10411041
the intention is&hellip;
1042+
1043+
<p>Percentages that do no sum to 100% need not be rejected, however: they
1044+
could be used to force overflow.
10421045
</div>
10431046

10441047
<p>The orientation of the template is independent of the writing mode
@@ -2448,7 +2451,7 @@ <h2 id=chains><span class=secno>15. </span>Chaining slots: the &lsquo;<a
24482451

24492452
<p class=note>Note that a slot can have overflowing content even if it is
24502453
part of a <a href="#chain.">chain</a>: it can have content that is too
2451-
wide and content that is too tall but cannot be broken.
2454+
wide but cannot be broken.
24522455

24532456
<h2 id=breaking-content-between-slots-in-a-chai><span class=secno>16.
24542457
</span>Breaking content between slots in a chain</h2>
@@ -2862,11 +2865,11 @@ <h2 class=no-num id=references>References</h2>
28622865

28632866
<dt id=CSS3-EXCLUSIONS>[CSS3-EXCLUSIONS]
28642867

2865-
<dd>Vincent Hardy. <a
2866-
href="http://dev.w3.org/csswg/css3-exclusions/"><cite>CSS Exclusions
2867-
Module.</cite></a> Proposal for a CSS module. (Retrieved 15 November
2868-
2011) URL: <a
2869-
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a>
2868+
<dd>Vincent Hardy; Rossen Atanassov. <a
2869+
href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/"><cite>CSS
2870+
Exclusions and Shapes Module Level 3.</cite></a> 13 December 2011. W3C
2871+
Working Draft. (Work in progress.) URL: <a
2872+
href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/</a>
28702873
</dd>
28712874
<!---->
28722875

0 commit comments

Comments
 (0)