Re: CSS3 font-weight, OFF OS2.usWeightClass, and weights which are not a multiple of 100.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.web.fonts,gmane.comp.web.svg |
|---|---|
| Message-ID | <[email protected]> |
On 2/9/11 9:20 AM, Chris Lilley wrote: > a) are the above assumptions correct? The ones about CSS, yes. > b) if a value which is not a multiple of 100 is used in the CSS style system, (e.g by script, or by direct specification in a style sheet, or by animation) then it gets mapped to the nearest multiple of 100? No, it's a parse error and hence ignored. > c) thus, animation of the font-weight property should be discrete, not continuous As things stand, yes. -Boris