IE, Firefox, Camino, and just about every other modern web browser is able to read these special HTML table codes, so why can't Safari?
If you don't know what I mean, try making an HTML document with the following code. Preview it in Safari and in Firefox to see the difference.
CODE
<table border=1 rules=rows cellpadding=0 cellspacing=0><tr><td>one</td><td>two</td></tr>
<tr><td colspan=2>three</td></tr></table>
<tr><td colspan=2>three</td></tr></table>
Assuming this is a problem with Webkit or w/e, is there a way to fix it?
Edit: After searching around I accidentally stumbled into a chat room full of Apple software engineers. I didn't realize who they were until after the convo, but they said that Webkit, the engine Safari uses to render web pages, is going to get an overhaul soon to handle rules/frame table attributes and css stylized buttons and dropdown menus. Unfortunately, they hinted it might be the the Leopard beta version of Safari and not 10.4.10. They were nice people, but talking to them really humbled me and made me feel stupid.