- From: Tim Bagot <timothy.bagot@keble.oxford.ac.uk>
- Date: Tue, 18 Nov 1997 13:52:46 +0000 (GMT)
- To: Style Sheet mailing list <www-style@w3.org>
Some properties can be specified relative to an inherited value (e.g.
font-weight bolder or lighter). Should the new value be clipped (if this
is necessary) before or after it is passed on to children? It is easier to
clip first, but I think that this is the less intuitive interpretation.
That is, I would expect, for example,
font-weight
900 {bolder} {bolder} {lighter}
800 start here {lighter}
rather than
900 {bolder} {bolder}
800 start here {lighter}
700 {lighter}
Tim Bagot
Received on Tuesday, 18 November 1997 08:54:19 UTC