Re: [WSG] Accessible Modal/Lightbox Code

2011-05-22 Thread Russ Weakley
Please ignore. The user has been deleted form the system.
As you were...
Thanks
Russ

On 22/05/2011, at 8:24 PM, Richard Collmann wrote:

> Just how did this get in? And twice?
>  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] Accessible Modal/Lightbox Code

2011-05-22 Thread Richard Collmann
Just how did this get in? And twice?



Richard Collmann

University of Melbourne


From: li...@webstandardsgroup.org [li...@webstandardsgroup.org] on behalf of 
www.nfl21.net [i...@nfl21.net]
Sent: Sunday, 22 May 2011 6:44 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Accessible Modal/Lightbox Code

Hi
Greeting
Hope everything of you goes well
For now we just updated our website,you can take your time to check

http://www.cheap-brands.com

now we have a promotion sale,so if you have order,we will give a good discount 
to you
as our customers,you can get best price+good quality items+best services,

Any more info,welcome freely to contact us via email or online chat
wishing you have a nice day


2011/5/17 Spellacy, Michael 
mailto:michael.spell...@tmp.com>>
Hi List!

A colleague of mine is looking for accessible modal window code.
Anything good out there? Thanks in advance!

Regards,
Spell


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org<mailto:memberh...@webstandardsgroup.org>
***




--
Web:www.nfl21.net<http://www.nfl21.net>

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Accessible Modal/Lightbox Code

2011-05-22 Thread www.nfl21.net
Hi
Greeting
Hope everything of you goes well
For now we just updated our website,you can take your time to check

http://www.cheap-brands.com

now we have a promotion sale,so if you have order,we will give a good
discount to you
as our customers,you can get best price+good quality items+best services,

Any more info,welcome freely to contact us via email or online chat
wishing you have a nice day


2011/5/17 Spellacy, Michael 

> Hi List!
>
> A colleague of mine is looking for accessible modal window code.
> Anything good out there? Thanks in advance!
>
> Regards,
> Spell
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


-- 
Web:www.nfl21.net


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Accessible Modal/Lightbox Code

2011-05-18 Thread Spellacy, Michael
Thanks for the input on this one, folks!

Spell



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Accessible Modal/Lightbox Code

2011-05-17 Thread David Dorward
 
On 17 May 2011, at 17:05, Carl Heaton wrote:

> You are mainly looking for CSS3 type things as full accessibility means no 
> Javascript.

No, it doesn't. 

Start with something that provides access to all the content with plain HTML. 
Apply JavaScript over the top of it to provide an enhanced experience. Make 
sure that the JS doesn't introduce problems for users of screen readers, screen 
magnifiers, non-pointer based input devices, etc and you are accessible.

You have to check the same things with CSS based solutions too. I've seen 
plenty of :hover based interfaces that have no keyboard fallback.

Take the second item on the list on the page you pointed to, for instance. When 
I focus the Clickbox Gallery link, a photo unexpectedly and jarringly pops up. 
I haven't found a way to navigate to the next/prev links that appear when I use 
a mouse, or found any other way to get access to the other images. So, despite 
being CSS 3 based and without JavaScript, a cursory glance at it leads me to 
conclude that it is highly inaccessible. 

-- 
David Dorward
http://dorward.me.uk



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Accessible Modal/Lightbox Code

2011-05-17 Thread Patrick H. Lauke

On 17/05/2011 17:05, Carl Heaton wrote:

You are mainly looking for CSS3 type things as full accessibility means
no Javascript.


Not really, it just means that there must be an alternative if JS isn't 
available, which usually means loading the image itself at a minimum.


--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]

www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com | http://flickr.com/photos/redux/
__
twitter: @patrick_h_lauke | skype: patrick_h_lauke
__


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Accessible Modal/Lightbox Code

2011-05-17 Thread Carl Heaton
Hi back,

http://www.net-kit.com/10-css3-lightbox-alternatives/

Seems a good list.

You are mainly looking for CSS3 type things as full accessibility means no
Javascript.

Good luck!

C

On 17 May 2011 21:31, Spellacy, Michael  wrote:

> Hi List!
>
> A colleague of mine is looking for accessible modal window code.
> Anything good out there? Thanks in advance!
>
> Regards,
> Spell
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


-- 
Carl Heaton
Managing Director and Instructor
www.WebCoursesBangkok.com



Training Centre
253 Building 18th Floor,
Sukhumvit 21
Asoke
Bangkok
10110


Mobile: 0867824118
Skype: carl68
Twitter: @webcoursesbkk


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Accessible Modal/Lightbox Code

2011-05-17 Thread Spellacy, Michael
Hi List!

A colleague of mine is looking for accessible modal window code.
Anything good out there? Thanks in advance!

Regards,
Spell


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***