First of all try to avoid in-line scripting. You could make great use of jquery, mootools or any other library.

Make sure to provide an alternative method (buttons, links, etc) to make things accessible for javascript disabled browsers, screen readers, etc.

Regards,
Anthony.

Sent from my iPhone!

On 31/08/2008, at 10:06 AM, tee <[EMAIL PROTECTED]> wrote:

I looked up the reference from W3C, but all I got is a blurry picture that makes my head spins.

I added a meta tag:
<meta http-equiv="Content-Script-Type" content="text/javascript">

No effect.


Example of offenders.

<select id="select-language" onchange="window.location.href=this.value">

<li onmouseover="toggleMenu(this,1)" onmouseout="toggleMenu(this, 0)"></li>


So my question, what fatal effect it has for accessibility if I can't get rid of them?

Thanks!

tee





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to