On Fri, May 23, 2014 at 12:53 PM, <[email protected]>
wrote:

> I've recently noticed a problem with tabindex on anchor<a> tags.
> The following line:
> <a target="_blank"  tabindex="1" href="${send.help.url}" >${send.help}</a>
> is being altered to:
> <a target="_blank" href="${send.help.url}" >${send.help}</a>
> in google apps script. Is there an exception case for  anchor tags that
> overrides the * behavior?
>

I just checked, and Caja does not have any special cases for tabindex; it
should be treated equally no matter which element it is on. "1" should be
an allowed value.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to