Tycker vi tittar på hela stycket om det hela:
Citat:
Authors should use style sheets for layout and positioning. However, when it is necessary to use a table for layout, the table must linearize in a readable order. When a table is linearized, the contents of the cells become a series of paragraphs (e.g., down the page) one after another. Cells should make sense when read in row order and should include structural elements (that create paragraphs, headings, lists, etc.) so the page makes sense after linearization.
Also, when using tables to create a layout, do not use structural markup to create visual formatting. For example, the TH (table header) element, is usually displayed visually as centered, and bold. If a cell is not actually a header for a row or column of data, use style sheets or formatting attributes of the element.
|
Den här delen kom efter det citat du använde dig av. CSS, javisst helt naturligt att använda sig av.
Så jag ser inte att tabeller är bannlysta för layout eller strider mot riktlinjer. Fast visst kan ha missförstått allt som står i texten ovan. I så fall ber jag om ursäkt för det.
Sidorna blir inte speciellt mycket större med tabeller, 25kb mot 23kb på 19.000 teckens text (motsvarar 6 A4-sidor) med ett enkelt test på nästlade tabeller mot motsvarande mängd divar.
Det dåliga ryktet, tja det förstår jag ingenting av.
Edit:
W3Cs text om tabeller