Skip to content

Commit 55174fd

Browse files
committed
Updated prototype style a bit. Removed divs with class set to 'issues moved', 'issue stale' or 'issue resolved'. Removed last pseudo-code selectors. Moved issues to now point to bugzilla entries.
1 parent 49cf76e commit 55174fd

3 files changed

Lines changed: 110 additions & 116 deletions

File tree

css3-regions/Overview.html

Lines changed: 50 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,35 @@
6464
margin-bottom: 0.5em;
6565
}
6666

67+
#mobile-logo {
68+
display: none;
69+
}
70+
6771
</style>
6872
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
6973
type="text/css">
7074
<link href=alternate-spec-style.css id=st rel=stylesheet
71-
title="additional spec styles" type="text/css">
75+
title="alternate spec style" type="text/css">
7276

7377
<body>
74-
<div class=head id=div-head> <!--begin-logo-->
78+
<div class=head id=div-head>
79+
<p><a href="http://www.w3.org/"><img alt=W3C height=53 id=mobile-logo
80+
src="http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width=90></a>
81+
<!--begin-logo-->
82+
7583
<p><a href="http://www.w3.org/"><img alt=W3C height=48
7684
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--></p>
7785

7886
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
7987

80-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 November
88+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 December
8189
2011</h2>
8290

8391
<dl>
8492
<dt>This version:
8593

8694
<dd><a
87-
href="http://www.w3.org/TR/2011/ED-css3-regions-20111129/">http://www.w3.org/csswg/css3-regions</a>
95+
href="http://www.w3.org/TR/2011/ED-css3-regions-20111216/">http://www.w3.org/csswg/css3-regions</a>
8896

8997
<dt>Latest version:
9098

@@ -275,6 +283,9 @@ <h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
275283
<li><a href="#changes"><span class=secno>10. </span>Changes</a>
276284
<ul class=toc>
277285
<li><a href="#changes_from_June_09_2011"><span class=secno>10.1.
286+
</span>Changes from November 29<sup>th</sup> 2011 version</a>
287+
288+
<li><a href="#changes_from_June_09_2011"><span class=secno>10.2.
278289
</span>Changes from June 09<sup>th</sup> 2011 version</a>
279290
</ul>
280291

@@ -491,15 +502,6 @@ <h3 id=regions><span class=secno>2.1. </span>Regions</h3>
491502
flow</em></a> (see the &lsquo;<a href="#flow-from"><code
492503
class=property>flow-from</code></a>&rsquo; property).
493504

494-
<div class="issue moved">
495-
<p>See <a
496-
href="http://wiki.csswg.org/spec/css3-regions#issue-2-auto-sizing-of-regions"></a></p>
497-
.
498-
<p>There was a recent discussion on intrinsic sizing of regions which <a
499-
href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0629.html">has
500-
not been resolved</a></p>
501-
.</div>
502-
503505
<h3 id=named-flow><span class=secno>2.2. </span>Named flow</h3>
504506

505507
<p>A <dfn id=named-flow0>named flow</dfn> is the ordered sequence of
@@ -707,7 +709,7 @@ <h3 id=the-flow-from-property><span class=secno>4.2. </span>The &lsquo;<a
707709
region and associates it with a named flow.
708710

709711
<div class=issue-marker><a
710-
href="http://wiki.csswg.org/spec/css3-regions#issue-12should-we-allow-multi-column-elements-to-be-regions">Issue-12</a></div>
712+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15191">Bug-15191</a></div>
711713

712714
<table class=propdef summary="flow-from property definition">
713715
<tbody>
@@ -814,7 +816,7 @@ <h3 id=the-flow-from-property><span class=secno>4.2. </span>The &lsquo;<a
814816
visually.</div>
815817

816818
<div class=issue-marker><a
817-
href="http://wiki.csswg.org/spec/css3-regions#issue-23should-regions-be-non-breakable">Issue-23</a></div>
819+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15189">Bug-15189</a></div>
818820

819821
<p><span title=region>Regions</span> create a new <a
820822
href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking
@@ -1306,7 +1308,7 @@ <h3 id=the-at-region-style-rule><span class=secno>4.5. </span>The @region
13061308
<p>Only a limited list of properties can be set in a region style rule:
13071309

13081310
<div class=issue-marker><a
1309-
href="http://wiki.csswg.org/spec/css3-regions#issue-20list-of-region-style-properties">Issue-20</a></div>
1311+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Bug-15190</a></div>
13101312

13111313
<ol>
13121314
<li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a>
@@ -1380,18 +1382,18 @@ <h3 id=the-at-region-style-rule><span class=secno>4.5. </span>The @region
13801382
<strong>flow-into: article_flow;</strong>
13811383
}
13821384

1383-
&lt;region1_sel&gt;, &lt;region2_sel&gt; {
1385+
#region1, #region2 {
13841386
<strong>flow-from: article_flow;</strong>
13851387
}
13861388

1387-
/* region style RSA */
1388-
<strong>@region &lt;region1_sel&gt;, &lt;region2_sel&gt;</strong> {
1389+
/* region style "RSA" */
1390+
<strong>@region #region1, #region2</strong> {
13891391
div {...}
13901392
p {...}
13911393
}
13921394

1393-
/* region style RSB */
1394-
<strong>@region &lt;region1_sel&gt;</strong> {
1395+
/* region style "RSB" */
1396+
<strong>@region #region1</strong> {
13951397
p {...}
13961398
}
13971399

@@ -1402,6 +1404,8 @@ <h3 id=the-at-region-style-rule><span class=secno>4.5. </span>The @region
14021404
&lt;p id="p_2"&gt;...&lt;/p&gt;
14031405
&lt;/div&gt;
14041406

1407+
&lt;div id="region1"&gt;&lt;/div&gt;
1408+
&lt;div id="region2"&gt;&lt;/div&gt;
14051409

14061410
</pre>
14071411

@@ -1455,21 +1459,6 @@ <h3 id=the-at-region-style-rule><span class=secno>4.5. </span>The @region
14551459
class=html>region_1</code> is styled with this rule.</p>
14561460
</div>
14571461

1458-
<div class="issue stale">
1459-
<p>Making issue stale because this issue has not been raised on the
1460-
mailing list and we will wait for implementation feedback. Is the
1461-
proposed restriction that elements are only selected selector in a rule
1462-
set appearing in an @region rule sufficient?
1463-
</div>
1464-
1465-
<div class="issue moved"> <a
1466-
href="http://wiki.csswg.org/spec/css3-regions#issue-14region-lines-pseudo-selector">Moved
1467-
to specification Wiki</a>. There is <a
1468-
href="http://lists.w3.org/Archives/Public/www-style/2011May/0518.html">concern</a>
1469-
that the &lsquo;<code class=css>first-line</code>&rsquo; precedent is
1470-
underspecified and that more specification is needed in addition to
1471-
referencing the existing precedent.</div>
1472-
14731462
<p>The specificity of the selectors in a &lsquo;<code
14741463
class=css>@region</code>&rsquo; rule is calculated as <a
14751464
href="http://www.w3.org/TR/css3-selectors/#specificity">defined</a> in the
@@ -1702,18 +1691,6 @@ <h3 id=extension-to-the-element-interface><span class=secno>6.2.
17021691
regions that are document elements and not to regions that are
17031692
pseudo-elements.</div>
17041693

1705-
<div class="issue resolved">
1706-
<p><a
1707-
href="http://www.w3.org/Style/CSS/Tracker/actions/350">ACTION-350</a> was
1708-
created to add the API to the specification draft.</p>
1709-
1710-
<p>It has been <a
1711-
href="http://lists.w3.org/Archives/Public/www-style/2011May/0379.html">suggested</a>
1712-
to add an API to find which region displays an element in a named flow.
1713-
Should we add such an API? How would it work in a &lsquo;<code
1714-
class=property>multi-view</code>&rsquo; context as suggested by Alex.</p>
1715-
</div>
1716-
17171694
<h3 id=region-flow-layout-events><span class=secno>6.3. </span>Region flow
17181695
layout events</h3>
17191696

@@ -1805,6 +1782,22 @@ <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
18051782
<h2 id=changes><span class=secno>10. </span>Changes</h2>
18061783

18071784
<h3 id="changes_from_June_09_2011"><span class=secno>10.1. </span>Changes
1785+
from <a
1786+
href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">November
1787+
29<sup>th</sup> 2011</a> version</h3>
1788+
1789+
<ul>
1790+
<li>Modified region styling examples to use element selector instead of of
1791+
pseudo-code selectors (this had been omitted in the previous pass at
1792+
removing pseudo-code from the examples).
1793+
1794+
<li>Removed divs with class set to "issue moved", "issue stale" and "issue
1795+
resolved" since these divs where not displayed.
1796+
1797+
<li>Minor updates to the alternate stylesheet.
1798+
</ul>
1799+
1800+
<h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes
18081801
from <a href="http://www.w3.org/TR/2011/WD-css3-regions-20110609/">June
18091802
09<sup>th</sup> 2011</a> version</h3>
18101803

@@ -2153,21 +2146,21 @@ <h3 class=no-num id=other-references>Other references</h3>
21532146

21542147
<dt id=CSS3-EXCLUSIONS>[CSS3-EXCLUSIONS]
21552148

2156-
<dd>Vincent Hardy. <a
2157-
href="http://dev.w3.org/csswg/css3-exclusions/"><cite>CSS Exclusions
2158-
Module.</cite></a> Proposal for a CSS module. (Retrieved 15 November
2159-
2011) URL: <a
2160-
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a>
2149+
<dd>Vincent Hardy; Rossen Atanassov. <a
2150+
href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/"><cite>CSS
2151+
Exclusions and Shapes Module Level 3.</cite></a> 13 December 2011. W3C
2152+
Working Draft. (Work in progress.) URL: <a
2153+
href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/</a>
21612154
</dd>
21622155
<!---->
21632156

21642157
<dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX]
21652158

21662159
<dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a
2167-
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/"><cite>Flexible
2168-
Box Layout Module.</cite></a> 22 March 2011. W3C Working Draft. (Work in
2169-
progress.) URL: <a
2170-
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a>
2160+
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/"><cite>CSS
2161+
Flexible Box Layout Module.</cite></a> 29 November 2011. W3C Working
2162+
Draft. (Work in progress.) URL: <a
2163+
href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/">http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a>
21712164
</dd>
21722165
<!---->
21732166

css3-regions/Overview.src.html

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,30 @@
6767
margin-bottom: 0.5em;
6868
}
6969

70+
#mobile-logo {
71+
display: none;
72+
}
73+
7074
</style>
7175

7276
<link rel="stylesheet" type="text/css"
7377
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
7478

7579
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
76-
type="text/css" title="additional spec styles">
80+
type="text/css" title="alternate spec style">
7781

7882
</head>
7983

8084

8185
<body>
8286
<div class="head" id="div-head">
87+
<p><a href="http://www.w3.org/"><img id="mobile-logo" alt="W3C" height="53" src=
88+
"http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width="90"></a>
89+
90+
8391
<!--begin-logo-->
8492

85-
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src=
93+
<p><a href="http://www.w3.org/"><img id="logo" alt="W3C" height="48" src=
8694
"http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
8795

8896
<h1 id="css-regions-module">CSS Regions Module Level 3</h1>
@@ -341,12 +349,6 @@ <h3 id="regions">Regions</h3>
341349
box</a> and has an associated <em>named flow</em> (see the 'flow-from'
342350
property).</p>
343351

344-
<div class="issue moved">
345-
<p>See <a href="http://wiki.csswg.org/spec/css3-regions#issue-2-auto-sizing-of-regions"></a></p>.
346-
<p>There was a recent discussion on intrinsic sizing of regions which
347-
<a href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0629.html">has not been resolved</a></p>.
348-
</div>
349-
350352
<h3 id="named-flow">Named flow</h3>
351353

352354
<p>A <dfn>named flow</dfn> is the ordered sequence of elements
@@ -521,7 +523,7 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
521523
<h3 id="the-flow-from-property">The 'flow-from' property</h3>
522524

523525
<p>The 'flow-from' property makes an element a region and associates it with a named flow.</p>
524-
<div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-12should-we-allow-multi-column-elements-to-be-regions">Issue-12</a></div>
526+
<div class="issue-marker"><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15191">Bug-15191</a></div>
525527

526528
<table class="propdef" summary="flow-from property definition">
527529
<tr>
@@ -624,7 +626,7 @@ <h3 id="the-flow-from-property">The 'flow-from' property</h3>
624626
are not formatted visually.
625627
</div>
626628

627-
<div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-23should-regions-be-non-breakable">Issue-23</a></div>
629+
<div class="issue-marker"><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15189">Bug-15189</a></div>
628630

629631
<p><span title="region">Regions</span> create a new <a href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking context</a>. <span title="region">Regions</span> establish a new <a href="http://www.w3.org/TR/CSS2/visuren.html#block-formatting">block formatting Context</a>.</p>
630632

@@ -1116,7 +1118,7 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
11161118
selectors found in the style rule.</p>
11171119

11181120
<p>Only a limited list of properties can be set in a region style rule:</p>
1119-
<div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-20list-of-region-style-properties">Issue-20</a></div>
1121+
<div class="issue-marker"><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Bug-15190</a></div>
11201122

11211123
<ol>
11221124
<li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a></li>
@@ -1149,18 +1151,18 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
11491151
<strong>flow-into: article_flow;</strong>
11501152
}
11511153

1152-
&lt;region1_sel&gt;, &lt;region2_sel&gt; {
1154+
#region1, #region2 {
11531155
<strong>flow-from: article_flow;</strong>
11541156
}
11551157

1156-
/* region style RSA */
1157-
<strong>@region &lt;region1_sel&gt;, &lt;region2_sel&gt;</strong> {
1158+
/* region style "RSA" */
1159+
<strong>@region #region1, #region2</strong> {
11581160
div {...}
11591161
p {...}
11601162
}
11611163

1162-
/* region style RSB */
1163-
<strong>@region &lt;region1_sel&gt;</strong> {
1164+
/* region style "RSB" */
1165+
<strong>@region #region1</strong> {
11641166
p {...}
11651167
}
11661168

@@ -1171,6 +1173,8 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
11711173
&lt;p id="p_2"&gt;...&lt;/p&gt;
11721174
&lt;/div&gt;
11731175

1176+
&lt;div id="region1"&gt;&lt;/div&gt;
1177+
&lt;div id="region2"&gt;&lt;/div&gt;
11741178

11751179
</pre>
11761180

@@ -1224,22 +1228,6 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12241228
</div>
12251229

12261230

1227-
<div class="issue stale">
1228-
<p>Making issue stale because this issue has not been raised on the
1229-
mailing list and we will wait for implementation feedback.
1230-
1231-
Is the proposed restriction that elements are only selected selector in
1232-
a rule set appearing in an @region rule sufficient?
1233-
</div>
1234-
1235-
<div class="issue moved">
1236-
<a href="http://wiki.csswg.org/spec/css3-regions#issue-14region-lines-pseudo-selector">Moved to specification Wiki</a>.
1237-
There is <a href=
1238-
"http://lists.w3.org/Archives/Public/www-style/2011May/0518.html">concern</a>
1239-
that the ''first-line'' precedent is underspecified and that more
1240-
specification is needed in addition to referencing the existing
1241-
precedent.
1242-
</div>
12431231

12441232
<p>The specificity of the selectors in a '@region' rule is calculated as
12451233
<a href="http://www.w3.org/TR/css3-selectors/#specificity">defined</a> in
@@ -1432,16 +1420,6 @@ <h3 id="extension-to-the-element-interface">Extension to the Element
14321420
The Element interface extension is only available to regions that are
14331421
document elements and not to regions that are pseudo-elements.
14341422
</div>
1435-
1436-
<div class="issue resolved">
1437-
<p><a href="http://www.w3.org/Style/CSS/Tracker/actions/350">ACTION-350</a> was created
1438-
to add the API to the specification draft.</p>
1439-
<p>It has been <a href=
1440-
"http://lists.w3.org/Archives/Public/www-style/2011May/0379.html">suggested</a>
1441-
to add an API to find which region displays an element in a named flow.
1442-
Should we add such an API? How would it work in a 'multi-view' context
1443-
as suggested by Alex.</p>
1444-
</div>
14451423

14461424
<h3 id="region-flow-layout-events">Region flow layout events</h3>
14471425

@@ -1497,6 +1475,16 @@ <h2 id="conformance">Conformance</h2>
14971475

14981476
<h2 id="changes">Changes</h2>
14991477

1478+
<h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">November 29<sup>th</sup> 2011</a> version</h3>
1479+
1480+
<ul>
1481+
<li>Modified region styling examples to use element selector instead of of pseudo-code selectors (this had been omitted in the
1482+
previous pass at removing pseudo-code from the examples).</li>
1483+
<li>Removed divs with class set to "issue moved", "issue stale" and "issue resolved" since these divs where not displayed.
1484+
<li>Minor updates to the alternate stylesheet.</li>
1485+
</ul>
1486+
1487+
15001488
<h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/2011/WD-css3-regions-20110609/">June 09<sup>th</sup> 2011</a> version</h3>
15011489

15021490
<ul>

0 commit comments

Comments
 (0)