Hi All,
I'm sure we have all come accross this problem before when Bobby validating for accessibility:
"Seperate adjacent links with more than white space"
- We all know that there are various ways around this, but I have come up with a funky solution.
Basically, inserting a seperating bar | (even though not part of the design), inside its own span, and then hiding that span with CSS...
For regular users there is a border-right seperator, so by adding a bar and hiding it with CSS we see one seperating bar between links with or without CSS - surely meaning the best of both worlds, as all user groups will have a seperating bar helping accessibilty i.e. the visually impaired using a standard browser, those using screen readers, as well of courseas the regular user.
What do you guys think? Any feedback?
Regards,