Re: Action item: "default"

----- Original Message -----
From: "Anne Pemberton" <apembert@erols.com>
> What are the other technologies and what implications are you talking
> about. Can you provide some concrete examples?

MM
Scripting! It says so right in the benefits section of 4.4:
Ensure that when stylistic _or scripting technologies_ are not supported or
turned off the content is still usable and readable by the user. This only
applies to technologies that associate presentation with structure.

Any content present in JavaScript will be inaccessible if JavaScript is
turned off. This is the most basic example:

<script language="JavaScript">
<!--
alert("You can't read this if JavaScript is turned off.");
--></script>

-
m


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Received on Saturday, 18 August 2001 16:14:26 UTC