- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 2 Jan 2004 03:02:59 +0000 (UTC)
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: ernestcline@mindspring.com, www-style@w3.org
On Fri, 2 Jan 2004, Bjoern Hoehrmann wrote:
>
> * Ernest Cline wrote:
>> @profile
>> @property
>
> Just on these names, I use
>
> @profile url(http://www.example.org/schema.css);
>
> to point to CSS Schema documents and @property in
> CSS Schema documents like
>
> /* font descriptors */
> @property base-line
> {
> value: <number>;
> initial: 0;
> media: visual;
> ...
>
> for an experimental CSS Validator, I would hate to
> invent new names for these... :-)
Presumably you are using @-bh-profile { } and @-bh-property { } as per the
vendor-specific extensions convention, of course, so there wouldn't be a
problem...
--
Ian Hickson )\._.,--....,'``. fL
U+1047E /, _.. \ _\ ;`._ ,.
http://index.hixie.ch/ `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 1 January 2004 22:03:00 UTC