For the HTML tags, one solution would be to add a standard "options"
parameter that would pass through the value uninterpreted. This would
keep us from having to worry about vendor-specific implementations.
"Assenza, Chris" wrote:
>
> Just my $0.02 but for many applications built around the Struts framework
> there will be specific controlled environments (and for many there won't be)
> wherein the browser is a known variable. While events like onkeyup are
> supported on forms for IE4 and above only, it would be nice to have them
> available as part of the form tag if the developer is unconcerned with a
> cross-browser implementation. :)
>
> Chris