in reply to Seeking ideas for measuring rendered html size
HTML doesn't define presentation at all, and HTML with CSS makes really strong suggestions about presentation, but still doesn't define it exactly. (Assuming any browser actually completely and accurately implements the CSS specs, which none do. (Not even counting the spots in the CSS specification that aren't exact enough to definitively render))
The best you're going to be able to do is make a 90% guess. Using an existing rendering engine would be the way to do this, but if you're going to use the result to influence the design as presented to other people, you're probably better off using the IE/Windows HTML rendering engine, as it disagrees with Mozilla on quite a few things and, like it or not, is significantly more used. (And no, I have no idea how you'd do this)
|
|---|