[webcomponents] [Shadow]: Specify distribution in terms of event loop (bugzilla: 28443) (#73)

Title: [Shadow]: Specify distribution in terms of event loop (bugzilla: 28443)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28443

----
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28443#c0
*Dimitri Glazkov* wrote on 2015-04-08 15:58:31 +0000.

>From https://lists.w3.org/Archives/Public/public-webapps/2015AprJun/0052.html

Currently, the spec is not very precise about when distribution happens:

"If any condition which affects the distribution result changes, the distribution result must be updated before any use of the distribution result."

This results in difficulty for interoperability, as the exact timing of when affects change is hard to reason across browsers.

Instead, it needs to define when exactly the distribution algorithm runs. For example, we could have tied it to the timing of style calculation, because distribution algo always runs before style calculation. 

Is the timing of style calculation specified?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/73

Received on Monday, 25 May 2015 08:49:46 UTC