Skip to content

Commit ec3ac9c

Browse files
committed
Added issue about iframe content
1 parent 79178be commit ec3ac9c

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

css3-regions/Overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,13 @@ <h3 id=the-flow-into-property><span class=secno>4.1. </span>The &lsquo;<a
636636
href="#flow-into"><code class=property>flow-into</code></a>&rsquo;
637637
property</h3>
638638

639+
<div class=issue-marker> <a
640+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?15811">Bug-15811</a>
641+
<div class=issue-details>
642+
<p class=short-desc>Creating a named flow from external resource</p>
643+
</div>
644+
</div>
645+
639646
<p>The ‘flow-into’ property can place an element into a named flow.
640647
Elements that belong to the same flow are laid out in the regions
641648
associated with that flow.

css3-regions/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,16 @@ <h2 id="properties-and-rules">Properties and rules</h2>
487487

488488
<h3 id="the-flow-into-property">The 'flow-into' property</h3>
489489

490+
<div class="issue-marker">
491+
<a href=
492+
"https://www.w3.org/Bugs/Public/show_bug.cgi?15811">Bug-15811</a>
493+
494+
<div class="issue-details">
495+
<p class="short-desc">Creating a named flow from external resource</p>
496+
</div>
497+
</div>
498+
499+
490500
<p>The ‘flow-into’ property can place an element into a named flow. Elements that
491501
belong to the same flow are laid out in the regions associated with that flow.</p>
492502

0 commit comments

Comments
 (0)