Skip to content

Commit f196147

Browse files
committed
update issues
1 parent b61a79b commit f196147

2 files changed

Lines changed: 39 additions & 45 deletions

File tree

css3-regions/Overview.html

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -745,17 +745,6 @@ <h3 id=the-flow-into-property><span class=secno>3.1. </span>The ‘<a
745745
and of the region chain laying out content from a <a
746746
href="#named-flow0">named flow</a>.
747747

748-
<div class="issue-marker wrapper">
749-
<div class=issue-marker data-bug_id=15870 data-bug_status=NEW> <a
750-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15870">Issue-15870</a>
751-
752-
<div class=issue-details>
753-
<p class=short-desc>Describe how containing blocks are used for element
754-
fragments</p>
755-
</div>
756-
</div>
757-
</div>
758-
759748
<p>The edges of the first CSS region in a region chain associated with a <a
760749
href="#named-flow0">named flow</a> establish the rectangle that is the <a
761750
href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing
@@ -1178,11 +1167,11 @@ <h3 id=region-flow-break><span class=secno>3.3. </span>Region flow break
11781167
<h3 id=the-region-overflow-property><span class=secno>3.4. </span>The
11791168
region-overflow property</h3>
11801169

1181-
<div class=issue-marker data-bug_id=15878 data-bug_status=NEW> <a
1182-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15878">Issue-15878</a>
1170+
<div class=issue-marker data-bug_id=17150 data-bug_status=NEW> <a
1171+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17150">Issue-17150</a>
11831172

11841173
<div class=issue-details>
1185-
<p class=short-desc>region-overflow:nobreak</p>
1174+
<p class=short-desc>Editorial issue with regions breaks</p>
11861175
</div>
11871176
</div>
11881177

@@ -1230,14 +1219,12 @@ <h3 id=the-region-overflow-property><span class=secno>3.4. </span>The
12301219
</table>
12311220

12321221
<div class="issue-marker wrapper">
1233-
<div class=issue-marker data-bug_id=15832 data-bug_status=NEW> <a
1222+
<div class=issue-marker data-bug_id=15832 data-bug_status=ASSIGNED> <a
12341223
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Issue-15832</a>
12351224

12361225
<div class=issue-details>
12371226
<p class=short-desc>Should we have region-overflow:nobreak and have
1238-
<a href="#region-overflow"><code
1239-
class=property>region-overflow</code></a>’ apply to all regions, not
1240-
just the last?</p>
1227+
region-overflow apply to all regions, not just the last?</p>
12411228
</div>
12421229
</div>
12431230

@@ -1398,11 +1385,22 @@ <h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The @region
13981385

13991386
<p>Only a limited list of properties can be set in a region style rule:
14001387

1401-
<div class=issue-marker data-bug_id=15190 data-bug_status=NEW> <a
1402-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Issue-15190</a>
1403-
1404-
<div class=issue-details>
1405-
<p class=short-desc>List of region style properties</p>
1388+
<div class="issue-marker wrapper">
1389+
<div class=issue-marker data-bug_id=15190 data-bug_status=NEW> <a
1390+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Issue-15190</a>
1391+
1392+
<div class=issue-details>
1393+
<p class=short-desc>List of region style properties</p>
1394+
</div>
1395+
</div>
1396+
1397+
<div class=issue-marker data-bug_id=16921 data-bug_status=NEW> <a
1398+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
1399+
1400+
<div class=issue-details>
1401+
<p class=short-desc>Should text-align be added to region styling
1402+
properties</p>
1403+
</div>
14061404
</div>
14071405
</div>
14081406

@@ -2581,7 +2579,7 @@ <h3 id=regions-visual-formatting-examples><span class=secno>7.4.
25812579
&lt;/style&gt;
25822580
&lt;body&gt;
25832581
&lt;article&gt;
2584-
&lt;p style="region-break-after:always;"&gt;I am not a ... &lt;/p&gt;
2582+
&lt;p style="break-after:region;"&gt;I am not a ... &lt;/p&gt;
25852583
&lt;p&gt;...&lt;/p&gt;
25862584
&lt;/article&gt;
25872585
&lt;div id="rA"&gt;&lt;/div&gt;

css3-regions/Overview.src.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -549,16 +549,6 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
549549
and of the region chain laying out content
550550
from a <span>named flow</span>.</p>
551551

552-
<div class="issue-marker wrapper">
553-
554-
<div class="issue-marker" data-bug_id="15870" data-bug_status="NEW">
555-
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15870">Issue-15870</a>
556-
<div class="issue-details">
557-
<p class="short-desc">Describe how containing blocks are used for element fragments</p>
558-
</div>
559-
</div>
560-
</div>
561-
562552
<p>The edges of the first CSS region in a region chain
563553
associated with a <span>named flow</span>
564554
establish the rectangle that is the
@@ -1015,10 +1005,10 @@ <h3 id="the-flow-from-property">The 'flow-from' property</h3>
10151005

10161006
<h3 id="the-region-overflow-property">The region-overflow property</h3>
10171007

1018-
<div class="issue-marker" data-bug_id="15878" data-bug_status="NEW">
1019-
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15878">Issue-15878</a>
1008+
<div class="issue-marker" data-bug_id="17150" data-bug_status="NEW">
1009+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17150">Issue-17150</a>
10201010
<div class="issue-details">
1021-
<p class="short-desc">region-overflow:nobreak</p>
1011+
<p class="short-desc">Editorial issue with regions breaks</p>
10221012
</div>
10231013
</div>
10241014

@@ -1073,13 +1063,11 @@ <h3 id="the-region-overflow-property">The region-overflow property</h3>
10731063
</table>
10741064

10751065
<div class="issue-marker wrapper">
1076-
<div class="issue-marker" data-bug_id="15832" data-bug_status="NEW">
1077-
<a href=
1078-
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Issue-15832</a>
1079-
1066+
<div class="issue-marker" data-bug_id="15832" data-bug_status="ASSIGNED">
1067+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Issue-15832</a>
10801068
<div class="issue-details">
1081-
<p class="short-desc">Should we have region-overflow:nobreak and have 'region-overflow' apply to all regions, not just the last?</p>
1082-
</div>
1069+
<p class="short-desc">Should we have region-overflow:nobreak and have region-overflow apply to all regions, not just the last?</p>
1070+
</div>
10831071
</div>
10841072
<div class="issue-marker" data-bug_id="16622" data-bug_status="NEW">
10851073
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16622">Issue-16622</a>
@@ -1236,6 +1224,7 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12361224

12371225
<p>Only a limited list of properties can be set in a region style rule:</p>
12381226

1227+
<div class="issue-marker wrapper">
12391228
<div class="issue-marker" data-bug_id="15190" data-bug_status="NEW">
12401229
<a href=
12411230
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Issue-15190</a>
@@ -1244,7 +1233,14 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12441233
<p class="short-desc">List of region style properties</p>
12451234
</div>
12461235
</div>
1247-
1236+
<div class="issue-marker" data-bug_id="16921" data-bug_status="NEW">
1237+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
1238+
<div class="issue-details">
1239+
<p class="short-desc">Should text-align be added to region styling properties</p>
1240+
</div>
1241+
</div>
1242+
</div>
1243+
12481244
<ol>
12491245
<li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a></li>
12501246
<li><a href="http://www.w3.org/TR/CSS2/colors.html">color property</a></li>
@@ -2216,7 +2212,7 @@ <h3 id="regions-visual-formatting-examples">Regions visual formatting example</h
22162212
&lt;/style&gt;
22172213
&lt;body&gt;
22182214
&lt;article&gt;
2219-
&lt;p style="region-break-after:always;"&gt;I am not a ... &lt;/p&gt;
2215+
&lt;p style="break-after:region;"&gt;I am not a ... &lt;/p&gt;
22202216
&lt;p&gt;...&lt;/p&gt;
22212217
&lt;/article&gt;
22222218
&lt;div id="rA"&gt;&lt;/div&gt;

0 commit comments

Comments
 (0)