Skip to content

Commit 26b3d56

Browse files
committed
add two issues from Bert's telecon feedback
1 parent 9c55148 commit 26b3d56

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

css3-regions/Overview.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@ <h3 id=named-flows-and-regions><span class=secno>1.1. </span>Named flows
446446
<p>See <a href="#intro-example-code">Appendix A</a> for sample code using
447447
grid layout that implements this example
448448

449+
<div class=issue-marker data-bug_id=16858 data-bug_status=ASSIGNED> <a
450+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16858">Bug-16858</a>
451+
<div class=issue-details>
452+
<p class=short-desc>Should creation of regions from elements be
453+
disallowed?</p>
454+
</div>
455+
</div>
456+
449457
<div class=note><span class=note-prefix>Note </span>
450458
<p><strong>CSS Regions are independent from layout</strong></p>
451459

@@ -486,6 +494,13 @@ <h3 id=named-flows-and-regions><span class=secno>1.1. </span>Named flows
486494
<h3 id=region-styling><span class=secno>1.2. </span>CSS Region names and
487495
styling</h3>
488496

497+
<div class=issue-marker data-bug_id=16859 data-bug_status=NEW> <a
498+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16859">Bug-16859</a>
499+
<div class=issue-details>
500+
<p class=short-desc>Reconsider using @rule for region styling</p>
501+
</div>
502+
</div>
503+
489504
<p>Content can be styled depending on the CSS Region it flows into. It is
490505
an extension of pseudo-element styling such as <a
491506
href="http://www.w3.org/TR/css3-selectors/#first-line"> <code

css3-regions/Overview.src.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ <h3 id="named-flows-and-regions">Named flows and region chains</h3>
229229
for sample code using grid layout
230230
that implements this example</p>
231231

232+
<div class="issue-marker" data-bug_id="16858" data-bug_status="ASSIGNED">
233+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16858">Bug-16858</a>
234+
<div class="issue-details">
235+
<p class="short-desc">Should creation of regions from elements be disallowed?</p>
236+
</div>
237+
</div>
238+
232239
<div class="note"><span class="note-prefix">Note </span>
233240
<p><strong>CSS Regions are independent from layout</strong></p>
234241

@@ -270,9 +277,16 @@ <h3 id="named-flows-and-regions">Named flows and region chains</h3>
270277
to create stylable boxes that can become CSS Regions
271278
with the <code class="css">@slot</code> syntax.</p>
272279
</div>
273-
280+
274281
<h3 id="region-styling">CSS Region names and styling</h3>
275282

283+
<div class="issue-marker" data-bug_id="16859" data-bug_status="NEW">
284+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16859">Bug-16859</a>
285+
<div class="issue-details">
286+
<p class="short-desc">Reconsider using @rule for region styling</p>
287+
</div>
288+
</div>
289+
276290
<p>Content can be styled depending on
277291
the CSS Region it flows into.
278292
It is an extension

0 commit comments

Comments
 (0)