[Bug 28443] New: [Shadow]: Specify distribution in terms of event loop

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

            Bug ID: 28443
           Summary: [Shadow]: Specify distribution in terms of event loop
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dglazkov@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: annevk@annevk.nl, mike@w3.org, public-webapps@w3.org
            Blocks: 14978

>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?

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

Received on Wednesday, 8 April 2015 15:58:33 UTC