BillyRayPreachersSon
Programmer
I'd like to find out what people think about opening links in new windows, when it comes to accessibility. More specifically, external links.
A client recently asked me to add extra text to the end of all external links: "This is an external link, and will open in a new window". We were then to add the target="_blank" attribute to each external anchor, to make this happen.
The site was to conform to the Web Content Accessibility Guidelines 1.0, item 10.1 of which states:
Now - while the addition to the title attibute could be said to be "informing the user", I personally felt it would be better to give the user the choice.
The client had, apparently, had lots of touchy-feely sessions with (in their words) "disabled people", who said that it was "clearer" for external links to open in a new window.
Personally, I cannot comment on this feedback, as I wasn't party to the sessions... but I find it hard to believe anyone who relies on websites being accessible would opt to limit their choices in the way that they surf.
I told the client that I thought we should leave it up to the user to choose, but they insisted that "the people had spoken" (my words, not theirs).
So, I'm basically trying to get a wider opinion (other than the clients and my own) about whether it is "more accessible" or "less ascessible" to force external links to open in a new window, rather than letting the user choose.
I'm not sure the spirit of the WCAG gives developers carte blanche to force something upon a user, just as long as we tell them - but I could be wrong.
Thanks,
Dan
[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
A client recently asked me to add extra text to the end of all external links: "This is an external link, and will open in a new window". We were then to add the target="_blank" attribute to each external anchor, to make this happen.
The site was to conform to the Web Content Accessibility Guidelines 1.0, item 10.1 of which states:
WCAG 1.0 said:...do not cause pop-ups or other windows to appear and do not change the current window without informing the user.
Now - while the addition to the title attibute could be said to be "informing the user", I personally felt it would be better to give the user the choice.
The client had, apparently, had lots of touchy-feely sessions with (in their words) "disabled people", who said that it was "clearer" for external links to open in a new window.
Personally, I cannot comment on this feedback, as I wasn't party to the sessions... but I find it hard to believe anyone who relies on websites being accessible would opt to limit their choices in the way that they surf.
I told the client that I thought we should leave it up to the user to choose, but they insisted that "the people had spoken" (my words, not theirs).
So, I'm basically trying to get a wider opinion (other than the clients and my own) about whether it is "more accessible" or "less ascessible" to force external links to open in a new window, rather than letting the user choose.
I'm not sure the spirit of the WCAG gives developers carte blanche to force something upon a user, just as long as we tell them - but I could be wrong.
Thanks,
Dan
[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]