E-mail List Archives
Re: Redirect without browser interaction
From: Jukka K. Korpela
Date: Mar 9, 2004 9:30AM
- Next message: Jon Gunderson: "Re: ANNOUNCEMENT: Extensions to Internet Explorer that support people with disabilities and functional testing for accessibility"
- Previous message: Ezra Freelove: "RE: Redirect without browser interaction"
- Next message in Thread: Jens Meiert: "Re: Redirect without browser interaction"
- Previous message in Thread: Ezra Freelove: "RE: Redirect without browser interaction"
- View all messages in this Thread
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/
- Next message: Jon Gunderson: "Re: ANNOUNCEMENT: Extensions to Internet Explorer that support people with disabilities and functional testing for accessibility"
- Previous message: Ezra Freelove: "RE: Redirect without browser interaction"
- Next message in Thread: Jens Meiert: "Re: Redirect without browser interaction"
- Previous message in Thread: Ezra Freelove: "RE: Redirect without browser interaction"
- View all messages in this Thread