Forum Moderators: open
Can anyone confirm this? I so wish I could find that information again because all of my left-hand navigation links are separated by <br> and as I'm re-doing the site I'd like to make it more accessible.
TIA!
Not only is that an elegant method, but there is a possibility of adding increased value to the links when spidered. SE spiders may assign greater weight to various page elements, headings for instance, <h1> almost certainly. If this is infact true, wouldn't it be logical to assume that LIST ITEMS might imply greater importance as well? Just speculation... I'm sure we will get some SEO opinions on this one! ;)
10.5 Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links. [Priority 3]
Techniques for checkpoint 10.5
I assume that <BR> isn't printable, but must admit that I've been lax at times. I like Nick's approach, but would it work with the dumber screen readers?
Here's a simulator:
[webaim.org...]
Screen readers and text only browsers like Lynx are very important. Remember the trouble the Olympic site got into for not providing alt text?
For me, web design is often about preparing for stuff that will happen very little: like a blind user hitting a site. It's easy to accomadate, better for everyone and genrally makes for a better breed of web site.
Nick