|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Should tabular data always be in tables?
So we know that tables should only be used to display tabular data, and not used for layout.
But turn the question around - should tabluar data always be displayed in tables? My common sense tells me yes... but my current circumstance / chosen technology / lack of skills in said technology are all saying no ![]() But it's got me thinking, are there any cases when tablular data could be separated out into other html elements and still be semantically correct? Nested ordered lists perhaps? |
|
#2
|
|||
|
|||
|
The thing about tables is that data in a cell is usually related to the data in the cells in its row and in the cells in its column. Other markup can't really show relationships between the pieces of data like that.
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. Check out my blog. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Should tabular data always be in tables? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|