What is preferred accessible and semantically correct method to code this type of data design?

Posted by jitendra on Stack Overflow See other posts from Stack Overflow or by jitendra
Published on 2010-03-26T16:50:35Z Indexed on 2010/03/26 16:53 UTC
Read the original article Hit count: 283

What is preferred accessible and semantically correct method to code this type of data design?

  • Table
  • UL, LI
  • DIV,SPAN

For icons should i use for each place or i should is icon from CSS sprites? If we use css sprite here then how to code, and what will happen when images will be disabled ?

Every link will open in new window and I have to indicate about file size also for both sighted and blind users?

So what is the best method to make this design and what is best method to show icon and to indicate all type of users that file will open in new window and what is file size?

Content of table should be accessible and understandable in as good as possible manner in all conditions

  • For sighted user even if images are disabled
  • for screen user
  • for text browser user
  • and if css is disabled

And What is the role of Filenames of PDF, video, audio here?

alt text

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css