[Bug 23226] Need for Virtual MutationRecords

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

Olli Pettay <bugs@pettay.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs@pettay.fi

--- Comment #1 from Olli Pettay <bugs@pettay.fi> ---
> Therefore, I propose something like smaug mentioned in the #whatwg IRC:
> 
> * node.notifyMutationObservers({property: "value"});
I assume you don't mean here that there is automatic
notification when value property has changed, since observing properties would
be really hard and slow.


> 
> Which would create something like:
> 
> {property:"value", target: node, type: "virtual"}

So MutationRecord would have to be extended to have also attribute 'property'?

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

Received on Thursday, 12 September 2013 19:00:39 UTC