[webaccessibile] Oracle Portal e' accessibile e risponde in Xhtml 1.0 Strict

Livio Mondini livio.mondini a gmail.com
Lun 2 Ott 2006 17:55:57 CEST


2006/10/2, Emiliano Pecis <emiliano.pecis a oracle.com>:
> e usa il NOSCRIPT per il motivo per il quale e' nato... non vuole

appunto ... noscript è nato per:

http://www.w3.org/TR/html4/interact/scripts.html#h-18.3.1

In the following example, a user agent that executes the SCRIPT will
include some dynamically created data in the document. If the user
agent doesn't support scripts, the user may still retrieve the data
through a link.

<SCRIPT type="text/tcl">
 ...some Tcl script to insert data...
</SCRIPT>
<NOSCRIPT>
 <P>Access the <A href="http://someplace.com/data">data.</A>
</NOSCRIPT>

oppure, wcag: http://www.w3.org/WAI/wcag-curric/noscript.htm

Here is the code used to create the scripted button:
<BUTTON ONMOUSEOVER="pop()">
Win a prize!</BUTTON>.


And the code of the script function itself:
<SCRIPT language="JavaScript" type="text/javascript">
function pop() { alert ("You Win First Prize!") }
</SCRIPT>
<NOSCRIPT>You Win First Prize!</NOSCRIPT>


Non c'entrano proprio nulla Stanca e/o le pratiche onanistiche.
Inoltre, potresti spiegare per quale motivo le nazioni che scelgono
diversamente dal transitional sarebbero "povere loro"? a me questa
sembra tanto una leggenda metropolitana senza alcun fondamento, ma
magari sono io che non riesco a capire.

Livio



Maggiori informazioni sulla lista webaccessibile