Hi Scott,
I found two problems, one big, one small:
1: The size and position of a text box as shown in VSD is different from the size and position of the rendered text in a browser. It is a: shown lower in VSD than what will be rendered, and b: sometimes the rendering is broader than the original textbox. I tried this in Firefox and Chrome.
2: If I use text with 10 pixels in a textbox, then the line of rendered text breaks, no matter how long the VSD textbox is.
I'll make a small example website to show what I mean....
John
Yes, that that will be correct. Each browser and operating system renders text a bit differently, especially OS X. We had to add in some automatic padding for OS X to prevent wrapping text objects. Right now what we are doing is adding an automatic 3% increase when we write the markup. We just made an estimate based on some sample sites we played with where each <div> needed to be increased by 5px to properly rendered.
This maybe something we have to tweak over time, but I have not seen enough websites using this beta to make a decision on what the best number will be.