Message from discussion
:focusable
Received: by 10.141.29.16 with SMTP id g16mr623425rvj.10.1232421459235;
Mon, 19 Jan 2009 19:17:39 -0800 (PST)
Return-Path: <eduardolundg...@gmail.com>
Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225])
by mx.google.com with ESMTP id m37si4148247waf.0.2009.01.19.19.17.38;
Mon, 19 Jan 2009 19:17:38 -0800 (PST)
Received-SPF: pass (google.com: domain of eduardolundg...@gmail.com designates 209.85.198.225 as permitted sender) client-ip=209.85.198.225;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of eduardolundg...@gmail.com designates 209.85.198.225 as permitted sender) smtp.mail=eduardolundg...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by rv-out-0506.google.com with SMTP id g37so4337374rvb.25
for <jquery-a11y@googlegroups.com>; Mon, 19 Jan 2009 19:17:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=6+OgBfpjaa0JEvWK5iNmwVyaMXBp82mA0jsV/A4xeAs=;
b=bAmKV4gdCFfqbndYfqVEEOwrfR7sTMlNVstDkJefIiNmFmnMQpnek7bp6s/UkvuRC2
kYsCASP2EbClgkX/7HYG252RrXGmimGKnYo1FlrelfkacuEcOOVCjlD83GkgNU0fIUpu
04BuoFu/yD4x8FW7KP22QI+zz3FWoag+Ee7U4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=YUgSbFTLJWwgBVT+M9Inq0G5Vjxiqo82ZsfJBL+l/sE8WIvRFp5HDFnU7BMQZtIxNd
bbKQLojB1mHlD8HbyMWbuUYvjL9iM/1eOh2QGCBd8X80PjhP9HboiZ2hsfXHnQ07qgsq
WXP+ylYXqeD9Q/5HFLT3RMNj19mIApV5IDbYc=
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="000e0cd150b639c1020460e17b38"
Received: by 10.142.162.9 with SMTP id k9mr1002774wfe.330.1232421458132; Mon,
19 Jan 2009 19:17:38 -0800 (PST)
In-Reply-To: <74C6BF77-693D-4FA6-B748-D8954761B36D@utoronto.ca>
References: <61edd7360901191853t5186d839g7abc1327b342f4c6@mail.gmail.com>
<74C6BF77-693D-4FA6-B748-D8954761B...@utoronto.ca>
Date: Mon, 19 Jan 2009 19:17:38 -0800
Message-ID: <61edd7360901191917p20af4b7fgdec20a7176d79...@mail.gmail.com>
Subject: Re: :focusable
From: Eduardo Lundgren <eduardolundg...@gmail.com>
To: jquery-a11y@googlegroups.com
--000e0cd150b639c1020460e17b38
Content-Type: text/plain; charset=ISO-8859-1
Hi Colin,
Thanks for the reply but I sent this email out of the thread. Sorry about
that.
This subject will keep being discussed on:
http://groups.google.com/group/jquery-a11y/browse_thread/thread/1bc999ab54b20674
On Mon, Jan 19, 2009 at 7:12 PM, Colin Clark <colin.cl...@utoronto.ca>wrote:
>
> Hi Eduardo,
>
> On 19-Jan-09, at 9:53 PM, Eduardo Lundgren wrote:
>
> > The anchor tag could be focused, this tag should not be in the list?
> >
> > (/input|select|textarea|button|object/.test(nodeName)
> Yep, you're right that anchor tags can be focused. But since they can
> also be used as page anchors rather than links, they should only be
> focusable if they've got an href attribute. This is also true for area
> attributes. We cover that case in the line below:
>
> a' == nodeName || 'area' == nodeName
> ? element.href || !isNaN(tabIndex)
> : !isNaN(tabIndex))
>
> Does this seem correct?
>
> Colin
>
> ---
> Colin Clark
> Technical Lead, Fluid Project
> Adaptive Technology Resource Centre, University of Toronto
> http://fluidproject.org
>
>
> >
>
--
Eduardo Lundgren
Software Engineer
Liferay, Inc.
Enterprise. Open Source. For Life.
--000e0cd150b639c1020460e17b38
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Colin,<br><br>Thanks for the reply but I sent this email out of the thre=
ad. Sorry about that.<br><br>This subject will keep being discussed on: <a =
href=3D"http://groups.google.com/group/jquery-a11y/browse_thread/thread/1bc=
999ab54b20674">http://groups.google.com/group/jquery-a11y/browse_thread/thr=
ead/1bc999ab54b20674</a><br>
<br><br><div class=3D"gmail_quote">On Mon, Jan 19, 2009 at 7:12 PM, Colin C=
lark <span dir=3D"ltr"><<a href=3D"mailto:colin.cl...@utoronto.ca">colin=
.cl...@utoronto.ca</a>></span> wrote:<br><blockquote class=3D"gmail_quot=
e" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt =
0.8ex; padding-left: 1ex;">
<br>
Hi Eduardo,<br>
<div class=3D"Ih2E3d"><br>
On 19-Jan-09, at 9:53 PM, Eduardo Lundgren wrote:<br>
<br>
> The anchor tag could be focused, this tag should not be in the list?<b=
r>
><br>
> (/input|select|textarea|button|object/.test(nodeName)<br>
</div>Yep, you're right that anchor tags can be focused. But since they=
can<br>
also be used as page anchors rather than links, they should only be<br>
focusable if they've got an href attribute. This is also true for area<=
br>
attributes. We cover that case in the line below:<br>
<br>
a' =3D=3D nodeName || 'area' =3D=3D nodeName<br>
&nbs=
p; ? element.href || !isNaN(tabIndex)<br>
&nbs=
p; : !isNaN(tabIndex))<br>
<br>
Does this seem correct?<br>
<br>
Colin<br>
<br>
---<br>
Colin Clark<br>
Technical Lead, Fluid Project<br>
Adaptive Technology Resource Centre, University of Toronto<br>
<a href=3D"http://fluidproject.org" target=3D"_blank">http://fluidproject.o=
rg</a><br>
<br>
<br>
<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Eduardo Lundgren<br>Sof=
tware Engineer<br>Liferay, Inc.<br>Enterprise. Open Source. For Life.<br>
--000e0cd150b639c1020460e17b38--