[Bug 13977] Check browsers; it might be that links with rel=stylesheet that aren't yet loaded should still have a sheet. See also https://bugs.webkit.org/show_bug.cgi?id=65140

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13977

--- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-18 02:37:00 UTC ---
(In reply to comment #5)
> > In Gecko, <link> loading blocks parsing.
> No, it does not.
> It blocks execution of <script> elements, however.

Er, yeah, sorry. I meant in the demo above it blocks parsing, but of course the
reason it does that is that it is blocking on execution of the inline script
after the link.


> > In WebKit, .sheet is null until the sheet is loaded.
> 
> How is "loaded" defined?  If the sheet has @import rules, do those need to be
> loaded too?  (Think esp. for <style>.)

I didn't investigate this closely, since it's not Web compatible anyway (whence
this bug, in fact).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 18 October 2011 02:37:02 UTC