Skip to content

Commit b086793

Browse files
committed
[css-regions] more clarifications on fragment rendering in note 10
1 parent c00a90b commit b086793

2 files changed

Lines changed: 19 additions & 25 deletions

File tree

css-regions/Overview.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-04-16 name=dcterms.date>
15+
<meta content=2013-04-17 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -50,7 +50,7 @@
5050

5151
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
5252

53-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 April 2013</h2>
53+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 April 2013</h2>
5454

5555
<dl>
5656
<dt>This version:
@@ -984,17 +984,6 @@ <h3 id=the-flow-from-property><span class=secno>3.2. </span>The ‘<a
984984
does not result in a CSS Region.
985985
</div>
986986

987-
<div class="issue-marker wrapper">
988-
<div class=issue-marker data-bug_id=15827 data-bug_status=NEW> <a
989-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15824">Issue-15827</a>
990-
991-
<div class=issue-details>
992-
<p class=short-desc>Specify behavior of stacking contexts that are split
993-
between regions
994-
</div>
995-
</div>
996-
</div>
997-
998987
<p><a href="#css-region" title=region>CSS Regions</a> create a new <a
999988
href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking
1000989
context</a>. <a href="#css-region" title=region>CSS Regions</a> establish
@@ -1015,6 +1004,12 @@ <h3 id=the-flow-from-property><span class=secno>3.2. </span>The ‘<a
10151004
new stacking context, it is clear that each fragment is rendered
10161005
separately and their rendering order follows the regular CSS rendering
10171006
model.
1007+
1008+
<p>Fragments rendering separately is also relevant to elements that might
1009+
normally be rendered as a unit (for example, an element with its own
1010+
stacking context, or with transparency). Each fragment of these elements
1011+
is separately contained in the stacking context created by the <span>CSS
1012+
Region</span>, so each fragment of these elements is rendered separately.
10181013
</div>
10191014

10201015
<p>See the <a href="#regions-visual-formatting-details">regions visual

css-regions/Overview.src.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -809,18 +809,6 @@ <h3 id="the-flow-from-property">The 'flow-from' property</h3>
809809
So 'flow-from' combined with those display values
810810
does not result in a CSS Region.</p>
811811
</div>
812-
813-
<div class="issue-marker wrapper">
814-
<div class="issue-marker" data-bug_id="15827" data-bug_status="NEW">
815-
816-
<a href=
817-
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=15824">Issue-15827</a>
818-
819-
<div class="issue-details">
820-
<p class="short-desc">Specify behavior of stacking contexts that are split between regions</p>
821-
</div>
822-
</div>
823-
</div>
824812

825813
<p><span title="region">CSS Regions</span>
826814
create a new
@@ -849,6 +837,17 @@ <h3 id="the-flow-from-property">The 'flow-from' property</h3>
849837
it is clear that each fragment is rendered separately
850838
and their rendering order follows
851839
the regular CSS rendering model.</p>
840+
<p>Fragments rendering separately
841+
is also relevant to elements that might normally
842+
be rendered as a unit
843+
(for example,
844+
an element with its own stacking context,
845+
or with transparency).
846+
Each fragment of these elements
847+
is separately contained in the stacking context
848+
created by the <span>CSS Region</span>,
849+
so each fragment of these elements
850+
is rendered separately.</p>
852851
</div>
853852

854853
<p>See the

0 commit comments

Comments
 (0)