Skip to content

Commit a32b991

Browse files
committed
[css2] modifications of accessibility paragraphs based on comments from Judy/Daniel
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401670
1 parent f20b380 commit a32b991

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

css2/intro.src

Lines changed: 12 additions & 15 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.31 1998-05-06 19:28:26 ijacobs Exp $ -->
3+
<!-- $Id: intro.src,v 2.32 1998-05-08 16:25:57 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -454,22 +454,16 @@ to users with disabilities:</p>
454454

455455
<UL>
456456
<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.
457+
to eliminate inaccessible bit-mapped text images.
461458
<li>Positioning properties allow authors to eliminate
462459
mark-up tricks (e.g., invisible images) to force layout.
463-
<LI>The semantics of <tt>!important</tt> rules mean
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.
460+
<LI>The semantics of
461+
<tt>!important</tt> rules mean that users with
462+
particular presentation requirements
463+
can override the author's style sheets.
467464
<li>The new 'inherit' value for all properties
468-
improves cascading "generality". For instance:
469-
<PRE class="css-example">
470-
BODY { font-size: 12pt }
471-
P { font-size: inherit }
472-
</PRE>
465+
improves cascading generality and allows for
466+
easier and more consistent style tuning.
473467
<li>Improved media support, including media groups and the
474468
braille, embossed, and tty media types, will allow users and
475469
authors to tailor pages to those devices.
@@ -478,7 +472,10 @@ authors to tailor pages to those devices.
478472
selectors, 'attr()' function,
479473
and 'content' property give access to alternate content.
480474
<LI>Counters and section/paragraph numbering can improve
481-
document navigability.
475+
document navigability and save on indenting spacing
476+
(important for braille devices). The 'word-spacing' and
477+
'text-indent' properties also eliminate the need
478+
for extra whitespace in the document.
482479
</UL>
483480

484481
<div class="note"><P> <em><strong>Note.</strong> For more information

0 commit comments

Comments
 (0)