8000 [css2] Explained "Accessibility". · w3c/csswg-drafts@079db6c · GitHub
Skip to content

Commit 079db6c

Browse files
committed
[css2] Explained "Accessibility".
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401275
1 parent a9c06b7 commit 079db6c

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

css2/intro.src

Lines changed: 25 additions & 9 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.19 1998-03-16 12:45:37 howcome Exp $ -->
3+
<!-- $Id: intro.src,v 2.20 1998-03-20 18:09:30 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -174,7 +174,7 @@ Please consult the HTML 4.0 specification for more information.
174174

175175
<P>CSS can be used with any structured document format, for example
176176
the eXtensible Markup Language [[-XML10]]. In fact, XML depends more on
177-
style sheets than HTML since authors can make up their own elements
177+
style sheets than HTML, since authors can make up their own elements
178178
which user agents don't know how to display.
179179

180180
<P>Here is a simple XML fragment:
@@ -453,17 +453,33 @@ class="propinst-color">'color'</span> property.</P>
453453
</LI>
454454

455455
<LI>
456-
<P><STRONG>Accessibility</STRONG>. Last, but not least, using CSS will
457-
increase accessibility to Web documents. By retaining textual
458-
information in text form, both robots indexing Web pages and human
459-
users will have more options for digesting the content. Users can
460-
provide their personal style sheets if author-suggested style sheets
461-
hinder accessibility. The cascading mechanism
462-
combines and selects from different style sheets.</P>
456+
<P><STRONG>Accessibility</STRONG>. Last, but not least, CSS will
457+
increase accessibility to Web documents, not just for people with
458+
handicaps, but for everybody, and even for robots. By retaining
459+
textual information in text form, robots and human users alike will
460+
have more options for digesting the content. Users can provide their
461+
personal style sheets if author-suggested style sheets hinder
462+
accessibility. The cascading mechanism combines and selects from
463+
different style sheets.</P>
463464
</LI>
464465

465466
</UL>
466467

467468

468469
</BODY>
469470
</HTML>
471+
<!-- Keep this comment at the end of the file
472+
Local variables:
473+
mode: sgml
474+
sgml-omittag:nil
475+
sgml-shorttag:nil
476+
sgml-minimize-attributes:nil
477+
sgml-always-quote-attributes:t
478+
sgml-indent-step:nil
479+
sgml-indent-data:t
480+
sgml-parent-document:nil
481+
sgml-exposed-tags:nil
482+
sgml-local-catalogs:nil
483+
sgml-local-ecat-files:nil
484+
End:
485+
-->

0 commit comments

Comments
 (0)