On 26 Aug 2010, at 17:35, Ellen Herzfeld wrote: > An alternative solution is to put all the links in a <nav> with no list (I'm > using html5 elements). The links will then appear on one line when CSS is > disabled.
Try it in Lynx (last stable release came out last year, newer development builds are available), you'll find it very difficult to tell the difference between "white space between links" and "white space inside links". i.e. the only way to tell where one link ends and the next begins will be to step through them one at a time. As a sentence goes, it won't make a lot of sense either. > I'm not sure yet if a <p> in the <nav> would be necessary for old browsers. A single link will rarely be an entire paragraph. Lists are the right choice here, other posts to this thread explain some of the ways that screen readers handle them. -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
