Skip to content

Commit 79be051

Browse files
committed
Generated. Do not edit!
1 parent 2e7cb03 commit 79be051

File tree

1 file changed

+49
-15
lines changed

1 file changed

+49
-15
lines changed

css3-regions/Overview.html

Lines changed: 49 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77

88
<title>CSS Regions Module Level 3</title>
99
<link href=default.css rel=stylesheet type="text/css">
10-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
11-
type="text/css">
12-
<link href=alternate-spec-style.css id=st rel=stylesheet
10+
<link href=alternate-spec-style.css id=st rel="alternate stylesheet"
1311
title="additional spec styles" type="text/css">
14-
<script src=style-toggle.js type="text/javascript"></script>
1512

1613
<style type="text/css">
1714

1815
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
1916
/* The fonts are not applied if only loaded from the alternate stylesheet */
17+
/*
2018
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
2119
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
20+
*/
2221

2322
a.toggle {
2423
position: fixed;
@@ -55,6 +54,8 @@
5554
display: none;
5655
}
5756
</style>
57+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
58+
type="text/css">
5859

5960
<body>
6061
<div class=head id=div-head> <!--begin-logo-->
@@ -63,14 +64,14 @@
6364

6465
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
6566

66-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 November
67+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November
6768
2011</h2>
6869

6970
<dl>
7071
<dt>This version:
7172

7273
<dd><a
73-
href="http://www.w3.org/TR/2011/ED-css3-regions-20111122/">http://www.w3.org/csswg/css3-regions</a>
74+
href="http://www.w3.org/TR/2011/ED-css3-regions-20111124/">http://www.w3.org/csswg/css3-regions</a>
7475

7576
<dt>Latest version:
7677

@@ -80,7 +81,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 November
8081
<dt>Previous version:
8182

8283
<dd><a
83-
href="http://www.w3.org/TR/2011/WD-css3-regions-20111124/">http://www.w3.org/TR/2011/WD-css3-regions-20111124/</a>
84+
href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a>
8485

8586

8687
<dt>Editors:
@@ -163,10 +164,13 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
163164
<!--end-status-->
164165

165166
<p>This draft is related to the drafts about Multi-column Layout <a
166-
href="#CSSMULTICOL">[CSSMULTICOL]</a>, Grid Layout <a
167-
href="#CSS3GRID">[CSS3GRID]</a>, Flexible Box Layout <a
168-
href="#CSS3FLEXBOX">[CSS3FLEXBOX]</a>, and Template Layout <a
169-
href="#CSSTEMPLATELAYOUT">[CSSTEMPLATELAYOUT]</a>.
167+
href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>, Grid
168+
Layout <a href="#CSS3GRID"
169+
rel=biblioentry>[CSS3GRID]<!--{{CSS3GRID}}--></a>, Flexible Box Layout <a
170+
href="#CSS3-FLEXBOX"
171+
rel=biblioentry>[CSS3-FLEXBOX]<!--{{CSS3-FLEXBOX}}--></a>, and Template
172+
Layout <a href="#CSS3LAYOUT"
173+
rel=biblioentry>[CSS3LAYOUT]<!--{{CSS3LAYOUT}}--></a>.
170174

171175
<h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
172176
<!--begin-toc-->
@@ -342,10 +346,10 @@ <h3 id=named-flows-and-regions><span class=secno>1.1. </span>Named flows
342346
as regions.
343347

344348
<pre>
345-
&lt;div id="region1"&gt;&lt;/div&Gt;
346-
&lt;div id="region2"&gt;&lt;/div&Gt;
347-
&lt;div id="region3"&gt;&lt;/div&Gt;
348-
&lt;div id="region4"&gt;&lt;/div&Gt;
349+
&lt;div id="region1"&gt;&lt;/div&gt;
350+
&lt;div id="region2"&gt;&lt;/div&gt;
351+
&lt;div id="region3"&gt;&lt;/div&gt;
352+
&lt;div id="region4"&gt;&lt;/div&gt;
349353
</pre>
350354

351355
<p>CSS layout facilities can position and size regions as needed. However,
@@ -2148,6 +2152,16 @@ <h3 class=no-num id=other-references>Other references</h3>
21482152
</dd>
21492153
<!---->
21502154

2155+
<dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX]
2156+
2157+
<dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a
2158+
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/"><cite>Flexible
2159+
Box Layout Module.</cite></a> 22 March 2011. W3C Working Draft. (Work in
2160+
progress.) URL: <a
2161+
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a>
2162+
</dd>
2163+
<!---->
2164+
21512165
<dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
21522166

21532167
<dd>Alex Mogilevsky; et al. <a
@@ -2167,6 +2181,26 @@ <h3 class=no-num id=other-references>Other references</h3>
21672181
</dd>
21682182
<!---->
21692183

2184+
<dt id=CSS3GRID>[CSS3GRID]
2185+
2186+
<dd>Alex Mogilevsky; Markus Mielke. <a
2187+
href="http://www.w3.org/TR/2007/WD-css3-grid-20070905"><cite>CSS Grid
2188+
Positioning Module Level&#160;3.</cite></a> 5 September 2007. W3C Working
2189+
Draft. (Work in progress.) URL: <a
2190+
href="http://www.w3.org/TR/2007/WD-css3-grid-20070905">http://www.w3.org/TR/2007/WD-css3-grid-20070905</a>
2191+
</dd>
2192+
<!---->
2193+
2194+
<dt id=CSS3LAYOUT>[CSS3LAYOUT]
2195+
2196+
<dd>Bert Bos; C&#233;sar Acebal. <a
2197+
href="http://www.w3.org/TR/2010/WD-css3-layout-20100429"><cite>CSS
2198+
Template Layout Module.</cite></a> 29 April 2010. W3C Working Draft.
2199+
(Work in progress.) URL: <a
2200+
href="http://www.w3.org/TR/2010/WD-css3-layout-20100429">http://www.w3.org/TR/2010/WD-css3-layout-20100429</a>
2201+
</dd>
2202+
<!---->
2203+
21702204
<dt id=CSS3PAGE>[CSS3PAGE]
21712205

21722206
<dd>H&#229;kon Wium Lie; Melinda Grant. <a

0 commit comments

Comments
 (0)