Boris Zbarsky <[EMAIL PROTECTED]> wrote: > Zack Weinberg wrote: > > The most straightforward way to do that seems to be > > to add GetCSSParsingEnvironment methods to nsCSSStyleSheet and > > nsCSSRule - these could replace some of the existing code, at least > > for DOMCSSDeclarationImpl. Does anyone have a better idea? > > Either that, or putting it on nsContentUtils if it could be shared > usefully seems reasonable. The only thing to watch out for is > slowing down setting of .style.something.
Ok. I don't think performance will be a problem - it'd be the same code that runs now, just in a different place. I'm de-prioritizing this based on roc's opinion that a different missing @font-face feature is more important, but it's staying on the list. > I'm not entirely sure that we have a good notification system in > place here. I was afraid you were going to say that. > Note that at this point you probably know as much about this code as > anyone else does. ;) ... and that. ;-/ zw _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

