@@ -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 ‘< code class =css > visual
873- order</ code > ’ 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 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