RE: MutationObserver does not observe state changes

Domenic Denicola <[email protected]>
Newsgroups gmane.comp.web.dom.general
Message-ID <B4AE8F4E86E26C47AC407D49872F6F9F8786F9C3@BY2PRD0510MB354.namprd05.prod.outlook.com>
There is, in theory, nothing that prevents this from working at least in the case of Object.observe, given that  objects can fire their own change records. Indeed, that capability is designed specifically to handle the getter/setter case.

From: Bradley Meck [mailto:[email protected]]
Sent: Sunday, July 28, 2013 10:30
To: [email protected]
Subject: MutationObserver does not observe state changes

Both MutationObservers *and* Object.observe are unable to listen for changes to state on <input> elements and the like. This seems like a pretty fundamental thing, to have one of these work (if not both). I expect most people to encounter some surprise when setting the state of an element but not observing them. I have come up with some questions due to this.

1. What is the official reason this is not supported?
2. Will there be a change due to this seemingly being a common expectation?
3. How should custom elements that have state be treated?
3. 1. Should stateful elements have to write to attributes to be observed?
3. 2. Should stateful elements write to host objects directly to be observed?

I have heard the following reasons (for checkboxes) that do not fully cover these points:

.checked etc. is a JS getter on the element. ( https://code.google.com/p/chromium/issues/detail?id=260881&can=1&q=mutationobservers&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified )
.checked does not map to an attribute ( https://bugzilla.mozilla.org/show_bug.cgi?id=898428  )
MutationObservers are not to observe state, only DOM ( irc.freenode.net#w3c )

Thanks,
Bradley
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.