![]() |
|
|
|||||||
![]() |
|
|
Thread Tools |
Rating:
|
|
|
PM User | #1 |
|
Senior Coder ![]() ![]() Join Date: Jun 2002
Location: near Oswestry
Posts: 4,509
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
The semantics of »
The "»" character (») is often used as a textual-arrow symbol, in menus and navigation bars, and in crumbtrails.
But given that it's really a French close-quotation mark, isn't it semantically dubious to use it as an arrow? Any thoughts?
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark |
|
|
|
|
|
PM User | #2 |
|
The thread killer ![]() ![]() Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
![]() |
I wouldn't think so, it's a usage that anyone understands even if their language uses it for other things. Besides, in English, it certainly isn't a semantics problem, as it doesn't have any defined meaning there.
BTW, when we're at it, did you know that there are languages that use « and » as close and opening quote, respectively, as well as languages that use them as opening and close quote respectively? (This goes for almost all quote marks that use different opening and closing characters... The super/sub quote marks being the only exception that I know of.)
__________________
liorean <[lio@wg]> Articles: RegEx evolt wsabstract , Named Arguments Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards |
|
|
|
|
|
PM User | #3 |
|
The Infractionator-inator ![]() ![]() Join Date: May 2002
Location: Marion, IA USA
Posts: 5,603
Thanks: 3
Thanked 21 Times in 21 Posts
![]() |
Well after many hours of intense focused thought on this issue all I have to say is.....huh?
__________________
Spookster CodingForums Tyrant All Hail Spookster Where do you want to go today? Microso... errr Wrong!!! Make the switch Ubuntu Linux |
|
|
|
|
|
PM User | #5 |
|
Senior Coder ![]() ![]() Join Date: Jun 2002
Location: near Oswestry
Posts: 4,509
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Sounds about right
I just wanted to ask..
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark |
|
|
|
|
|
PM User | #8 |
|
Regular Coder ![]() Join Date: Mar 2003
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Kind of related...
could these symbols be 'wrong' to use ?
< Back Next > < [<] > [>] I'm wondering if Jaws says "smaller than, Back" and "Next, greater than" according to my example above ? Because if it does, a menu that relies on these symbols could pretty much confuse those who use Jaws, mainly blinds and dyslectics, no ? |
|
|
|
|
|
PM User | #9 |
|
Senior Coder ![]() Join Date: Nov 2002
Location: Warwickshire, England
Posts: 1,229
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
I wouldn't use it. Accesibility wise, using a character like that isn't nice to screen-readers. You could convert it to an image, but then text-only browsers won't get something that's easily done with text. Character Map describes it as 'Right Pointing Double Angle Quotation Mark', so it's a bit hefty to use it as an 'advance' arrow.
Remember, there's always plenty more Unicode characters you can use.
__________________
David House - Perfect is achieved, not when there is nothing left to add, but when there is nothing left to take away. (Antoine de St. Exupery). W3Schools | XHTML Validator | CSS Validator | Colours | Typography | HTML&CSS FAQ | Go get Mozilla Now | I blog! |
|
|
|
|
|
PM User | #10 |
|
Senior Coder ![]() ![]() Join Date: Jun 2002
Location: near Oswestry
Posts: 4,509
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Yeah this is exactly the question I'm still pondering - if an image is used instead of a symbol, the image still has to have alt text, and the most obvious alt text would be the original character symbol.
For the record: for ">" JAWS says "greater", but IBM Home Page Reader says "greater than". For "»" JAWS says "right double angle bracket" while HPR says "blank" But if the menu structure is a list, JAWS can use the semantics of that to tell you what level you're on, so it probably shouldn't read the arrow text, because it doesn't have to. HPR gives no sense of the heirarchy, but since the menus have display toggles HPR can't see them anyway, so really it shouldn't read the arrow text either. What I really want is screenreaders not to see the arrow at all, but graphical browsers with images disabled to see a replacement indicator. Given that it's impossible to serve content specifically to or not to screenreaders, that's a moot desire. So after much experimentation, the best solution I've found so far is an image with the alt text "..." which is read out as "dot dot dot" - a well-known convention, both in writing and in speaking, to mean "and there's more".
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark Last edited by brothercake; 12-15-2003 at 08:57 PM.. |
|
|
|
|
|
PM User | #11 |
|
Senior Coder ![]() Join Date: Nov 2002
Location: Warwickshire, England
Posts: 1,229
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Will screen readers read out alt text for an image if it's set? That could be useful.
__________________
David House - Perfect is achieved, not when there is nothing left to add, but when there is nothing left to take away. (Antoine de St. Exupery). W3Schools | XHTML Validator | CSS Validator | Colours | Typography | HTML&CSS FAQ | Go get Mozilla Now | I blog! |
|
|
|
|
|
PM User | #12 |
|
Senior Coder ![]() ![]() Join Date: Jun 2002
Location: near Oswestry
Posts: 4,509
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Yes, that's exactly what they read out. But if you have something like "submenu to the right" as the alt text, it's gonna looks stupid in graphical browsers with images turned off - a browser will expand the img container to as much space as the alt text needs, so it can't be more than 2 or 3 characters .. for the best of both worlds, anyway.
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark Last edited by brothercake; 12-15-2003 at 08:58 PM.. |
|
|
|
|
|
PM User | #13 |
|
Senior Coder ![]() ![]() Join Date: Jun 2002
Location: near Oswestry
Posts: 4,509
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
How does one use those unicode characters, in the form of something I could create as a text node? And can they be used with impunity, without x-browser or platform issues?
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark |
|
|
|
|
|
PM User | #14 |
|
Regular Coder ![]() Join Date: Mar 2003
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Thank you brothercake, for your very informative posts!
I've been posting on another board and people over there have no idea of how to make a site accessable, and when I tell 'em what I know, they ignore me because they say that they don't care plus "it's impossible to make a nice site accessable" [Ignorant people, ughh ]I think I know the basics of how to make a site accessable, maybe a little bit more, but not nearly enough. I want to sign up on the accessability-forums, but I can't find the link, could you[or anyone who has it] post it please ? sorry for the kind of off-topics |
|
|
|
|
|
PM User | #15 |
|
New Coder ![]() Join Date: Sep 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
I use it in my navigation :-)
It doesnt look bad actuatly...
__________________
http://www.acecoolco.com/avs/Acecool..._Signature.php If you plan on contacting me, please read this: Legal Terms & Conditions |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|