- From: <bugzilla@jessica.w3.org>
- Date: Fri, 12 Oct 2012 20:13:42 +0000
- To: public-webapps-bugzilla@w3.org
- Message-ID: <bug-19463-2532-Jx8nhq4xGU@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19463
Rafael Weinstein <rafaelw@chromium.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rafaelw@chromium.org
--- Comment #4 from Rafael Weinstein <rafaelw@chromium.org> ---
my $.02:
If you are processing every mutation as if it were a childlist, you're doing
something wrong and likely to get the wrong answer. It should be an invariant
that a childlist mutation record has at least one node in either of
added/removed nodes and code which tolerates both being empty is probably
wrong.
I think that having an empty array for added/removed in the case of
non-childlist changes suggests something misleading about how the API works.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 12 October 2012 20:13:44 UTC