Re: How do we find which are the pending style sheets ?
Bill Keese <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
> If your JS code is linked in via a <script> element, then by the time that > <script> executes, all the stylesheets that had started loading before the > parser got to that <script> will be loaded. OK follow up question... how about if the stylesheets themselves have @import statements to recursively load other stylesheets?