Skip to content

Commit d15e60b

Browse files
committed
Adding a reference to CSS 2.1 painting order and renaming 'visual order' to 'painting order'
1 parent 3d979c4 commit d15e60b

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,15 +557,13 @@ <h4 id="wrap-shorthand-property">The 'wrap' Shorthand Property</h4>
557557

558558
<h3 id="exclusions-order">Exclusions order</h3>
559559
<p>
560-
Exclusions follow the visual order. Exclusions are applied in reverse
560+
Exclusions follow the painting order (See [[!CSS21]] Appendix E). Exclusions are applied in reverse
561561
to the document order in which they are defined. The last exclusion appears on top
562562
of all other exclusion, thus it affects the inline flow content of all other preceding
563563
exclusions or elements descendant of the same containing block. To change the ordering
564564
of positioned exclusions, z-index can be used.
565565
</p>
566-
567-
<div class="issue">We need a reference to the 'visual order' definition.</div>
568-
566+
569567
<div class="issue">z-index only applies to positioned elements. Since any element can
570568
be an exclusion and since they can overlap, should we say that the order of a statically positioned
571569
exclusion cannot be controlled?</div>

css3-exclusions/Overview.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -862,15 +862,14 @@ <h4 id="wrap-shorthand-property">The 'wrap' Shorthand Property</h4>
862862

863863
<h3 id=exclusions-order><span class=secno>3.4. </span>Exclusions order</h3>
864864

865-
<p id=exclusions-follow-the-visual-order.-excl> Exclusions follow the
866-
visual order. Exclusions are applied in reverse to the document order in
867-
which they are defined. The last exclusion appears on top of all other
868-
exclusion, thus it affects the inline flow content of all other preceding
869-
exclusions or elements descendant of the same containing block. To change
870-
the ordering of positioned exclusions, z-index can be used.
871-
872-
<div class=issue>We need a reference to the &lsquo;<code class=css>visual
873-
order</code>&rsquo; definition.</div>
865+
<p id=exclusions-follow-the-painting-order-see> Exclusions follow the
866+
painting order (See <a href="#CSS21"
867+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Appendix E). Exclusions are
868+
applied in reverse to the document order in which they are defined. The
869+
last exclusion appears on top of all other exclusion, thus it affects the
870+
inline flow content of all other preceding exclusions or elements
871+
descendant of the same containing block. To change the ordering of
872+
positioned exclusions, z-index can be used.
874873

875874
<div class=issue>z-index only applies to positioned elements. Since any
876875
element can be an exclusion and since they can overlap, should we say that
@@ -1702,6 +1701,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
17021701
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
17031702
<!---->
17041703

1704+
<dt id=CSS21>[CSS21]
1705+
1706+
<dd>Bert Bos; et al. <a
1707+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
1708+
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
1709+
2011. W3C Recommendation. URL: <a
1710+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
1711+
</dd>
1712+
<!---->
1713+
17051714
<dt id=RFC2119>[RFC2119]
17061715

17071716
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key

0 commit comments

Comments
 (0)