Re: New layout language.

Orion Adrian:
> But either way, the benefit of the system resides not necessarily in
> it's layout model, but in the fact that it separates layout from
> formatting (a plus), it allows for layouts to be reused (a plus)

   /**
    * General stylesheet for example.com
    * @version 20050707cp1
    * @note Do not use absolute positioning in this stylesheet!
    */
   /** Includes */
   @import url("/layouts/2cols/hdr_nav_txt_ftr.css");
   @import url("/themes/blueish.css");
   /** Styles */
   ...

I still do not get your point. You seem to be trying to solve problems 
you see at the wrong level.

Received on Thursday, 7 July 2005 23:20:18 UTC