8000 [css2] Sprinkled some extra WAI notes into the prose · w3c/csswg-drafts@cf434b6 · GitHub
Skip to content

Commit cf434b6

Browse files
committed
[css2] Sprinkled some extra WAI notes into the prose
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401663
1 parent 4fc8637 commit cf434b6

6 files changed

Lines changed: 60 additions & 34 deletions

File tree

css2/cascade.src

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.27 1998-04-30 17:45:58 howcome Exp $ -->
3+
<!-- $Id: cascade.src,v 2.28 1998-05-06 19:28:13 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
@@ -330,7 +330,9 @@ rule 3).
330330
and "important" follow the declaration) takes precedence over a normal
331331
declaration. Both author and user style sheets may contain
332332
"!important" declarations, and user "!important" rules override author
333-
"!important" rules.
333+
"!important" rules. This CSS feature improves accessibility
334+
of documents by giving users with special requirements (large
335+
fonts, color combinations, etc.) control over presentation.
334336

335337
<div class="note"><P>
336338
<em><strong>Note.</strong>

css2/generate.src

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,10 @@ transparent. Markers offer more control over marker box style.
11471147
<span class="propinst-list-style-image">'list-style-image'</span> has
11481148
the value 'none' or if the image pointed to by the URI cannot be
11491149
displayed. The value 'none' specifies no marker, otherwise there are
1150-
three types of marker: glyphs, numbering systems, and alphabetic systems.
1150+
three types of marker: glyphs, numbering systems, and alphabetic
1151+
systems. <strong>Note.</strong> Numbered lists improve document
1152+
accessibility by making lists easier to navigate.
1153+
11511154

11521155
<P>Glyphs are specified with
11531156
<strong><span class="index-def" title="disc"><a class="value-def"

css2/intro.src

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.30 1998-05-06 02:22:00 ijacobs Exp $ -->
3+
<!-- $Id: intro.src,v 2.31 1998-05-06 19:28:26 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -448,41 +448,42 @@ class=" 8000 propinst-color">'color'</span> property.</P>
448448
</LI>
449449

450450
<LI>
451-
<P><STRONG>Accessibility</STRONG>. CSS has several
452-
features designed to
453-
make the Web more accessible to users with disabilities:</p>
451+
<P><STRONG>Accessibility</STRONG>. Several CSS
452+
features will make the Web more accessible
453+
to users with disabilities:</p>
454454

455455
<UL>
456-
<li>Improved media support, including media groups and the
457-
braille, embossed, and tty media types.
456+
<LI>Properties to control font appearance allow authors
457+
to eliminate bit-mapped text images.
458+
When designers add style to text rather than
459+
representing text through images,
460+
human users (and robots) can reap more information from pages.
461+
<li>Positioning properties allow authors to eliminate
462+
mark-up tricks (e.g., invisible images) to force layout.
458463
<LI>The semantics of <tt>!important</tt> rules mean
459-
that "the user can always win" in the cascade. This allows
460-
users with particular needs (large fonts, color combinations,
461-
etc.) to override the author's styles.
464+
that "the user can always win" in the cascade.
465+
Users with particular needs (large fonts, color combinations,
466+
etc.) can always impose the styles they require.
462467
<li>The new 'inherit' value for all properties
463468
improves cascading "generality". For instance:
464469
<PRE class="css-example">
465470
BODY { font-size: 12pt }
466471
P { font-size: inherit }
467472
</PRE>
468-
<LI>The aural properties give control over voice and audio output.
469-
<LI>Access to alternative content through attribute
470-
selectors, the 'attr()' function,
471-
and the 'content' property.
472-
<LI>Counters and section/paragraph numbering. These allow
473-
users with braille/tty devices an alternative to
474-
outlines. <!-- What does this mean? -->
475-
<LI>Generated content.
473+
<li>Improved media support, including media groups and the
474+
braille, embossed, and tty media types, will allow users and
475+
authors to tailor pages to those devices.
476+
<LI>Aural properties give control over voice and audio output.
477+
<LI>The attribute
478+
selectors, 'attr()' function,
479+
and 'content' property give access to alternate content.
480+
<LI>Counters and section/paragraph numbering can improve
481+
document navigability.
476482
</UL>
477483

478-
<P>Furthermore, by allowing designers to add style to text rather than
479-
requiring them to use images, CSS will allow human users and robots
480-
alike to reap more information from pages.
481-
</P>
482-
483484
<div class="note"><P> <em><strong>Note.</strong> For more information
484485
about designing accessible documents using CSS and HTML, please
485-
consult [[-WAIGUIDE]].</em>
486+
consult [[-WAI-PAGEAUTH]].</em>
486487
</div>
487488
</UL>
488489

css2/refs.src

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: refs.src,v 2.10 1998-04-28 19:12:39 ijacobs Exp $ -->
3+
<!-- $Id: refs.src,v 2.11 1998-05-06 19:28:32 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>References</TITLE>
@@ -280,11 +280,12 @@ of the added tables</a> and <a href="http://support.info.apple.com/gx/FQS/FQSTOC
280280
Examine at <A HREF="http://www.w3.org/pub/WWW/Style">
281281
http://www.w3.org/pub/WWW/Style.</a>
282282

283-
<dt><strong><a name="ref-WAIGUIDE"
284-
class="informref">[WAIGUIDE]</a></strong>
285-
<dd>Page Author Guidelines for designing accessible documents are
286-
available at the Web Accessibility Initiative (WAI) Web site.<BR>
287-
Available at <a href="http://www.w3.org/WAI/GL">http://www.w3.org/WAI/GL</a>.
283+
<dt><strong><a name="ref-WAI-PAGEAUTH"
284+
class="informref">[WAI-PAGEAUTH]</a></strong>
285+
<dd>"WAI Accesibility Guidelines: Page Authoring"
286+
for designing accessible documents are
287+
available at:<BR>
288+
<a href="http://www.w3.org/TR/WD-WAI-PAGEAUTH">http://www.w3.org/TR/WD-WAI-PAGEAUTH</a>.
288289
</dl>
289290
</BODY>
290291
</HTML>

css2/syndata.src

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.60 1998-05-06 02:25:59 ijacobs Exp $ -->
3+
<!-- $Id: syndata.src,v 2.61 1998-05-06 19:28:40 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -962,6 +962,17 @@ href="colors.html#gamma-correction">gamma correction</a> for further
962962
details. Note that only colors specified in CSS are affected; e.g.,
963963
images are expected to carry their own color information.
964964

965+
<div class="note"><P>
966+
<em><strong>Note.</strong>
967+
Although colors can add significant amounts of information to document
968+
and make them more readable, please consider that certain color
969+
combinations may cause problems for users with color blindness. If you
970+
use a background image or set the background color, please
971+
adjust foreground colors accordingly.
972+
</em>
973+
</div>
974+
975+
965976
<H3>Angles</H3>
966977
<P>Angle values (denoted by <span class="index-def"
967978
title="&lt;angle&gt;::definition of"><a

css2/visuren.src

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.65 1998-05-06 02:30:14 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.66 1998-05-06 19:29:05 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -533,6 +533,14 @@ the normal flow entirely (it has no impact on later siblings)
533533
and assigned a position with respect to a containing block.
534534
</ol>
535535

536+
<div class="note">
537+
<em><strong>Note.</strong>
538+
CSS2's positioning schemes help authors make their documents
539+
more accessible by allowing them to avoid mark-up tricks
540+
(e.g., invisible images) used for layout effects.
541+
</em>
542+
</div>
543+
536544
<h3><a name="choose-position">Choosing a positioning scheme:</a> <span
537545
class="propinst-position">'position'</span> property</h3>
538546

0 commit comments

Comments
 (0)