|
22 | 22 |
|
23 | 23 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
24 | 24 |
|
25 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 October |
| 25 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 October |
26 | 26 | 2010</h2> |
27 | 27 |
|
28 | 28 | <dl> |
29 | 29 | <dt>This version: |
30 | 30 |
|
31 | | - <dd><!--<a href="http://www.w3.org/TR/2010/WD-css3-background-20101020">http://www.w3.org/TR/2010/ED-css3-background-20101020</a>--> |
| 31 | + <dd><!--<a href="http://www.w3.org/TR/2010/WD-css3-background-20101027">http://www.w3.org/TR/2010/ED-css3-background-20101027</a>--> |
32 | 32 | <a |
33 | 33 | href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> |
34 | 34 |
|
@@ -131,8 +131,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2> |
131 | 131 | <p>The following features are at-risk and may be dropped at the end of the |
132 | 132 | CR period if there has not been enough interest from implementers: |
133 | 133 | ‘<a href="#box-decoration-break"><code |
134 | | - class=property>box-decoration-break</code></a>’, ‘<a |
135 | | - href="#box-shadow"><code class=property>box-shadow</code></a>’. |
| 134 | + class=property>box-decoration-break</code></a>’ |
136 | 135 |
|
137 | 136 | <p>The CSS WG maintains an <a |
138 | 137 | href="http://www.w3.org/Style/CSS/Tracker/products/11">issues list</a> for |
@@ -594,6 +593,14 @@ <h3 id=the-background-image><span class=secno>3.3. </span>The ‘<a |
594 | 593 | class=css>background-color</code></a>’ that will preserve contrast |
595 | 594 | with the text for when the image is unavailable. |
596 | 595 |
|
| 596 | + <p>For accessibility reasons, authors should not use background images as |
| 597 | + the sole method of conveying important information. See <a |
| 598 | + href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/F3">Web Content |
| 599 | + Accessibility Guideline F3</a> <a href="#WCAG20" |
| 600 | + rel=biblioentry>[WCAG20]<!--{{WCAG20}}--></a>. Images are not accessible |
| 601 | + in non-graphical presentations, and background images specifically might |
| 602 | + be turned off in high-contrast display modes. |
| 603 | + |
597 | 604 | <div class=example> |
598 | 605 | <p>Some examples specifying background images:</p> |
599 | 606 |
|
@@ -1886,7 +1893,8 @@ <h3 id=the-border-color><span class=secno>4.1. </span>The ‘<a |
1886 | 1893 | <tr> |
1887 | 1894 | <th>Initial: |
1888 | 1895 |
|
1889 | | - <td>currentColor |
| 1896 | + <td><a |
| 1897 | + href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a> |
1890 | 1898 |
|
1891 | 1899 | <tr> |
1892 | 1900 | <th>Applies to: |
@@ -4338,6 +4346,16 @@ <h3 class=no-num id=other-references>Other references</h3> |
4338 | 4346 | </dd> |
4339 | 4347 | <!----> |
4340 | 4348 |
|
| 4349 | + <dt id=WCAG20>[WCAG20] |
| 4350 | + |
| 4351 | + <dd>Michael Cooper; et al. <a |
| 4352 | + href="http://www.w3.org/TR/2008/REC-WCAG20-20081211"><cite>Web Content |
| 4353 | + Accessibility Guidelines (WCAG) 2.0.</cite></a> 11 December 2008. W3C |
| 4354 | + Recommendation. URL: <a |
| 4355 | + href="http://www.w3.org/TR/2008/REC-WCAG20-20081211">http://www.w3.org/TR/2008/REC-WCAG20-20081211</a> |
| 4356 | + </dd> |
| 4357 | + <!----> |
| 4358 | + |
4341 | 4359 | <dt id=XML11>[XML11] |
4342 | 4360 |
|
4343 | 4361 | <dd>Eve Maler; et al. <a |
|
0 commit comments