Avoid/forbid "Click here" links
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Avoid/forbid "Click here" links
phpBB uses "click here" very often for link descriptions. This is bad for screenreads and and also refers to a mouse being used, which is being less the case when using your fancy touch displayes nower days. If you need some more reading information:
http://www.smashingmagazine.com/2012/06 ... lick-here/
http://www.w3.org/QA/Tips/noClickHere
http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text
So maybe we should make it a "coding guideline" that new links must not use "click here" but be descriptive instead.
Opinions?
http://www.smashingmagazine.com/2012/06 ... lick-here/
http://www.w3.org/QA/Tips/noClickHere
http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text
So maybe we should make it a "coding guideline" that new links must not use "click here" but be descriptive instead.
Opinions?
Member of the Development-Team — No Support via PM
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Avoid/forbid "Click here" links
Agreed but to be clear we are not talking about or including posted links in topics are we?
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Avoid/forbid "Click here" links
No, just phpBB generated links, like:
Code: Select all
'STYLE_INSTALLED_EDIT_DETAILS' => '<a href="%s">Click here</a> to edit style details or to change default style.',
'STYLE_INSTALLED_RETURN_STYLES' => '<a href="%s">Click here</a> to return to installed styles list.',
'STYLE_INSTALLED_RETURN_UNINSTALLED' => '<a href="%s">Click here</a> to install more styles.',
Member of the Development-Team — No Support via PM
Re: Avoid/forbid "Click here" links
How 'bout "call, click, or come in." No...wait, that won't work...
How 'bout, "Follow this link"
How 'bout, "Follow this link"
Has an irascible disposition.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Avoid/forbid "Click here" links
How 'bout:
Code: Select all
'STYLE_INSTALLED_RETURN_STYLES' => 'Return to <a href="%s">installed styles list</a>.',
'STYLE_INSTALLED_RETURN_UNINSTALLED' => 'Install <a href="%s">more styles</a>',
Member of the Development-Team — No Support via PM
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: Avoid/forbid "Click here" links
Does it really matter? Most people know what "click" means even if it's done with a finger on a touch screen.
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Avoid/forbid "Click here" links
It matters if you are blind and sit in front of a screenreader which lists all links first and it list ten times click here
Member of the Development-Team — No Support via PM
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: Avoid/forbid "Click here" links
But changing the name to something other than "click" will still be read repeatedly by the screenreader. I think it's just semantics...nickvergessen wrote:It matters if you are blind and sit in front of a screenreader which lists all links first and it list ten times click here
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Avoid/forbid "Click here" links
Please read the samples in this topic as well as the links in the first post, before continuing to discuss...Master_Cylinder wrote:But changing the name to something other than "click" will still be read repeatedly by the screenreader. I think it's just semantics...nickvergessen wrote:It matters if you are blind and sit in front of a screenreader which lists all links first and it list ten times click here
Member of the Development-Team — No Support via PM
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: Avoid/forbid "Click here" links
I did read them.
Is
"return"
"install"
"uninstall"
"install"
"uninstall"
"install"
"uninstall"
Any better than
"click here"
"click here"
"click here"
"click here"
"click here"
for the blind? Do we need to develop for the blind?
While it *IS*, absolutely, true that "click" refers to mouse mechanics, it's still understood whether it's a touchscreen or not.
On the other hand, since it seems to just be semantics, it really won't matter if it's changed either; the links will still be there so I'm neutral.
Is
"return"
"install"
"uninstall"
"install"
"uninstall"
"install"
"uninstall"
Any better than
"click here"
"click here"
"click here"
"click here"
"click here"
for the blind? Do we need to develop for the blind?
While it *IS*, absolutely, true that "click" refers to mouse mechanics, it's still understood whether it's a touchscreen or not.
On the other hand, since it seems to just be semantics, it really won't matter if it's changed either; the links will still be there so I'm neutral.
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.