Lachlan Hunt wrote:
> body { font-size: small; }
> is generally acceptable and is approximately the same as 80% of the
Definitely not acceptable to me for content paragraphs. :-(
> default font-size.
Actually whether small matches 80% or not depends on browsers and
rounding and the default size and sometimes DPI too. In Gecko, the size
comes from an internal table at
http://lxr.mozilla.org/seamonkey/source/layout/style/nsStyleUtil.cpp#117
if the default is 16px or less, but is 89% if the default is anything
larger:
http://lxr.mozilla.org/seamonkey/source/layout/style/nsStyleUtil.cpp#199
. Take a look here to confirm and see how other browsers compare:
http://members.ij.net/mrmazda/auth/Font/font-rounding.html
http://members.ij.net/mrmazda/auth/Font/font-rounding120.html
http://members.ij.net/mrmazda/auth/Font/fonts-pt2px.html
http://members.ij.net/mrmazda/auth/K/pt2pxKHTML.html
http://members.ij.net/mrmazda/auth/absolute-sizes-MvE.html
--
Jesus Christ is the reason for the season.
Team OS/2 ** Reg. Linux User #211409
Felix Miata *** http://members.ij.net/mrmazda/auth/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************