Re[2]: [WSG] E649 The default scripting language must be specified for an intrinsic event:

2008-12-31 Thread Martin Heiden
Tee, Wednesday, December 31, 2008, 8:52:02 AM, you wrote: t OK, finally got it working this time. All I needed is adding this : t meta http-equiv=content-script-type content=text/tcl / Do you really use TCL in your page? I guess you want to change it to meta http-equiv=content-script-type

[WSG] E649 The default scripting language must be specified for an intrinsic event:

2008-12-30 Thread tee
I remember I asked this before, still I am unable to figure out how to fix it. It disturbs me not able to fix it as it shows up as an error in WAI AA validation; it's not a warning so I am curious to know if this will cause accessible difficulty to screen readers. I have this script in a

Re: [WSG] E649 The default scripting language must be specified for an intrinsic event:

2008-12-30 Thread David Dorward
tee wrote: I remember I asked this before, still I am unable to figure out how to fix it. I spent ages reading and rereading this until I spotted the error message hiding away in the subject line :) http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.2.1 is the bit of the spec that you

Re: [WSG] E649 The default scripting language must be specified for an intrinsic event:

2008-12-30 Thread David Dorward
David Dorward wrote: tee wrote: I remember I asked this before, still I am unable to figure out how to fix it. I spent ages reading and rereading this until I spotted the error message hiding away in the subject line :) http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.2.1 is the

Re: [WSG] E649 The default scripting language must be specified for an intrinsic event:

2008-12-30 Thread tee
On Dec 30, 2008, at 2:03 AM, David Dorward wrote: tee wrote: I remember I asked this before, still I am unable to figure out how to fix it. I spent ages reading and rereading this until I spotted the error message hiding away in the subject line :)

RE: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-09-01 Thread michael.brockington
I think you will find that this has no direct effect on accessibility. As I am sure you know, if you rely on these methods for navigation, or if that select isn't made keyboard-friendly, then that is a problem, but inline JavaScript on its own is fine. In some circumstances it is better to have it

RE: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-31 Thread Essential eBiz Solutions Ltd
Magento is great in practice, but I've found that the only big thing about it for my customers is the admin facilities. But for a designer it's a lot of hard work. I've seen some fantastic examples of what can be done with Magento and there have been some great features that use jQuery (by far the

[WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread tee
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

Re: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread Anthony
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

Re: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread tee
Hi Anthony, Thanks for the advice - I know all these by theory :) Problem is in reality there are limitation as to how much I can do or if I am capable of doing. I failed to mention, it's for Magento project, which inline scripting and prototype are heavily used. I'd been working on