Skip to content

Commit 9898d57

Browse files
committed
Reference WCAG 2.0 wrt use of background images
1 parent cc2304f commit 9898d57

2 files changed

Lines changed: 30 additions & 5 deletions

File tree

css3-background/Overview.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

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
2626
2010</h2>
2727

2828
<dl>
2929
<dt>This version:
3030

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>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -131,8 +131,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
131131
<p>The following features are at-risk and may be dropped at the end of the
132132
CR period if there has not been enough interest from implementers:
133133
&lsquo;<a href="#box-decoration-break"><code
134-
class=property>box-decoration-break</code></a>&rsquo;, &lsquo;<a
135-
href="#box-shadow"><code class=property>box-shadow</code></a>&rsquo;.
134+
class=property>box-decoration-break</code></a>&rsquo;
136135

137136
<p>The CSS WG maintains an <a
138137
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 &lsquo;<a
594593
class=css>background-color</code></a>&rsquo; that will preserve contrast
595594
with the text for when the image is unavailable.
596595

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+
597604
<div class=example>
598605
<p>Some examples specifying background images:</p>
599606

@@ -1886,7 +1893,8 @@ <h3 id=the-border-color><span class=secno>4.1. </span>The &lsquo;<a
18861893
<tr>
18871894
<th>Initial:
18881895

1889-
<td>currentColor
1896+
<td><a
1897+
href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
18901898

18911899
<tr>
18921900
<th>Applies to:
@@ -4338,6 +4346,16 @@ <h3 class=no-num id=other-references>Other references</h3>
43384346
</dd>
43394347
<!---->
43404348

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+
43414359
<dt id=XML11>[XML11]
43424360

43434361
<dd>Eve Maler; et al. <a

css3-background/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ <h3 id="the-background-image">The 'background-image' property</h3>
302302
''background-color'' that will preserve contrast with the text for
303303
when the image is unavailable.
304304

305+
<p>For accessibility reasons, authors should not use background images
306+
as the sole method of conveying important information.
307+
See <a href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/F3">Web
308+
Content Accessibility Guideline F3</a> [[WCAG20]]. Images are not
309+
accessible in non-graphical presentations, and background images
310+
specifically might be turned off in high-contrast display modes.
311+
305312
<div class="example">
306313
<p>Some examples specifying background images:</p>
307314
<pre>

0 commit comments

Comments
 (0)