WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: appropriate length for value of "title" attribute

for

Number of posts in this thread: 3 (In chronological order)

From: Shrirang Prakash Sahasrabudhe
Date: Sun, Sep 14 2008 11:30PM
Subject: appropriate length for value of "title" attribute
No previous message | Next message →

Hi,
What should be the maximum length of text used as "title" for links or form fields?
I believe, very long titles pose problems to screen magnifier users...
Can anyone share any experiences about use of title attribute and issues arising there of?
Thanks.
Shrirang


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are not
to copy, disclose, or distribute this e-mail or its contents to any other person and
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken
every reasonable precaution to minimize this risk, but is not liable for any damage
you may sustain as a result of any virus in this e-mail. You should carry out your
own virus checks before opening the e-mail or attachment. Infosys reserves the
right to monitor and review the content of all messages sent to or from this e-mail
address. Messages sent to or from this e-mail address may be stored on the
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

From: Steve Green
Date: Mon, Sep 15 2008 6:10AM
Subject: Re: appropriate length for value of "title" attribute
← Previous message | Next message →

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Shrirang Prakash
Sahasrabudhe
Sent: 15 September 2008 06:22
To: ' = EMAIL ADDRESS REMOVED = '
Subject: [WebAIM] appropriate length for value of "title" attribute

Hi,
What should be the maximum length of text used as "title" for links or form
fields?
I believe, very long titles pose problems to screen magnifier users...
Can anyone share any experiences about use of title attribute and issues
arising there of?
Thanks.
Shrirang

--

'title' attributes do not need to be particularly long in order to cause
problems for screen magnifier users. You cannot specify a maximum length
because people use magnification levels up to 32x, at which point just a few
characters will fill the width of the page.

One source of frustration is when the user cannot get rid of the tooltip
because it is associated with an element that fills the screen at the zoom
level they are using. This can happen with images, and it is a particular
problem when 'title' attributes are applied to block-level elements such as
divs, because they may not be visible.

Similar problems occur when the CSS property display:block is applied to an
element that has a 'title' attribute. The element may not be visible in the
user's viewport, so there is no apparent reason for the tooltip's presence.

Steve

From: Wayne Dick
Date: Mon, Sep 15 2008 10:50AM
Subject: Re: appropriate length for value of "title" attribute
← Previous message | No next message

While we can adjust a little for defects in media players that
provide zoom, thing like title length accessibility issues. Many
times this list advises people to use short titles for zoom, or
never use alt and title attributes with the same value. While
these features are anoying to users of assistive technology, the
problem does not reside with the web developer. Zoom should
figure ways to wrap title and alt attributes. Screen readers
should determine when attribute titles and alt attributes are
identicle.

If you write standards compliant code, browsers and assistive
technology can determine the values of all parameters. So, they
can provide the appropriate accomodation for their target group.

So, my advise is make your title values as long as the logic of
your page determines. Do not distort your content to accomodate
one group. The assistive technologies should do that.

I use screen readers, talking browsers, zoom technology and
special style sheets to read the web. Until assistive
technologies translate the well constructed DOMs they are given
to best serve their audience, most people with disabilities have
to juggle between a few technologies to read.

Wayne Dick



----- Original Message -----
From: "Shrirang Prakash Sahasrabudhe" < = EMAIL ADDRESS REMOVED = >
To: < = EMAIL ADDRESS REMOVED = >
Sent: Sunday, September 14, 2008 10:22 PM
Subject: [WebAIM] appropriate length for value of "title"
attribute


> Hi,
> What should be the maximum length of text used as "title" for
> links or form fields?
> I believe, very long titles pose problems to screen magnifier
> users...
> Can anyone share any experiences about use of title attribute
> and issues arising there of?
> Thanks.
> Shrirang
>
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
> intended solely
> for the use of the addressee(s). If you are not the intended
> recipient, please
> notify the sender by e-mail and delete the original message.
> Further, you are not
> to copy, disclose, or distribute this e-mail or its contents to
> any other person and
> any such actions are unlawful. This e-mail may contain viruses.
> Infosys has taken
> every reasonable precaution to minimize this risk, but is not
> liable for any damage
> you may sustain as a result of any virus in this e-mail. You
> should carry out your
> own virus checks before opening the e-mail or attachment.
> Infosys reserves the
> right to monitor and review the content of all messages sent to
> or from this e-mail
> address. Messages sent to or from this e-mail address may be
> stored on the
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>