Hi, > If your concern truly is for disabled users, don't present the data in > a table.
Lee, I disagree on that. If we're talking about tabular data (i mean a bunch of any kind of data where you can find what you need by looking at the intersection of the right row & the right column...) there's no better way to represent it than a well-written HTML table. If you're concerned about disabled users, use HTML tables correctly. I.e. only when they are appropriate and with the adequate headers, summary, caption, etc. Using another markup structure will only get disabled users confused. -- Thomas Dedericks [email protected] GSM: +32 (0) 499 23 60 22 http://tequila-studio.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
