Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions

Content deleted Content added
Nested data tables: CSS approach
Nested data tables: clarify CSS tables
Line 686:
</pre>
 
CSS also has table layoutdisplay properties which can be applied to other elements such entitiesas availabledivs, and could be used to create the layout with correct normal flow. But it would berequires a nightmarecustom tostylesheet size and position each cell correctly indefining the page,various especiallyclasses across multipleof usersubstitute devicesentity. Moreover it breaks the formal separation of HTML structure vs. CSS styling by using the styling language to render the correct structure onscreen. It unnecessary and is not recommended.
 
== Resources ==