Re: [CSS] Rules for parsing and compatibility

* 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... :-)

Received on Thursday, 1 January 2004 21:59:46 UTC