<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>There's been a lot of talk about this recently on blogs, and while we agree that it's exciting we could go back to pixel sizing in the future, it doesn't fit all cases right now.</div><div>As mentioned, IE6 just won't scale text set in pixels - at all. I believe this is true of ie7 and 8 too, for users who change their default to text instead of zoom (uncommon, I know).</div><div>The page zoom stuff also seems to fall apart in percentage-based layouts, and it's unclear how that'll be solved by the browsers, but for now it goes back to text scaling, which needs ems in IE.</div><div>
</div><div>Using ems causes no harm, but does benefit users on browsers that don't do page zoom.Despite the occasional frustration in font-size inheritance, it seems like the best scenario for developers and users.</div><div>
</div><div>One additional thing: most of the dimensions of our theme styles are set in ems as well so they are proportional to the component's font size, creating comfortable white space and dimension. This would be very difficult to do without ems.</div><div>
</div><div>-Scott</div><div>
</div><div>
</div><div>
</div>
<div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Scott Jehl</div><div>Designer / Developer</div><div><a href="http://www.scottjehl.com">
http://www.scottjehl.com</a></div></div></div></span> </div>
<div><div>On Oct 14, 2008, at 8:44 AM | Oct 14, 2008, Scott González wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">I don't think we can do this until we stop supporting IE6 and Safari starts supporting full-page scaling. Our themes need to work in every browser that we claim to support.