[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 3512] Implement font-stretch property
- From: bugzilla-daemon mozilla org
- To: fedora-fonts-bugs-list redhat com
- Subject: [Bug 3512] Implement font-stretch property
- Date: Wed, 4 Jun 2008 17:31:07 -0700
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 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]