|
7 | 7 | <link rel="stylesheet" type="text/css" href="default.css"> |
8 | 8 |
|
9 | 9 |
|
10 | | - <link rel="stylesheet" type="text/css" |
11 | | - href="http://www.w3.org/StyleSheets/TR/W3C-ED.css"> |
12 | 10 |
|
13 | | - <link id="st" href="alternate-spec-style.css" rel="stylesheet" |
| 11 | + <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet" |
14 | 12 | type="text/css" title="additional spec styles"> |
15 | 13 |
|
16 | 14 |
|
17 | | - <script type="text/javascript" src="style-toggle.js"></script> |
18 | 15 |
|
19 | 16 | <style type="text/css"> |
20 | 17 |
|
21 | 18 | /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */ |
22 | 19 | /* The fonts are not applied if only loaded from the alternate stylesheet */ |
| 20 | + /* |
23 | 21 | @import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic); |
24 | 22 | @import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono); |
| 23 | + */ |
25 | 24 |
|
26 | 25 | a.toggle { |
27 | 26 | position: fixed; |
|
58 | 57 | display: none; |
59 | 58 | } |
60 | 59 | </style> |
| 60 | + <link rel="stylesheet" type="text/css" |
| 61 | + href="http://www.w3.org/StyleSheets/TR/W3C-ED.css"> |
61 | 62 | </head> |
62 | 63 |
|
63 | 64 |
|
@@ -86,7 +87,7 @@ <h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS] |
86 | 87 |
|
87 | 88 | <dt>Previous version:</dt> |
88 | 89 |
|
89 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111124/">http://www.w3.org/TR/2011/WD-css3-regions-20111124/</a> |
| 90 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a> |
90 | 91 |
|
91 | 92 | <dt>Editors:</dt> |
92 | 93 |
|
@@ -129,11 +130,9 @@ <h2 class="no-num no-toc" id="status-of-this-document">Status of this |
129 | 130 | …summary of comment…"</p> |
130 | 131 | <!--end-status--> |
131 | 132 |
|
132 | | - <p>This draft is related to the drafts about Multi-column Layout <a href= |
133 | | - '#CSSMULTICOL'>[CSSMULTICOL]</a>, Grid Layout <a href= |
134 | | - '#CSS3GRID'>[CSS3GRID]</a>, Flexible Box Layout <a href= |
135 | | - '#CSS3FLEXBOX'>[CSS3FLEXBOX]</a>, and Template Layout <a href= |
136 | | - '#CSSTEMPLATELAYOUT'>[CSSTEMPLATELAYOUT]</a>.</p> |
| 133 | + <p>This draft is related to the drafts about Multi-column Layout |
| 134 | + [[CSS3COL]], Grid Layout [[CSS3GRID]], Flexible Box Layout |
| 135 | + [[CSS3-FLEXBOX]], and Template Layout [[CSS3LAYOUT]].</p> |
137 | 136 |
|
138 | 137 | <h2 class="no-num no-toc" id="table-of-contents">Table of contents</h2> |
139 | 138 | <!--begin-toc--><!--end-toc--> |
@@ -201,10 +200,10 @@ <h3 id="named-flows-and-regions">Named flows and regions</h3> |
201 | 200 | <p>And the following snippet shows an example of elements that will be used |
202 | 201 | as regions.</p> |
203 | 202 | <pre> |
204 | | -<div id="region1"></div≫ |
205 | | -<div id="region2"></div≫ |
206 | | -<div id="region3"></div≫ |
207 | | -<div id="region4"></div≫ |
| 203 | +<div id="region1"></div> |
| 204 | +<div id="region2"></div> |
| 205 | +<div id="region3"></div> |
| 206 | +<div id="region4"></div> |
208 | 207 | </pre> |
209 | 208 |
|
210 | 209 | <p>CSS layout facilities can position and size regions as needed. However, |
|
0 commit comments