- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 Jul 2014 16:57:20 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24756 --- Comment #5 from Morrita Hajime <morrita@google.com> --- (In reply to Boris Zbarsky from comment #4) > It does in various ways. For example, it defines the ordering of style and > script loading. Yes, that is what I covered in my change. Difference between styles and scripts is: - For scripts, execution order is everything. So there is less uncertainty here. - For stylesheets, it is possible that a sheet loaded later can supersedes ones that are loaded earlier if the document order of new one wins over older ones. So loading order and application order is orthogonal. And I don't think the spec says about loading order, although it covers application order. My feeling is that is is OK because we don't render things until all imports are loaded. Async case might be trickier, but I yet to see real problem there. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 30 July 2014 16:57:23 UTC