![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
TD | | TD | | TD | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------- ------------------------ -------- |
|
DIV | | DIV | | DIV | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------- ------------------------ -------- |
#2
| |||
| |||
|
|
This argument has come up two or three times lately. [...] I forgot my original question -- oh yeah, where is it written, actually literally where in the W3 website or the spec is it written that I must use CSS-P now or my code isn't using standards? |
#3
| |||
| |||
|
|
where is "Thou Shalt Use CSS-P" written |
#4
| |||
| |||
|
|
What, after all, is the real difference between -------- ------------------------ -------- | TD | | TD | | TD | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------- ------------------------ -------- and -------- ------------------------ -------- | DIV | | DIV | | DIV | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------- ------------------------ -------- |
#5
| |||
| |||
|
|
This argument has come up two or three times lately. [snip] I forgot my original question -- oh yeah, where is it written, actually literally where in the W3 website or the spec is it written that I must use CSS-P now or my code isn't using standards? [snip] Joking aside, what document _should_ my opponent have pointed me to - where is "Thou Shalt Use CSS-P" written, who decreed it - or is it just a cultural assumption made by modern web developers, a sibboleth? |
#6
| ||||||
| ||||||
|
|
This argument has come up two or three times lately. We have a web standards document at our company that say "Use valid HTML 4; We don't recommend switching to DIV-based CSS-P for layout just yet though, tables are a lot easier." |
|
That's because we have a lot of developers who aren't ready to move to CSS-P and DIVs just yet. But I'm being told our policies were contradictory. If we're going to use standards, then we should use CSS positioning not TABLE code. |
|
But we _are_ using standards! We're using valid HTML with a DOCTYPE and everything. We don't use the FONT tag (though even _that_ is still valid in Transitional HTML, did you notice?) and all the formatting, all the backgrounds and colors and images and fonts are in the style sheet, not in the page. |
|
What, after all, is the real difference between -------- ------------------------ -------- | TD | | TD | | TD | [snip] and -------- ------------------------ -------- | DIV | | DIV | | DIV | [snip] anyway? The content comes in the same order in the page, and if I include a "skip to content" link that takes people to the centre TD, who have I hurt? |
|
Tables should only be used for Tabular content, I hear you say -- well, isn't the traditional layout tabular, in a way? |
|
I forgot my original question -- oh yeah, where is it written, actually literally where in the W3 website or the spec is it written that I must use CSS-P now or my code isn't using standards? |
#7
| |||
| |||
|
|
(The word "control" probably should have been "suggest" here.) |
#8
| |||
| |||
|
|
The content comes in the same order in the page |
#9
| |||
| |||
|
|
On 14 Jun 2004 21:52:02 -0700, Jack Hughes <jac_hughes (AT) yahoo (DOT) com wrote: The content comes in the same order in the page Actually, no. With table layout I must have the left column, then the center, then the right. With CSS layout I can make the page degrade to ANY order. |
#10
| |||
| |||
|
|
On 14 Jun 2004 21:52:02 -0700, Jack Hughes <jac_hughes (AT) yahoo (DOT) com> wrote: The content comes in the same order in the page Actually, no. With table layout I must have the left column, then the center, then the right. With CSS layout I can make the page degrade to ANY order. |
![]() |
| Thread Tools | |
| Display Modes | |
| |