|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Introduction to CSS2</TITLE> |
@@ -174,7 +174,7 @@ Please consult the HTML 4.0 specification for more information. |
174 | 174 |
|
175 | 175 | <P>CSS can be used with any structured document format, for example |
176 | 176 | 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 |
178 | 178 | which user agents don't know how to display. |
179 | 179 |
|
180 | 180 | <P>Here is a simple XML fragment: |
@@ -453,17 +453,33 @@ class="propinst-color">'color'</span> property.</P> |
453 | 453 | </LI> |
454 | 454 |
|
455 | 455 | <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> |
463 | 464 | </LI> |
464 | 465 |
|
465 | 466 | </UL> |
466 | 467 |
|
467 | 468 |
|
468 | 469 | </BODY> |
469 | 470 | </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