- From: Andrew Fedoniouk <news@terrainformatica.com>
- Date: Wed, 11 Aug 2004 18:02:42 -0700
- To: "Boris Zbarsky" <bzbarsky@MIT.EDU>
- Cc: <www-style@w3.org>
> > background-color: color1 color2 color3 color4; > > You're implementing this with a vendor prefix, I hope? > And this? > And this? By default, yes. But in our case host application can override this behavior, even provide its own implementation of style_factory. HTMEngine is an embeddable UA. HTML being loaded in the engine is not supposed to be rendered anywhere else as it describes screen/form layouts. Engine supports %% units and flow:horizontal (-h-smile-flow:horizontal) heavily used in x/y layouts currently. It is sort of XUL engine but with (default) HTML/CSS input. Andrew Fedoniouk. http://terrainformatica.com ----- Original Message ----- From: "Boris Zbarsky" <bzbarsky@MIT.EDU> To: "Andrew Fedoniouk" <news@terrainformatica.com> Cc: <www-style@w3.org> Sent: Wednesday, August 11, 2004 4:58 PM Subject: Re: recommendations to css3 draft ... > Andrew Fedoniouk wrote: > > In our embeddable HTML rendering engine we are using: > > > > For gradient background: > > > > background-color: color1 color2 color3 color4; > > You're implementing this with a vendor prefix, I hope? > > > background-position:15px 15px 15px 15px; /*left top right bottom edges*/ > > And this? > > > background-repeat:expand; /* HTMEngine specific */ > > And this? > > -Boris >
Received on Thursday, 12 August 2004 01:03:29 UTC