One reason these are not supported is that the attributes are still in draft specification. However, I don't think Struts should be so difficult to extend to support other attributes.
Paul On Mon, Nov 1, 2010 at 10:42 AM, Anjib Mulepati <anji...@hotmail.com> wrote: > All ARIA attributes like > > * |aria-autocomplete| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-autocomplete> > * |aria-checked|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-checked> > * |aria-disabled|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-disabled> > * |aria-expanded|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-expanded> > * |aria-haspopup| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-haspopup> > * |aria-hidden|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden> > * |aria-invalid|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid> > * |aria-label| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-label> > * |aria-level| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-level> > * |aria-multiline| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-multiline> > * |aria-multiselectable| > > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-multiselectable> > * |aria-orientation| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-orientation> > * |aria-pressed|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-pressed> > * |aria-readonly| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-readonly> > * |aria-required| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-required> > * |aria-selected|(state) > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-selected> > * |aria-sort| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-sort> > * |aria-valuemax| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemax> > * |aria-valuemin| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemin> > * |aria-valuenow| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuenow> > * |aria-valuetext| > <http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuetext> > > > > Currently I can't add any of the ARIA attributes to struts tags. > > Anjib > > On 11/1/2010 11:33 AM, Paul Benedict wrote: >> >> If you don't mind, what attributes are missing? >> >> On Mon, Nov 1, 2010 at 10:31 AM, Anjib Mulepati<anji...@hotmail.com> >> wrote: >>> >>> I need to do this in almost all available tags so can u post me some link >>> where I can read about how to do this? >>> >>> Thanks >>> >>> On 11/1/2010 11:26 AM, Paul Benedict wrote: >>>> >>>> You can subclass the TextAreaTag class and write a custom TLD. >>>> >>>> -- Paul >>>> >>>> On Mon, Nov 1, 2010 at 10:09 AM, Anjib Mulepati<anji...@hotmail.com> >>>> wrote: >>>>> >>>>> Hello >>>>> >>>>> I am trying to add aria attributes to struts tags like<html:textarea>. >>>>> Currently it doesn't support. How can i add this? >>>>> >>>>> I am using struts 1.3.8 >>>>> >>>>> Anjib >>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>>> For additional commands, e-mail: user-h...@struts.apache.org >>>> >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>> For additional commands, e-mail: user-h...@struts.apache.org >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org