This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22410 - Attr.value = 'foo' doesn't seem to create a mutation record, according to spec
Summary: Attr.value = 'foo' doesn't seem to create a mutation record, according to spec
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-19 23:26 UTC by Dimitri Glazkov
Modified: 2013-06-20 01:50 UTC (History)
4 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2013-06-19 23:26:55 UTC
The spec just says:

"Setting the value attribute must set value to the new value."

I think it should say:

"Setting the value attribute must [change] value to the new value." -- where [change] links to http://dom.spec.whatwg.org/#concept-element-attributes-change
Comment 1 Adam Klein 2013-06-20 01:27:08 UTC
Fwiw, WebKit, Blink, and Gecko all get this right (delivering an attribute mutation).