WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Screen readers and telephone numbers

for

From: Dave Ferrick
Date: Mar 3, 2003 9:18AM


A stab in the dark, but how about having each number in an <li> and making
the list inline through the properties:

ul, li {
display: inline;
margin: 0;
padding: 0;
}


There may be some browser variants on what to id (you may need to add the
style to a containing <p> first) but with some effort, you can probably get
it to work across all platforms.

Dave Ferrick