Original Question
On the whole the SO HTML is very good - I've never had any rendering problems.
However I am working on an Stackoverflow iPhone App and the use of HTML tables (mainly on the question pages i.e. this one) are causing me some problems.
I'd like to see the removal of <table> to be replaced with the more versatile <div>.
Problem Clarification
While I agree with sentiment that there is nothing wrong with <table>s the use on the questions/[0-9]*/ pages hampers efforts third parties to write custom CSS.
Not a Screen Scraper
The App refereed to simply loads the webpage into a UIWebKit and substitutes the CSS file for a custom one that formats pages to look more in-keeping with the iPhone.
It does not alter the HTML or Javascript in anyway, only the CSS is substituted.
<div><div><div><div></div><div></div></div><div></div></div></div>. – Hilarious Comedy Pesto Oct 21 '09 at 13:54<div id="nou" style="reply angry">no u!</div>– Hilarious Comedy Pesto Oct 21 '09 at 13:57<table class="table_with_bold_text_inside"><tr><td class="td_with_normal_text_override">ha!</td><td>I laugh at your web standards!</td></tr><tr><td colspan="2">pickles</td></tr></table>– Welbog 2 - Welbog in time Oct 21 '09 at 14:00