WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: <Location> tags and ALT attributes

for

From: E.J. Zufelt
Date: Aug 3, 2010 7:00AM


This looks like XML data storage to me, not meant to be rendered as it is by the browser, but used by the JS as data for what it is doing.

Just a guess obviously


Everett Zufelt
http://zufelt.ca

Follow me on Twitter
http://twitter.com/ezufelt

View my LinkedIn Profile
http://www.linkedin.com/in/ezufelt



On 2010-08-03, at 8:43 AM, J. B-Vincent wrote:

> I recently ran across the following code as part of a Java script that cycles through displaying different pictures:
>
> <homeHeading>
>
> <location>images/urthere/heading1.jpg</location>
>
> <alt>First picture</alt>
>
> <linkPath>none</linkPath>
>
> </homeHeading>
>
> Naturally, using <alt> as a tag rather than an attribute isn't working. However, I'm not finding any information to tell me what would work. Any suggestions?
>
> Thanks--
>
> Jane Vincent, Center for Accessible Technology
>
>
>
>
>