Skip to content

Commit 4879771

Browse files
committed
Moved standard style sheet to after the local style sheets, as
required by pubrules. Added "alternate" in the link for the alternate style sheet (and removed the JavaScript that did the same thing). Replaced broken bibliography link by automatically generated links. Fixed a mark-up error (misspelled entity "≫"). Commented out the off-site style sheets, because documents under TR cannot include offsite resources. (They could maybe be made local, if somebody asks Google for permission. The copyright license is unknown.)
1 parent 8e37bcb commit 4879771

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

css3-regions/Overview.src.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@
77
<link rel="stylesheet" type="text/css" href="default.css">
88

99

10-
<link rel="stylesheet" type="text/css"
11-
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
1210

13-
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
11+
<link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
1412
type="text/css" title="additional spec styles">
1513

1614

17-
<script type="text/javascript" src="style-toggle.js"></script>
1815

1916
<style type="text/css">
2017

2118
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
2219
/* The fonts are not applied if only loaded from the alternate stylesheet */
20+
/*
2321
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
2422
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
23+
*/
2524

2625
a.toggle {
2726
position: fixed;
@@ -58,6 +57,8 @@
5857
display: none;
5958
}
6059
</style>
60+
<link rel="stylesheet" type="text/css"
61+
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
6162
</head>
6263

6364

@@ -86,7 +87,7 @@ <h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS]
8687

8788
<dt>Previous version:</dt>
8889

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>
9091

9192
<dt>Editors:</dt>
9293

@@ -129,11 +130,9 @@ <h2 class="no-num no-toc" id="status-of-this-document">Status of this
129130
…summary of comment…"</p>
130131
<!--end-status-->
131132

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>
137136

138137
<h2 class="no-num no-toc" id="table-of-contents">Table of contents</h2>
139138
<!--begin-toc--><!--end-toc-->
@@ -201,10 +200,10 @@ <h3 id="named-flows-and-regions">Named flows and regions</h3>
201200
<p>And the following snippet shows an example of elements that will be used
202201
as regions.</p>
203202
<pre>
204-
&lt;div id="region1"&gt;&lt;/div&Gt;
205-
&lt;div id="region2"&gt;&lt;/div&Gt;
206-
&lt;div id="region3"&gt;&lt;/div&Gt;
207-
&lt;div id="region4"&gt;&lt;/div&Gt;
203+
&lt;div id="region1"&gt;&lt;/div&gt;
204+
&lt;div id="region2"&gt;&lt;/div&gt;
205+
&lt;div id="region3"&gt;&lt;/div&gt;
206+
&lt;div id="region4"&gt;&lt;/div&gt;
208207
</pre>
209208

210209
<p>CSS layout facilities can position and size regions as needed. However,

0 commit comments

Comments
 (0)