E-mail List Archives
Re: Available title indication via css
From: Patrick H. Lauke
Date: Nov 11, 2017 5:43AM
- Next message: Birkir R. Gunnarsson: "Re: Available title indication via css"
- Previous message: Wolfgang Berndorfer: "Re: Available title indication via css"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Available title indication via css"
- Previous message in Thread: Wolfgang Berndorfer: "Re: Available title indication via css"
- View all messages in this Thread
On 11/11/2017 10:26, Wolfgang Berndorfer wrote:
> Hi Bim,
> DonÂt only think of people with disabilities. Imagine, You find an
> abbreviation on a website, You donÂt understand: If the abbreviation is
> visually perceivable as titled, You will hover with your mouse and get the
> meaning of the abbreviation as a browser functionality. If the
> TITLE-attribute wasnÂt styled, You would probably not try to hover to get
> information. The titled abbreviation just looks like any other textelement.
> Styling would help You, if You are sighted and can use the mouse. Even if
> You need a magnification software, You benefit of the visual indication.
> If You need a screen reader, the information You get, depends on Your
> settings and not on the styling. But this is an other issue.
> <span lang="de" title="best regards">Beste GrüÃe!</span>
> Wolfgang
You're tackling the problem from the "we should make the fact there's a
title attribute on a random element visually clear", whereas the general
advice really is "don't use title attribute in general".
With the exception of MS Edge, no browser shows title attribute tooltips
even on focusable elements. Arbitrary, non-focusable elements with title
of course never show their title in any browser.
Instead of making the use of title more enticing with styling, we should
focus on avoiding title usage. For some elements like
acronyms/abbreviations, title has a clearly defined additional benefit
and per spec the expanded version of the acronym/abbreviation goes in
the title. But for arbitrary elements, you're really still just working
on something that for mouse users happens to provide a tooltip, but is
useless to most other users.
P
--
Patrick H. Lauke
www.splintered.co.uk | https://github.com/patrickhlauke
http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke
- Next message: Birkir R. Gunnarsson: "Re: Available title indication via css"
- Previous message: Wolfgang Berndorfer: "Re: Available title indication via css"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Available title indication via css"
- Previous message in Thread: Wolfgang Berndorfer: "Re: Available title indication via css"
- View all messages in this Thread