[Bug 16016] Place some constraints on when computed values must be deemed to change

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

L. David Baron <dbaron@dbaron.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbaron@dbaron.org

--- Comment #1 from L. David Baron <dbaron@dbaron.org> 2012-02-17 19:17:27 UTC ---
(In reply to comment #0)
> Can we at least require that if you make a change, then a setTimeout() function
> makes another change, they can't be simultaneous?  There should be at least one
> way for authors to change styles and know it's not simultaneous.

I think that's too strong -- it prevents implementations from coalescing
changes that happen within the same screen refresh, for example.

I think if we wanted to say something we'd want to say something about the
previous style having been visible to the user.

-- 
Configure bugmail: https://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 Friday, 17 February 2012 19:17:33 UTC