In http://meta.stackoverflow.com/questions/1777/what-html-tags-are-allowed-on-stack-overflow-server-fault-and-super-user, Jeff explains which basic HTML elements are allowed. Near the end he states
We do not and will not allow table tags -- sorry. This is intentional and by design.
I am wondering what the rationale behind the decision is. I could see the difficulty in getting the tr and td elements to properly close for users not familiar with HTML, and perhaps how tables lend themselves to wasting too much horizontal real estate.
I'm not suggesting that tables be allowed in the SO engine, but I would like to know what pitfalls I can expect if I allow my users to enter them in my (soon-to-be-written) application that allows markup.