WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: opening new browser windows?

for

From: julian.rickards@ndm.gov.on.ca
Date: Nov 6, 2003 1:12PM


It applies to scripted open windows (ie JavaScript) or HTML coded windows,
target="_blank".

The first point is not to open new windows (whatever the method) but if you
must, then please inform the user first using either the title element or
information in the link such as:

<a href="webpage.html" title="Link opens in new window">link text</a>

or

<a href="webpage.html">Link text (link opens in new window)</a>

The problem with the first option is that not all JAWS users will "read" the
title text - I believe they have to ask for it so the second option would
guarantee that all of them will be alerted to the new window.

This rule also applies to <meta http-equiv="refresh"> where this meta tag
will redirect a user to another page after so many seconds (0 seconds to how
ever many you specify). Apparently, JAWS users will be informed that they
have been presented with a new page and then it is gone and replaced by
another. In this case, if, for example, the webpage the visitor is looking
for has been moved, provide a link instead so the user can choose to move on
at their own request.

Jules

---------------------------------------------------------
Julian Rickards
Digital Publications Distribution Coordinator
Publications Services Section
Ontario Ministry of Northern Development and Mines
Phone: (705) 670-5608
Fax: (705) 670-5690


> -----Original Message-----
> From: Mark Bryant [mailto: <EMAIL REMOVED> ]
> Sent: Thursday, November 06, 2003 2:38 PM
> To: <EMAIL REMOVED>
> Subject: opening new browser windows?
>
>
> What is the proper way to handle a link that when clicked, opens a new
> browser window (target=_blank)? Does it need to be addressed for
> accessibility and if so, why and how?
>
> I have read in the WAI about Checkpoint 10.1 "Until user
> agents allow users
> to turn off spawned windows, do not cause pop-ups or other
> windows to appear
> and do not change the current window without informing the
> user. [Priority
> 2]".
>
> Seems like this only applies to server spawned windows and not user
> initiated clicking?
>
> TIA,
> -mark
>
>
>
>
>
> ----
> To subscribe, unsubscribe, suspend, or view list archives,
> visit http://www.webaim.org/discussion/
>


----
To subscribe, unsubscribe, suspend, or view list archives,
visit http://www.webaim.org/discussion/