Quote:
Originally Posted by phillipgessert
It's because px are a fixed unit and don't account for e.g. reader-side font resizing or the wide variety of resolutions on different devices. Pretty much the same reason px have fallen out of favor in web design.
|
My understanding is that as of css3, 1 px == 0.75 pt. So the same would apply to using pt? what about table border widths? should they be fixed or should they scale along with font resizing?