- From: Christoph Päper <christoph.paeper@tu-clausthal.de>
- Date: Mon, 01 Nov 2004 15:59:36 +0100
- To: "www-style@w3.org" <www-style@w3.org>
W. Leon Sutton, Jr. <wsuttonjr@hyponiqs.com>:
>
> Consider the following image
> [<http://misc.hyponiqs.com/CSS-Ideas/images/Text-Masking-Example.jpg>]
I would expect CSS to handle this with something like
h1 {color: black url("foo.jpeg")}
That is analogous to the 'background' shorthand property.
Your 'none-block' value rather corresponds to
h1::line {background: url("foo.jpeg")}
and looks undesirable, IMO.
Received on Monday, 1 November 2004 21:43:04 UTC