[Bug 3512] Implement font-stretch property

bugzilla-daemon at mozilla.org bugzilla-daemon at mozilla.org
Thu Jun 5 00:31:07 UTC 2008


Do not reply to this email.  You can add comments to this bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=3512





--- Comment #48 from Zack Weinberg <zweinberg at mozilla.com>  2008-06-04 17:30:58 PDT ---
The problem with a single-number coding scheme like "501 = normal + 1 step
(wider/bolder)" is that wider/narrower, like bolder/lighter, are required to
make a change if they can.  So, consider

<span style="font-stretch: normal">a
 <span style="font-stretch: wider">b
  <span style="font-stretch: narrower">c
</span></span></span>

Suppose that the font family for this entire thing has two widths: normal and
condensed.  (Pretty common.) Then the spec says "a" and "b" should be rendered
at normal width, and "c" at condensed width.  But with a single-number scheme,
the style for "c" is indistinguishable from the style for "a".


-- 
Configure bugmail: https://bugzilla.mozilla.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fonts-bugs mailing list