WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Redirect without browser interaction

for

From: Jukka K. Korpela
Date: Mar 9, 2004 9:30AM


On Tue, 9 Mar 2004 <EMAIL REMOVED> wrote:

> Regarding WCAG Checkpoint 7.5 "Until user agents provide the ability to stop
> auto-redirect, do not use markup to redirect pages automatically. Instead,
> configure the server to perform redirects."

It refers to markup, and this in practice can only mean <meta> tags.

> Because the Web server is configured to use default.asp as the
> default page (don't bother suggesting that we change it - another department
> of the government has a titanium/cobalt-enhanced grip on the servers), our
> web master created for us the file called default.asp which contains only <%
> Response.redirect "default_e.asp" %>.

This does not violate checkpoint 7.5, since the server performs the
redirect. There are other aspects, though, like sending 302 instead of
301, but this is mainly an efficiency issue (the browser is required to
keep using the default.asp address instead of optimizing further
references) and, more importantly, not using automated language
negotiation, which is a fairly advanced topic but worth a look in a
bilingual country, see http://www.cs.tut.fi/~jkorpela/multi/
(but this is just marginally related to accessibility).

--
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/


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