WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: underline on links, from the blind's perspective

for

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

From: Julius Charles Serrano
Date: Wed, May 23 2012 8:40PM
Subject: underline on links, from the blind's perspective
No previous message | Next message →

Hi everyone.

Generally, it is a good accessibility practice to have an underline on
each link.

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?

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?

I think being able to verify this is necessary because sometimes web
developers tend to remove the underlines for whatever reason.

Thanks everyone.

Julius



--
Julius Charles Serrano
Accessibility Specialist
Catalyst IT Ltd
http://www.catalyst.net.nz
Mail: = EMAIL ADDRESS REMOVED =
Phone: +64 (4) 803-2436

From: Jared Smith
Date: Wed, May 23 2012 9:23PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

On Wed, May 23, 2012 at 8:40 PM, Julius Charles Serrano wrote:
> is there a way to verify (non-visually)
> that the links on a page are indeed underlined?

You can't easily tell from the markup alone, unless you check the CSS
to see if there's some style somewhere that might remove the
underline. One easy way would be to use Firebug in Firefox to analyze
the link and see if the computed text-decoration style is set to
either underline or none.

Jared

From: Hoger, Jodie
Date: Wed, May 23 2012 9:24PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

Hi there. I am new to the list and have been watching closely. I am not
techy in the slightest - smile but am totally blind and use a screen
reader (window eyes by gw micro) and am passionate about universal
design. From my perspective, I usually tab from link to link or use the
find feature for links. Either way, I do not get any feedback that a
link is underlined and in fact, until this discussion, was not aware
that links were. I would imagine for people with vision impairments,
learning difficulties and anyone else I suppose that the common practice
of an underline would assist in the identification of the link.
For me though, it makes no difference.
I hope this feedback is useful.
Best wishes,
Jo

Jodie Hoger
Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra
Institute, Building A, 60 Bienda St, Bomaderry, NSW, 2541
VOIP 54865| P 02 4421 9865| M 0437 035 042| F 02 4421 9804| E
= EMAIL ADDRESS REMOVED = | www.illawarra.tafensw.edu.au




-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Julius
Charles Serrano
Sent: Thursday, 24 May 2012 12:40 PM
To: = EMAIL ADDRESS REMOVED =
Subject: [WebAIM] underline on links, from the blind's perspective

Hi everyone.

Generally, it is a good accessibility practice to have an underline on
each link.

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?

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?

I think being able to verify this is necessary because sometimes web
developers tend to remove the underlines for whatever reason.

Thanks everyone.

Julius



--
Julius Charles Serrano
Accessibility Specialist
Catalyst IT Ltd
http://www.catalyst.net.nz
Mail: = EMAIL ADDRESS REMOVED =
Phone: +64 (4) 803-2436

**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

From: Stella Mudd
Date: Wed, May 23 2012 10:08PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

Julius,

> Generally, it is a good accessibility practice to
> have an underline on each link.

I think you'll find arguments on both sides, but I have never felt an
underline is necessary. Bottom line for me is whether a link can be
discernible, which has never necessitated an underline. I would argue good
usability no longer requires an underline.

Arguments?

- Stella

On Wednesday, May 23, 2012, Julius Charles Serrano wrote:

> Hi everyone.
>
> Generally, it is a good accessibility practice to have an underline on
> each link.
>
> 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?
>
> 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?
>
> I think being able to verify this is necessary because sometimes web
> developers tend to remove the underlines for whatever reason.
>
> Thanks everyone.
>
> Julius
>
>
>
> --
> Julius Charles Serrano
> Accessibility Specialist
> Catalyst IT Ltd
> http://www.catalyst.net.nz
> Mail: = EMAIL ADDRESS REMOVED = <javascript:;>
> Phone: +64 (4) 803-2436
>
> > > >

From: Bevi Chagnon
Date: Thu, May 24 2012 2:28AM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

Julius wrote: "Generally, it is a good accessibility practice to have an
underline on
each link."

Julius, underlined links are more of a "convention," which means most
sighted users are expecting that links will be underlined so it's good
practice to underline links if you want most users to quickly see and
identify links.

But as Jodie said below, underlining or any other visual formatting of links
(like blue) is not made known to screen reader users. Their tools tell them
that it's a link, not that it's underlined.

The underlining, however, might be helpful to low-vision users of screen
readers and other A.T. users, just as it would for full-vision users.
-
Bevi Chagnon | = EMAIL ADDRESS REMOVED =
PubCom - Trainers, consultants, designers, and developers
Print, Web, Acrobat, XML, eBooks, and Federal Section 508
- * It's our 30th Year! *

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Hoger, Jodie
Sent: Wednesday, May 23, 2012 11:25 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] underline on links, from the blind's perspective

Hi there. I am new to the list and have been watching closely. I am not
techy in the slightest - smile but am totally blind and use a screen reader
(window eyes by gw micro) and am passionate about universal design. From my
perspective, I usually tab from link to link or use the find feature for
links. Either way, I do not get any feedback that a link is underlined and
in fact, until this discussion, was not aware that links were. I would
imagine for people with vision impairments, learning difficulties and anyone
else I suppose that the common practice of an underline would assist in the
identification of the link.
For me though, it makes no difference.
I hope this feedback is useful.
Best wishes,
Jo

Jodie Hoger
Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra Institute,
Building A, 60 Bienda St, Bomaderry, NSW, 2541 VOIP 54865| P 02 4421 9865| M
0437 035 042| F 02 4421 9804| E = EMAIL ADDRESS REMOVED = |
www.illawarra.tafensw.edu.au




-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Julius
Charles Serrano
Sent: Thursday, 24 May 2012 12:40 PM
To: = EMAIL ADDRESS REMOVED =
Subject: [WebAIM] underline on links, from the blind's perspective

Hi everyone.

Generally, it is a good accessibility practice to have an underline on
each link.

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?

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?

I think being able to verify this is necessary because sometimes web
developers tend to remove the underlines for whatever reason.

Thanks everyone.

Julius



--
Julius Charles Serrano
Accessibility Specialist
Catalyst IT Ltd
http://www.catalyst.net.nz
Mail: = EMAIL ADDRESS REMOVED =
Phone: +64 (4) 803-2436

**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

From: Tim Harshbarger
Date: Thu, May 24 2012 7:34AM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

Most screen readers do have a way to check the characteristics of a word or letter. You can use a screen reader to get feedback that includes the font type, font size, colour, and whether or not the text is underlined, bolded, or italicized.
It is a feature I only use rarely myself--and only if I am wanting to verify the visual appearance of something. Like others have remarked, if it is marked up like a link then the screen reader will state it is a link no matter that it looks like. Even if someone makes it look like a button, the screen reader will still call it a link--which reminds me of the time I spent about 10 minutes trying to register on a site because it instructed me to click the red register button and my screen reader kept telling me that there was no buttons to be found anywhere on the page.

As far as the other comments on this issue... If it is going to work like a link, it is probably easiest for the users if it looks like a link. You might be able to make it look different from the default link appearance, but then you need to ensure that someone is going to look at it and realize that they can interact with it--and not make them have to wave the mouse pointer over the page to figure out which elements they can interact with. If the user has to move the mouse pointer over the element or click on it to know they can interact with it, then you have just increased the likelihood that the user will miss the interaction. So, a link might not always have to look like a link, but it should always be obvious that the user can interact with it. Well, unless your goal is to make the UI tricky to use which I suppose could always be someone's goal.

From: John E Brandt
Date: Thu, May 24 2012 9:01AM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

My 2 cents...

The underline is generally a usability feature - not an accessibility
feature. As others have stated, links should stand out in some way from the
rest of the design (the exception may be when you have a menu bar with lots
of links). Personally, I still like links to be blue and underlined!

For folks with low vision or mobility issues, perhaps a more important
usability feature is to ensure that whenever a link has "focus" it can be
clearly distinguished from the rest of the background. The browser will
generally do this in some fashion (usually a dotted box around the link)
unless the CSS has turned this off (something CMS themes and template are
notorious for doing). If I can, I will often modify the design to change the
attributes of the link when the focus is on that link (underline to
no-underline, no-underline to underline, color to different color, no
background color to contrasting background color). But in looking at some of
my sites, I haven't always practiced what I preach.

What techniques do others use?

~j

John E. Brandt
www.jebswebs.com
= EMAIL ADDRESS REMOVED =
207-622-7937
Augusta, Maine, USA

From: Bourne, Sarah (ITD)
Date: Thu, May 24 2012 9:21AM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

As John noted, the method of link identification is a usability issue. From my observations of people who are not technically savvy, if it's not underlined, there is a high probability that a significant number of people will not recognize it as a link. Anecdotally, my mother wouldn't click on something because it wasn't underlined, my assurances that it was a link and the cursor turning to a hand notwithstanding.

For Julius's original question, Jared's suggestion is the best I can think of.

sb

Sarah E. Bourne
Director of Assistive Technology &
Mass.Gov Chief Technology Strategist
Information Technology Division
Commonwealth of Massachusetts
1 Ashburton Pl. rm 1601 Boston MA 02108
617-626-4502
= EMAIL ADDRESS REMOVED =
http://www.mass.gov/itd

From: Oscar DeLong
Date: Thu, May 24 2012 9:26AM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

I just want to make one comment. I know some have said that blue and underlined is the convention and as such it may not be necessary anymore to underline links. I would argue the opposite. I work with a wide variety of students, and a lot of them have very little computer knowledge. A lot of our students actually get confused if they do not see the underline. Links without underline get missed as just colored text. In addition students tend to get confused about pictures as links too. It seems that unless it is blue and underlined they do not register it as a link at all.

Just a thought.

Oscar

Oscar DeLong
Associate Librarian
Pulaski Technical College
= EMAIL ADDRESS REMOVED =
(501) 812-2718
From: = EMAIL ADDRESS REMOVED = [ = EMAIL ADDRESS REMOVED = ] On Behalf Of John E Brandt [ = EMAIL ADDRESS REMOVED = ]
Sent: Thursday, May 24, 2012 10:01 AM
To: 'WebAIM Discussion List'
Subject: Re: [WebAIM] underline on links, from the blind's perspective

My 2 cents...

The underline is generally a usability feature - not an accessibility
feature. As others have stated, links should stand out in some way from the
rest of the design (the exception may be when you have a menu bar with lots
of links). Personally, I still like links to be blue and underlined!

For folks with low vision or mobility issues, perhaps a more important
usability feature is to ensure that whenever a link has "focus" it can be
clearly distinguished from the rest of the background. The browser will
generally do this in some fashion (usually a dotted box around the link)
unless the CSS has turned this off (something CMS themes and template are
notorious for doing). If I can, I will often modify the design to change the
attributes of the link when the focus is on that link (underline to
no-underline, no-underline to underline, color to different color, no
background color to contrasting background color). But in looking at some of
my sites, I haven't always practiced what I preach.

What techniques do others use?

~j

John E. Brandt
www.jebswebs.com
= EMAIL ADDRESS REMOVED =
207-622-7937
Augusta, Maine, USA

From: Robyn Hunt
Date: Thu, May 24 2012 1:26PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

<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 ADDRESS 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
= EMAIL ADDRESS REMOVED = <br><br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
= EMAIL ADDRESS REMOVED = <br><br>
You can reach the person managing the list at<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
= EMAIL ADDRESS REMOVED = <br><br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of WebAIM-Forum digest...&quot;<br><br>
Today's Topics:<br><br>
&nbsp;&nbsp; 1. underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Julius Charles Serrano)<br>
&nbsp;&nbsp; 2. Re: underline on links, from the blind's perspective
(Jared Smith)<br>
&nbsp;&nbsp; 3. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Hoger, Jodie)<br>
&nbsp;&nbsp; 4. Re: underline on links, from the blind's perspective
(Stella Mudd)<br>
&nbsp;&nbsp; 5. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Bevi Chagnon)<br>
&nbsp;&nbsp; 6. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Tim Harshbarger)<br>
&nbsp;&nbsp; 7. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (John E Brandt)<br>
&nbsp;&nbsp; 8. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Bourne, Sarah (ITD))<br>
&nbsp;&nbsp; 9. Re: underline on links, from the blind's perspective<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Oscar DeLong)<br><br>
Content-Transfer-Encoding: 7bit<br>
From: Julius Charles Serrano &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: = EMAIL ADDRESS REMOVED = <br>
Date: Thu, 24 May 2012 14:40:23 +1200<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID: &lt; = EMAIL ADDRESS REMOVED = &gt;<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 ADDRESS REMOVED = <br>
Phone: +64 (4) 803-2436<br><br>
<br><br>
<br>
From: Jared Smith &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Wed, 23 May 2012 21:23:21 -0600<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt;CAMfKODDm+ = EMAIL ADDRESS REMOVED = &gt;<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>
&gt; is there a way to verify (non-visually)<br>
&gt; 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: &quot;Hoger, Jodie&quot; &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: &quot;WebAIM Discussion List&quot;
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Thu, 24 May 2012 13:24:59 +1000<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Content-Type: text/plain;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
charset=&quot;US-ASCII&quot;<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>
&nbsp;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 ADDRESS REMOVED = |
<a href="http://www.illawarra.tafensw.edu.au/" eudora="autourl">
www.illawarra.tafensw.edu.au<;/a><br><br>
<br><br>
<br>
-----Original Message-----<br>
From: = EMAIL ADDRESS REMOVED = <br>
[<a href="mailto: = EMAIL ADDRESS REMOVED = " eudora="autourl">
mailto: = EMAIL ADDRESS REMOVED = </a>] On Behalf Of Julius<br>
Charles Serrano<br>
Sent: Thursday, 24 May 2012 12:40 PM<br>
To: = EMAIL ADDRESS REMOVED = <br>
Subject: [WebAIM] underline on links, from the blind's
perspective<br><br>
Hi everyone.<br><br>
Generally, it is a good accessibility practice to have an underline on
<br>
each link.<br><br>
Regarding this matter, I wanna ask, particularly the accessibility <br>
advocates here who are blind, is there a way to verify (non-visually)
<br>
that the links on a page are indeed underlined?<br><br>
I think for sighted accessibility advocates, this is not a problem. I
<br>
just wanna know if there is a way for blind advocates to verify that
<br>
links are underlined. Perhaps we can do this by looking at the code?
Any<br><br>
ideas?<br><br>
I think being able to verify this is necessary because sometimes web
<br>
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 ADDRESS REMOVED = <br>
Phone: +64 (4) 803-2436<br><br>
<a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
**********************************************************************<br>
This message is intended for the addressee named and may contain<br>
privileged information or confidential information or both. If you<br>
are not the intended recipient please delete it and notify the
sender.<br>
**********************************************************************<br>
<br>
<br>
From: Stella Mudd &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Wed, 23 May 2012 21:08:59 -0700<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt;CAMVnZ8rnO=ZE-ONrUiA0d2vQsOjo18fQPMVOC0JAn2nvynw1+ = EMAIL ADDRESS REMOVED = &gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 4<br><br>
Julius,<br><br>
&gt; Generally, it is a good accessibility practice to<br>
&gt; have an underline on each link.<br><br>
I think you'll find arguments on both sides, but I have never felt
an<br>
underline is necessary.&nbsp; Bottom line for me is whether a link can
be<br>
discernible, which has never necessitated an underline.&nbsp; I would
argue good<br>
usability no longer requires an underline.<br><br>
Arguments?<br><br>
- Stella<br><br>
On Wednesday, May 23, 2012, Julius Charles Serrano wrote:<br><br>
&gt; Hi everyone.<br>
&gt;<br>
&gt; Generally, it is a good accessibility practice to have an underline
on<br>
&gt; each link.<br>
&gt;<br>
&gt; Regarding this matter, I wanna ask, particularly the
accessibility<br>
&gt; advocates here who are blind, is there a way to verify
(non-visually)<br>
&gt; that the links on a page are indeed underlined?<br>
&gt;<br>
&gt; I think for sighted accessibility advocates, this is not a problem.
I<br>
&gt; just wanna know if there is a way for blind advocates to verify
that<br>
&gt; links are underlined. Perhaps we can do this by looking at the code?
Any<br>
&gt; ideas?<br>
&gt;<br>
&gt; I think being able to verify this is necessary because sometimes
web<br>
&gt; developers tend to remove the underlines for whatever reason.<br>
&gt;<br>
&gt; Thanks everyone.<br>
&gt;<br>
&gt; Julius<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Julius Charles Serrano<br>
&gt; Accessibility Specialist<br>
&gt; Catalyst IT Ltd<br>
&gt;
<a href="http://www.catalyst.net.nz/" eudora="autourl">
http://www.catalyst.net.nz<;/a><br>
&gt; Mail: = EMAIL ADDRESS REMOVED = &lt;javascript:;&gt;<br>
&gt; Phone: +64 (4) 803-2436<br>
&gt;<br>
&gt; &gt; <a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
&gt; &lt;javascript:;&gt;<br>
&gt;<br><br>
<br>
Content-Transfer-Encoding: 7bit<br>
From: &quot;Bevi Chagnon&quot; &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: &quot;'WebAIM Discussion List'&quot;
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Thu, 24 May 2012 04:28:56 -0400<br>
Reply-To: = EMAIL ADDRESS REMOVED = ,<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>WebAIM
Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID: &lt;009e01cd3987$4466fa20$cd34ee60$@pubcom.com&gt;<br>
Content-Type: text/plain;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
charset=&quot;us-ascii&quot;<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 5<br><br>
Julius wrote: &quot;Generally, it is a good accessibility practice to
have an<br>
underline on <br>
each link.&quot;<br><br>
Julius, underlined links are more of a &quot;convention,&quot; which
means most<br>
sighted users are expecting that links will be underlined so it's
good<br>
practice to underline links if you want most users to quickly see
and<br>
identify links. <br><br>
But as Jodie said below, underlining or any other visual formatting of
links<br>
(like blue) is not made known to screen reader users. Their tools tell
them<br>
that it's a link, not that it's underlined.<br><br>
The underlining, however, might be helpful to low-vision users of
screen<br>
readers and other A.T. users, just as it would for full-vision
users.<br>
-<br>
Bevi Chagnon&nbsp; |&nbsp; = EMAIL ADDRESS REMOVED = <br>
PubCom - Trainers, consultants, designers, and developers<br>
Print, Web, Acrobat, XML, eBooks, and Federal Section 508 <br>
- *&nbsp; It's our 30th Year!&nbsp; *<br><br>
-----Original Message-----<br>
From: = EMAIL ADDRESS REMOVED = <br>
[<a href="mailto: = EMAIL ADDRESS REMOVED = " eudora="autourl">
mailto: = EMAIL ADDRESS REMOVED = </a>] On Behalf Of Hoger,
Jodie<br>
Sent: Wednesday, May 23, 2012 11:25 PM<br>
To: WebAIM Discussion List<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<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
reader<br>
(window eyes by gw micro) and am passionate about universal design. From
my<br>
perspective, I usually tab from link to link or use the find feature
for<br>
links. Either way, I do not get any feedback that a link is underlined
and<br>
in fact, until this discussion, was not aware that links were. I
would<br>
imagine for people with vision impairments, learning difficulties and
anyone<br>
else I suppose that the common practice of an underline would assist in
the<br>
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>
&nbsp;Jodie Hoger<br>
Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra
Institute,<br>
Building A, 60 Bienda St, Bomaderry, NSW, 2541 VOIP 54865| P 02 4421
9865| M<br>
0437 035 042| F 02 4421 9804| E = EMAIL ADDRESS REMOVED = |<br>
<a href="http://www.illawarra.tafensw.edu.au/" eudora="autourl">
www.illawarra.tafensw.edu.au<;/a><br><br>
<br><br>
<br>
-----Original Message-----<br>
From: = EMAIL ADDRESS REMOVED = <br>
[<a href="mailto: = EMAIL ADDRESS REMOVED = " eudora="autourl">
mailto: = EMAIL ADDRESS REMOVED = </a>] On Behalf Of Julius<br>
Charles Serrano<br>
Sent: Thursday, 24 May 2012 12:40 PM<br>
To: = EMAIL ADDRESS REMOVED = <br>
Subject: [WebAIM] underline on links, from the blind's
perspective<br><br>
Hi everyone.<br><br>
Generally, it is a good accessibility practice to have an underline on
<br>
each link.<br><br>
Regarding this matter, I wanna ask, particularly the accessibility <br>
advocates here who are blind, is there a way to verify (non-visually)
<br>
that the links on a page are indeed underlined?<br><br>
I think for sighted accessibility advocates, this is not a problem. I
<br>
just wanna know if there is a way for blind advocates to verify that
<br>
links are underlined. Perhaps we can do this by looking at the code?
Any<br><br>
ideas?<br><br>
I think being able to verify this is necessary because sometimes web
<br>
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 ADDRESS REMOVED = <br>
Phone: +64 (4) 803-2436<br><br>
<a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
**********************************************************************<br>
This message is intended for the addressee named and may contain<br>
privileged information or confidential information or both. If you<br>
are not the intended recipient please delete it and notify the
sender.<br>
**********************************************************************<br>
<a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
<br><br>
<br>
From: Tim Harshbarger &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Thu, 24 May 2012 13:34:28 +0000<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 6<br><br>
Most screen readers do have a way to check the characteristics of a word
or letter.&nbsp; You can use a screen reader to get feedback that
includes the font type, font size, colour, and whether or not the text is
underlined, bolded, or italicized.<br>
It is a feature I only use rarely myself--and only if I am wanting to
verify the visual appearance of something.&nbsp; Like others have
remarked, if it is marked up like a link then the screen reader will
state it is a link no matter that it looks like.&nbsp; Even if someone
makes it look like a button, the screen reader will still call it a
link--which reminds me of the time I spent about 10 minutes trying to
register on a site because it instructed me to click the red register
button and my screen reader kept telling me that there was no buttons to
be found anywhere on the page.<br><br>
As far as the other comments on this issue...&nbsp; If it is going to
work like a link, it is probably easiest for the users if it looks like a
link.&nbsp; You might be able to make it look different from the default
link appearance, but then you need to ensure that someone is going to
look at it and realize that they can interact with it--and not make them
have to wave the mouse pointer over the page to figure out which elements
they can interact with. If the user has to move the mouse pointer over
the element or click on it to know they can interact with it, then you
have just increased the likelihood that the user will miss the
interaction.&nbsp; So, a link might not always have to look like a link,
but it should always be obvious that the user can interact with it.&nbsp;
Well, unless your goal is to make the UI tricky to use which I suppose
could always be someone's goal.<br><br>
<br>
Content-Transfer-Encoding: 7bit<br>
From: &quot;John E Brandt&quot; &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: &quot;'WebAIM Discussion List'&quot;
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
In-Reply-To:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Date: Thu, 24 May 2012 11:01:12 -0400<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID: &lt;006d01cd39be$0f71ad10$2e550730$@jebswebs.com&gt;<br>
Content-Type: text/plain;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
charset=&quot;us-ascii&quot;<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 7<br><br>
My 2 cents...<br><br>
The underline is generally a usability feature - not an
accessibility<br>
feature. As others have stated, links should stand out in some way from
the<br>
rest of the design (the exception may be when you have a menu bar with
lots<br>
of links). Personally, I still like links to be blue and
underlined!<br><br>
For folks with low vision or mobility issues, perhaps a more
important<br>
usability feature is to ensure that&nbsp; whenever a link has
&quot;focus&quot; it can be<br>
clearly distinguished from the rest of the background. The browser
will<br>
generally do this in some fashion (usually a dotted box around the
link)<br>
unless the CSS has turned this off (something CMS themes and template
are<br>
notorious for doing). If I can, I will often modify the design to change
the<br>
attributes of the link when the focus is on that link (underline to<br>
no-underline, no-underline to underline, color to different color,
no<br>
background color to contrasting background color). But in looking at some
of<br>
my sites, I haven't always practiced what I preach. <br><br>
What techniques do others use?<br><br>
~j<br><br>
John E. Brandt<br>
<a href="http://www.jebswebs.com/" eudora="autourl">www.jebswebs.com</a>
<br>
= EMAIL ADDRESS REMOVED = <br>
207-622-7937<br>
Augusta, Maine, USA<br><br>
<br><br>
<br><br>
<br><br>
From: &quot;Bourne, Sarah (ITD)&quot;
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt;006d01cd39be$0f71ad10$2e550730$@jebswebs.com&gt;<br>
In-Reply-To: &lt;006d01cd39be$0f71ad10$2e550730$@jebswebs.com&gt;<br>
Date: Thu, 24 May 2012 11:21:06 -0400<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 8<br><br>
As John noted, the method of&nbsp; link identification is a usability
issue. From my observations of people who are not technically savvy, if
it's not underlined, there is a high probability that a significant
number of people will not recognize it as a link. Anecdotally, my mother
wouldn't click on something because it wasn't underlined, my assurances
that it was a link and the cursor turning to a hand
notwithstanding.<br><br>
For Julius's original question, Jared's suggestion is the best I can
think of.<br><br>
sb<br><br>
Sarah E. Bourne<br>
Director of Assistive Technology &amp;<br>
Mass.Gov Chief Technology Strategist<br>
Information Technology Division<br>
Commonwealth of Massachusetts<br>
1 Ashburton Pl. rm 1601 Boston MA 02108<br>
617-626-4502 <br>
= EMAIL ADDRESS REMOVED = <br>
<a href="http://www.mass.gov/itd" eudora="autourl">
http://www.mass.gov/itd<;/a><br><br>
<br><br>
<br>
From: Oscar DeLong &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Precedence: list<br>
MIME-Version: 1.0<br>
To: WebAIM Discussion List &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
References: &lt; = EMAIL ADDRESS REMOVED = &gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt; = EMAIL ADDRESS REMOVED = &gt;,<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt;006d01cd39be$0f71ad10$2e550730$@jebswebs.com&gt;<br>
In-Reply-To: &lt;006d01cd39be$0f71ad10$2e550730$@jebswebs.com&gt;<br>
Date: Thu, 24 May 2012 10:26:39 -0500<br>
Reply-To: WebAIM Discussion List
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Message-ID:
&lt; = EMAIL ADDRESS REMOVED = &gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br>
Message: 9<br><br>
I just want to make one comment.&nbsp; I know some have said that blue
and underlined is the convention and as such it may not be necessary
anymore to underline links.&nbsp; I would argue the opposite.&nbsp; I
work with a wide variety of students, and a lot of them have very little
computer knowledge.&nbsp; A lot of our students actually get confused if
they do not see the underline.&nbsp; Links without underline get missed
as just colored text.&nbsp; In addition students tend to get confused
about pictures as links too.&nbsp; It seems that unless it is blue and
underlined they do not register it as a link at all. <br><br>
Just a thought.<br><br>
Oscar<br><br>
Oscar DeLong<br>
Associate Librarian<br>
Pulaski Technical College<br>
= EMAIL ADDRESS REMOVED = <br>
(501) 812-2718<br>
From: = EMAIL ADDRESS REMOVED =
[ = EMAIL ADDRESS REMOVED = ] On Behalf Of John E Brandt
[ = EMAIL ADDRESS REMOVED = ]<br>
Sent: Thursday, May 24, 2012 10:01 AM<br>
To: 'WebAIM Discussion List'<br>
Subject: Re: [WebAIM] underline on links, from the blind's
perspective<br><br>
My 2 cents...<br><br>
The underline is generally a usability feature - not an
accessibility<br>
feature. As others have stated, links should stand out in some way from
the<br>
rest of the design (the exception may be when you have a menu bar with
lots<br>
of links). Personally, I still like links to be blue and
underlined!<br><br>
For folks with low vision or mobility issues, perhaps a more
important<br>
usability feature is to ensure that&nbsp; whenever a link has
&quot;focus&quot; it can be<br>
clearly distinguished from the rest of the background. The browser
will<br>
generally do this in some fashion (usually a dotted box around the
link)<br>
unless the CSS has turned this off (something CMS themes and template
are<br>
notorious for doing). If I can, I will often modify the design to change
the<br>
attributes of the link when the focus is on that link (underline to<br>
no-underline, no-underline to underline, color to different color,
no<br>
background color to contrasting background color). But in looking at some
of<br>
my sites, I haven't always practiced what I preach.<br><br>
What techniques do others use?<br><br>
~j<br><br>
John E. Brandt<br>
<a href="http://www.jebswebs.com/" eudora="autourl">www.jebswebs.com</a>
<br>
= EMAIL ADDRESS REMOVED = <br>
207-622-7937<br>
Augusta, Maine, USA<br><br>
<br><br>
<br>
<a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
<br><br>
<br>
<a href="http://list.webaim.org/" eudora="autourl">
http://list.webaim.org/<;/a><br>
<x-sigsep><p></x-sigsep>
<font size=2><i><br>
</font></i></body>
</html>

From: Stella Mudd
Date: Thu, May 24 2012 2:33PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | Next message →

Interesting read about links underlined and the problems caused with
dyslexic users:

http://www.distilled.net/blog/distilled/usability-versus-dyslexia/

On Thursday, May 24, 2012, Robyn Hunt wrote:

> Hi,
> 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.
> Cheers
> Robyn
>
> Read my blog at www.lowvisionary.com
> AccEase, *All the information for all the people all the time
> * www.accease.com
> Twitter @AccEase
> i* = EMAIL ADDRESS REMOVED =
> Ph. 64 4 939 0445
> Mobile 027 449 3019
>
>
>
> *At 06:00 a.m. 25/05/2012, you wrote:
>
> Send WebAIM-Forum mailing list submissions to
> ** ** = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> ** ** http://list.webaim.org/mailman/listinfo/webaim-forum
> or, via email, send a message with subject or body 'help' to
> ** ** = EMAIL ADDRESS REMOVED = <javascript:_e({},
> 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
>
> You can reach the person managing the list at
> ** ** = EMAIL ADDRESS REMOVED = <javascript:_e({},
> 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WebAIM-Forum digest..."
>
> Today's Topics:
>
> 1. underline on links, from the blind's perspective
> (Julius Charles Serrano)
> 2. Re: underline on links, from the blind's perspective (Jared Smith)
> 3. Re: underline on links, from the blind's perspective
> (Hoger, Jodie)
> 4. Re: underline on links, from the blind's perspective (Stella Mudd)
> 5. Re: underline on links, from the blind's perspective
> (Bevi Chagnon)
> 6. Re: underline on links, from the blind's perspective
> (Tim Harshbarger)
> 7. Re: underline on links, from the blind's perspective
> (John E Brandt)
> 8. Re: underline on links, from the blind's perspective
> (Bourne, Sarah (ITD))
> 9. Re: underline on links, from the blind's perspective
> (Oscar DeLong)
>
> Content-Transfer-Encoding: 7bit
> From: Julius Charles Serrano < = EMAIL ADDRESS REMOVED = <javascript:_e({},
> 'cvml', ' = EMAIL ADDRESS REMOVED = ');>>
> Precedence: list
> MIME-Version: 1.0
> To: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> Date: Thu, 24 May 2012 14:40:23 +1200
> Reply-To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> Message-ID: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Subject: [WebAIM] underline on links, from the blind's perspective
> Message: 1
>
> Hi everyone.
>
> Generally, it is a good accessibility practice to have an underline on
> each link.
>
> 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?
>
> 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?
>
> I think being able to verify this is necessary because sometimes web
> developers tend to remove the underlines for whatever reason.
>
> Thanks everyone.
>
> Julius
>
>
>
> --
> Julius Charles Serrano
> Accessibility Specialist
> Catalyst IT Ltd
> http://www.catalyst.net.nz
> Mail: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> Phone: +64 (4) 803-2436
>
>
>
>
> From: Jared Smith < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Precedence: list
> MIME-Version: 1.0
> To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> References: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> In-Reply-To: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Date: Wed, 23 May 2012 21:23:21 -0600
> Reply-To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> Message-ID: <
> CAMfKODDm+ = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Content-Type: text/plain; charset=ISO-8859-1
> Subject: Re: [WebAIM] underline on links, from the blind's perspective
> Message: 2
>
> On Wed, May 23, 2012 at 8:40 PM, Julius Charles Serrano wrote:
> > is there a way to verify (non-visually)
> > that the links on a page are indeed underlined?
>
> You can't easily tell from the markup alone, unless you check the CSS
> to see if there's some style somewhere that might remove the
> underline. One easy way would be to use Firebug in Firefox to analyze
> the link and see if the computed text-decoration style is set to
> either underline or none.
>
> Jared
>
>
>
> From: "Hoger, Jodie" < = EMAIL ADDRESS REMOVED = <javascript:_e({},
> 'cvml', ' = EMAIL ADDRESS REMOVED = ');>>
> Precedence: list
> MIME-Version: 1.0
> To: "WebAIM Discussion List" < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> References: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> In-Reply-To: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Date: Thu, 24 May 2012 13:24:59 +1000
> Reply-To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> Message-ID:
> < = EMAIL ADDRESS REMOVED = >
> Content-Type: text/plain;
> ** ** charset="US-ASCII"
> Subject: Re: [WebAIM] underline on links, from the blind's perspective
> Message: 3
>
> Hi there. I am new to the list and have been watching closely. I am not
> techy in the slightest - smile but am totally blind and use a screen
> reader (window eyes by gw micro) and am passionate about universal
> design. From my perspective, I usually tab from link to link or use the
> find feature for links. Either way, I do not get any feedback that a
> link is underlined and in fact, until this discussion, was not aware
> that links were. I would imagine for people with vision impairments,
> learning difficulties and anyone else I suppose that the common practice
> of an underline would assist in the identification of the link.
> For me though, it makes no difference.
> I hope this feedback is useful.
> Best wishes,
> Jo
>
> Jodie Hoger
> Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra
> Institute, Building A, 60 Bienda St, Bomaderry, NSW, 2541
> VOIP 54865| P 02 4421 9865| M 0437 035 042| F 02 4421 9804| E
> = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>| www.illawarra.tafensw.edu.au
>
>
>
>
> -----Original Message-----
> From: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> [ mailto: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>] On Behalf Of Julius
> Charles Serrano
> Sent: Thursday, 24 May 2012 12:40 PM
> To: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> Subject: [WebAIM] underline on links, from the blind's perspective
>
> Hi everyone.
>
> Generally, it is a good accessibility practice to have an underline on
> each link.
>
> 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?
>
> 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?
>
> I think being able to verify this is necessary because sometimes web
> developers tend to remove the underlines for whatever reason.
>
> Thanks everyone.
>
> Julius
>
>
>
> --
> Julius Charles Serrano
> Accessibility Specialist
> Catalyst IT Ltd
> http://www.catalyst.net.nz
> Mail: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> Phone: +64 (4) 803-2436
>
> > > > 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> **********************************************************************
> This message is intended for the addressee named and may contain
> privileged information or confidential information or both. If you
> are not the intended recipient please delete it and notify the sender.
> **********************************************************************
>
>
> From: Stella Mudd < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Precedence: list
> MIME-Version: 1.0
> To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> References: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> In-Reply-To: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Date: Wed, 23 May 2012 21:08:59 -0700
> Reply-To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> Message-ID: <CAMVnZ8rnO> ZE-ONrUiA0d2vQsOjo18fQPMVOC0JAn2nvynw1+ = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Content-Type: text/plain; charset=ISO-8859-1
> Subject: Re: [WebAIM] underline on links, from the blind's perspective
> Message: 4
>
> Julius,
>
> > Generally, it is a good accessibility practice to
> > have an underline on each link.
>
> I think you'll find arguments on both sides, but I have never felt an
> underline is necessary. Bottom line for me is whether a link can be
> discernible, which has never necessitated an underline. I would argue good
> usability no longer requires an underline.
>
> Arguments?
>
> - Stella
>
> On Wednesday, May 23, 2012, Julius Charles Serrano wrote:
>
> > Hi everyone.
> >
> > Generally, it is a good accessibility practice to have an underline on
> > each link.
> >
> > 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?
> >
> > 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?
> >
> > I think being able to verify this is necessary because sometimes web
> > developers tend to remove the underlines for whatever reason.
> >
> > Thanks everyone.
> >
> > Julius
> >
> >
> >
> > --
> > Julius Charles Serrano
> > Accessibility Specialist
> > Catalyst IT Ltd
> > http://www.catalyst.net.nz
> > Mail: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');> <javascript:;>
> > Phone: +64 (4) 803-2436
> >
> > > > > > > >
>
>
> Content-Transfer-Encoding: 7bit
> From: "Bevi Chagnon" < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> Precedence: list
> MIME-Version: 1.0
> To: "'WebAIM Discussion List'" < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> References: < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>>
> ** **< = EMAIL ADDRESS REMOVED =
> >
> In-Reply-To:
> < = EMAIL ADDRESS REMOVED = >
> Date: Thu, 24 May 2012 04:28:56 -0400
> Reply-To: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>,
> ** **WebAIM Discussion List < = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> >
> Message-ID: <009e01cd3987$4466fa20$cd34ee60$@pubcom.com>
> Content-Type: text/plain;
> ** ** charset="us-ascii"
> Subject: Re: [WebAIM] underline on links, from the blind's perspective
> Message: 5
>
> Julius wrote: "Generally, it is a good accessibility practice to have an
> underline on
> each link."
>
> Julius, underlined links are more of a "convention," which means most
> sighted users are expecting that links will be underlined so it's good
> practice to underline links if you want most users to quickly see and
> identify links.
>
> But as Jodie said below, underlining or any other visual formatting of
> links
> (like blue) is not made known to screen reader users. Their tools tell them
> that it's a link, not that it's underlined.
>
> The underlining, however, might be helpful to low-vision users of screen
> readers and other A.T. users, just as it would for full-vision users.
> -
> Bevi Chagnon | = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> PubCom - Trainers, consultants, designers, and developers
> Print, Web, Acrobat, XML, eBooks, and Federal Section 508
> - * It's our 30th Year! *
>
> -----Original Message-----
> From: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>
> [ mailto: = EMAIL ADDRESS REMOVED = <javascript:_e({}, 'cvml',
> ' = EMAIL ADDRESS REMOVED = ');>] On Behalf Of Hoger, Jodie
> Sent: Wednesday, May 23, 2012 11:25 PM
> To: WebAIM Discussion List
> Subject: Re: [WebAIM] underline on links, from the blind's perspective
>
> Hi there. I am new to the list and have been watching closely. I am not
> techy in the slightest - smile but am totally blind and use a screen reader
> (window eyes by gw micro) and am passionate about universal design. From my
> perspective, I usually tab from link to link or use the find feature for
> links. Either way, I do not get any feedback that a link is underlined and
> in fact, until this discussion, was not aware that links were. I would
> imagine for people with vision impairments, learning difficulties and
> anyone
> else I suppose that the common practice of an underline would assist in the
> identification of the link.
> For me though, it makes no difference.
> I hope this feedback is useful.
> Best wishes,
> Jo
>
> Jodie Hoger
> Teacher Consultant (vision), Equity Services TAFE NSW - Illawarra
> Institute,
> Building A, 60 Bienda St, Bomaderry, NSW, 2541 VOIP 54865| P 02 4421 9865|
> M
> 0437 035 042| F 02 4421 9804| E = EMAIL ADDRESS REMOVED = |
> www.illawarra.tafensw.edu.au
>
>
>
>
> -----Original Message-----
> From: = EMAIL ADDRESS REMOVED =
> [ mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Julius
> Charles Serrano
> Sent: Thursday, 24 May 2012 12:40 PM
> To: = EMAIL ADDRESS REMOVED =
> Subject: [WebAIM] underline on links, from the blind's perspective
>
> Hi everyone.
>
> Generally, it is a good accessibility practice to have an underline on
> each link.
>
> Regarding this matter, I > > > 'cvml', ' = EMAIL ADDRESS REMOVED = ');>
> ************************************************************ _
>
>

From: Julius Charles Serrano
Date: Thu, May 24 2012 4:08PM
Subject: Re: underline on links, from the blind's perspective
← Previous message | No next message

Hi everyone.

Thank you all for your responses and comments. Apart from learning new
techniques for my concern, I also learned other things. Truly appreciate it.

I will try the technique involving the CSS of pages and Firebug for
Firefox.

I also like the idea of using the screen reader to know if the text is
underlined. I haven't tried this in web pages though but it's worth a try.

Cheers.

Julius