[Bug 24756] [imports]: Cascading order for stylesheets of imported documents should be stated more clearly

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24756

--- Comment #2 from Morrita Hajime <morrita@google.com> ---

(In reply to Gabor Krizsanits from comment #1)
> I'm trying to wrap my head around this part of the spec, but there are a few
> things that are not clear.
> 
> - I don't see the definition for ordering style sheets that are directly in
> the importing document (or master) vs the imported ones.
Right. I added some clarification:
https://github.com/w3c/webcomponents/commit/d74015c77b109bb19eb464063d0a59e905704a0c


> 
> - I'm not sure WHEN should the stylesheet of the imports be applied on the
> master (when the sheet is loaded? or when the import is loaded?)

This is also true. However, I suspect that web standard doesn't say
anything about style loading timing even before HTML Imports.
So I'm not sure how/if I should write it down in the spec.

Just FYI in Blink, styles are applied as each style is loaded.
This doesn't matter in many case though because import loading blocks
rendering.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 23 July 2014 22:30:15 UTC