Re: [CSS] Rules for parsing and compatibility

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