Re: How do we find which are the pending style sheets ?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Bill Keese wrote: > OK follow up question... how about if the stylesheets themselves have > @import statements to recursively load other stylesheets? A sheet is not considered to have loaded until all sheets it @imports have loaded. -Boris