Hello, I am in the process of extending CSSEngine for use with html and need some help with its internals.
1. if a ShorthandedManager is invoked - how is it possible to get a reference (from within setValues) to the current element/node? setValues is called from 5 places within CSSEngine, most or all of them are inner *handler classes where I also cannot find the element. 2. the following definition (for html) { border-color: red; border-left: dotted; color: blue } must result in a red border with a blue left side. Due to 1. I cannot check, but I assume that during evaluation of the shorthanded border-left the "color" property has not been computed yet. So my solution would be to evaluate an element twice - how can this be done? thank you, Ricky ____________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]