[whatwg] Google research into web authoring techniques

Hi,

From: Ian Hickson <ian@hixie.ch>
>Google recently published some (not-very-scientific) research which
>people on this list will probably find interesting:
>
>    http://code.google.com/webstats/index.html

On the table elements page[1]:
>If someone can explain why so many pages would use a <table> tag and then 
>not put any cells in it, please let us know.

Perhaps to simulate 'min-width', something like this:

   <table>
    <img src=empty.gif height=0 width=700><br>
    Text...
   </table>

[1] http://code.google.com/webstats/2005-12/tables.html

Regards,
Simon Pieters

Received on Wednesday, 25 January 2006 16:11:08 UTC