E-mail List Archives
Re: underline on links, from the blind's perspective
From: Robyn Hunt
Date: May 24, 2012 1:26PM
- Next message: Reinhard Stebner: "Re: Web accessibility evaluation tool"
- Previous message: Rabab Gomaa: "Re: Web accessibility evaluation tool"
- Next message in Thread: Stella Mudd: "Re: underline on links, from the blind's perspective"
- Previous message in Thread: Oscar DeLong: "Re: underline on links, from the blind's perspective"
- View all messages in this Thread
<html>
<body>
Hi,<br>
I agree with Oscar and Sarah. In our work testing with people with
learning difficulties we have found that blue underlined links are
important accessibility features for a group of people who are often
forgotten by web developers and communicators.<br>
Cheers<br>
Robyn<br><br>
<font size=2>Read my blog at
<a href="http://www.lowvisionary.com/" eudora="autourl">
www.lowvisionary.com</a> <br>
</font><font size=2 color="#0000FF">AccEase,</font><font size=2>
</font><font size=2 color="#008000"><i>All the information for all the
people all the time<br>
</i></font><font size=2>
<a href="http://www.accease.com/" eudora="autourl">www.accease.com<br>
</a>Twitter @AccEase<br>
i<i> <EMAIL REMOVED> <br>
Ph. 64 4 939 0445<br>
Mobile 027 449 3019<br><br>
<br><br>
</i></font>At 06:00 a.m. 25/05/2012, you wrote:<br>
<blockquote type=cite class=cite cite="">Send WebAIM-Forum mailing list
submissions to<br>
<x-tab> </x-tab>
<EMAIL REMOVED> <br><br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<x-tab> </x-tab>
<a href="http://list.webaim.org/mailman/listinfo/webaim-forum" eudora="autourl">
http://list.webaim.org/mailman/listinfo/webaim-forum</a><br>
or, via email, send a message with subject or body 'help' to<br>
<x-tab> </x-tab>
<EMAIL REMOVED> <br><br>
You can reach the person managing the list at<br>
<x-tab> </x-tab>
<EMAIL REMOVED> <br><br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of WebAIM-Forum digest..."<br><br>
Today's Topics:<br><br>
1. underline on links, from the blind's perspective<br>
(Julius Charles Serrano)<br>
2. Re: underline on links, from the blind's perspective
(Jared Smith)<br>
3. Re: underline on links, from the blind's perspective<br>
(Hoger, Jodie)<br>
4. Re: underline on links, from the blind's perspective
(Stella Mudd)<br>
5. Re: underline on links, from the blind's perspective<br>
(Bevi Chagnon)<br>
6. Re: underline on links, from the blind's perspective<br>
(Tim Harshbarger)<br>
7. Re: underline on links, from the blind's perspective<br>
(John E Brandt)<br>
8. Re: underline on links, from the blind's perspective<br>
(Bourne, Sarah (ITD))<br>
9. Re: underline on links, from the blind's perspective<br>
(Oscar DeLong)<br><br>
Content-Transfer-Encoding: 7bit<br>
From: Julius Charles Serrano < <EMAIL REMOVED> ><br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: <EMAIL REMOVED> <br>
Date: Thu, 24 May 2012 14:40:23 +1200<br>
Reply-To: WebAIM Discussion List
< <EMAIL REMOVED> ><br>
Message-ID: < <EMAIL REMOVED> ><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
Subject: [WebAIM] underline on links, from the blind's perspective<br>
Message: 1<br><br>
Hi everyone.<br><br>
Generally, it is a good accessibility practice to have an underline on
each link.<br><br>
Regarding this matter, I wanna ask, particularly the accessibility
advocates here who are blind, is there a way to verify (non-visually)
that the links on a page are indeed underlined?<br><br>
I think for sighted accessibility advocates, this is not a problem. I
just wanna know if there is a way for blind advocates to verify that
links are underlined. Perhaps we can do this by looking at the code? Any
ideas?<br><br>
I think being able to verify this is necessary because sometimes web
developers tend to remove the underlines for whatever reason.<br><br>
Thanks everyone.<br><br>
Julius<br><br>
<br><br>
-- <br>
Julius Charles Serrano<br>
Accessibility Specialist<br>
Catalyst IT Ltd<br>
<a href="http://www.catalyst.net.nz/" eudora="autourl">
http://www.catalyst.net.nz</a><br>
Mail: <EMAIL REMOVED> <br>
Phone: +64 (4) 803-2436<br><br>
<br><br>
<br>
From: Jared Smith < <EMAIL REMOVED> ><br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List < <EMAIL REMOVED> ><br>
References: < <EMAIL REMOVED> ><br>
In-Reply-To: < <EMAIL REMOVED> ><br>
Date: Wed, 23 May 2012 21:23:21 -0600<br>
Reply-To: WebAIM Discussion List
< <EMAIL REMOVED> ><br>
Message-ID:
<CAMfKODDm+ <EMAIL REMOVED> ><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 2<br><br>
On Wed, May 23, 2012 at 8:40 PM, Julius Charles Serrano wrote:<br>
> is there a way to verify (non-visually)<br>
> that the links on a page are indeed underlined?<br><br>
You can't easily tell from the markup alone, unless you check the
CSS<br>
to see if there's some style somewhere that might remove the<br>
underline. One easy way would be to use Firebug in Firefox to
analyze<br>
the link and see if the computed text-decoration style is set to<br>
either underline or none.<br><br>
Jared<br><br>
<br><br>
From: "Hoger, Jodie" < <EMAIL REMOVED> ><br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: "WebAIM Discussion List"
< <EMAIL REMOVED> ><br>
References: < <EMAIL REMOVED> ><br>
In-Reply-To: < <EMAIL REMOVED> ><br>
Date: Thu, 24 May 2012 13:24:59 +1000<br>
Reply-To: WebAIM Discussion List
< <EMAIL REMOVED> ><br>
Message-ID:
< <EMAIL REMOVED> ><br>
Content-Type: text/plain;<br>
<x-tab> </x-tab>
charset="US-ASCII"<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 3<br><br>
Hi there. I am new to the list and have been watching closely. I am
not<br>
techy in the slightest - smile but am totally blind and use a screen<br>
reader (window eyes by gw micro) and am passionate about universal<br>
design. From my perspective, I usually tab from link to link or use
the<br>
find feature for links. Either way, I do not get any feedback that a<br>
link is underlined and in fact, until this discussion, was not aware<br>
that links were. I would imagine for people with vision impairments,<br>
learning difficulties and anyone else I suppose that the common
practice<br>
of an underline would assist in the identification of the link. <br>
For me though, it makes no difference.<br>
I hope this feedback is useful. <br>
Best wishes,<br>
Jo<br><br>
Jodie Hoger<br>
Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra<br>
Institute, Building A, 60 Bienda St, Bomaderry, NSW, 2541 <br>
VOIP 54865| P 02 4421 9865| M 0437 035 042| F 02 4421 9804| E<br>
<EMAIL REMOVED> |
<a href="http://www.illawarra.tafensw.edu.au/" eudora="autourl">
www.illawarra.tafensw.edu.au</a><br><br>
<br><br>
<br>
- Next message: Reinhard Stebner: "Re: Web accessibility evaluation tool"
- Previous message: Rabab Gomaa: "Re: Web accessibility evaluation tool"
- Next message in Thread: Stella Mudd: "Re: underline on links, from the blind's perspective"
- Previous message in Thread: Oscar DeLong: "Re: underline on links, from the blind's perspective"
- View all messages in this Thread