|
64 | 64 |
|
65 | 65 | <h1 id=css-color>CSS Color Module</h1> |
66 | 66 |
|
67 | | - <h2 class="no-num no-toc" id=editors>Editor's Draft 13 May 2008</h2> |
| 67 | + <h2 class="no-num no-toc" id=editors>Editor's Draft 14 May 2008</h2> |
68 | 68 |
|
69 | 69 | <dl> |
70 | 70 | <dt>This version: |
71 | 71 |
|
72 | 72 | <dd><a |
73 | | - href="http://www.w3.org/TR/2008/ED-css3-color-20080513">http://www.w3.org/TR/2008/ED-css3-color-20080513</a> |
| 73 | + href="http://www.w3.org/TR/2008/ED-cvs-member-20080514">http://www.w3.org/TR/2008/ED-cvs-member-20080514</a> |
74 | 74 |
|
75 | 75 | <dt>Latest version: |
76 | 76 |
|
77 | 77 | <dd><a |
78 | | - href="http://www.w3.org/TR/css3-color">http://www.w3.org/TR/css3-color</a> |
| 78 | + href="http://www.w3.org/TR/cvs-member">http://www.w3.org/TR/cvs-member</a> |
79 | 79 |
|
80 | 80 | <dt>Previous version: |
81 | 81 |
|
@@ -159,8 +159,8 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2> |
159 | 159 | mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see |
160 | 160 | <a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred |
161 | 161 | for discussion of this specification. When sending e-mail, please put the |
162 | | - text “css3-color” in the subject, preferably like this: |
163 | | - “[<!---->css3-color<!---->] <em>…summary of |
| 162 | + text “cvs-member” in the subject, preferably like this: |
| 163 | + “[<!---->cvs-member<!---->] <em>…summary of |
164 | 164 | comment…</em>” |
165 | 165 |
|
166 | 166 | <p>This document was produced by the <a href="/Style/CSS/members">CSS |
@@ -628,6 +628,28 @@ <h3 id=transparency><span class=secno>3.2 </span>Transparency: the <span |
628 | 628 | mask where the value of each pixel of the mask is <alphavalue>. |
629 | 629 | </dl> |
630 | 630 |
|
| 631 | + <p>Since an element with opacity less than 1 is composited from a single |
| 632 | + offscreen image, content outside of it cannot be layered in z-order |
| 633 | + between pieces of content inside of it. For the same reason, |
| 634 | + implementations must create a new stacking context for any element with |
| 635 | + opacity less than 1. If an element with opacity less than 1 is not |
| 636 | + positioned, implementations must paint the layer it creates, within its |
| 637 | + parent stacking context, at the same stacking order that would be used if |
| 638 | + it were a positioned element with ‘<code class=css>z-index: |
| 639 | + 0</code>’ and ‘<code class=css>opacity: 1</code>’. If an |
| 640 | + element with opacity less than 1 is positioned, the ‘<span |
| 641 | + class=property>z-index</span>’ property applies as described in <a |
| 642 | + href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, except that |
| 643 | + ‘<span class=property>auto</span>’ is treated as ‘<code |
| 644 | + class=css>0</code>’ since a new stacking context is always created. |
| 645 | + See <a href="http://www.w3.org/TR/CSS21/visuren.html#layers">section |
| 646 | + 9.9</a> and <a href="http://www.w3.org/TR/CSS21/zindex.html">Appendix |
| 647 | + E</a> of <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> for |
| 648 | + more information on stacking contexts. The rules in this paragraph do not |
| 649 | + apply to SVG elements, since SVG has its own <a |
| 650 | + href="http://www.w3.org/TR/SVG11/render.html">rendering model</a> <a |
| 651 | + href="#SVG11" rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>. |
| 652 | + |
631 | 653 | <h2 id=colorunits><span class=secno>4. </span>Color units</h2> |
632 | 654 |
|
633 | 655 | <p>A <span class="index-def value-def-color" id=valuea-def-color |
@@ -4861,6 +4883,16 @@ <h3 id=normative><span class=secno>11.1 </span>Normative</h3> |
4861 | 4883 | </dd> |
4862 | 4884 | <!----> |
4863 | 4885 |
|
| 4886 | + <dt id=CSS21>[CSS21] |
| 4887 | + |
| 4888 | + <dd>Bert Bos; et al. <a |
| 4889 | + href="http://www.w3.org/TR/2007/CR-CSS21-20070719"><cite>Cascading Style |
| 4890 | + Sheets, level 2 revision 1.</cite></a> 19 July 2007. W3C Candidate |
| 4891 | + Recommendation. (Work in progress.) URL: <a |
| 4892 | + href="http://www.w3.org/TR/2007/CR-CSS21-20070719">http://www.w3.org/TR/2007/CR-CSS21-20070719</a> |
| 4893 | + </dd> |
| 4894 | + <!----> |
| 4895 | + |
4864 | 4896 | <dt id=ICC42>[ICC42] |
4865 | 4897 |
|
4866 | 4898 | <dd><a href="http://color.org/ICC1v42_2006-05.pdf"><cite>Image technology |
|
0 commit comments