[Bug 22410] New: Attr.value = 'foo' doesn't seem to create a mutation record, according to spec
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22410
Bug ID: 22410
Summary: Attr.value = 'foo' doesn't seem to create a mutation
record, according to spec
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected], [email protected]
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
--
You are receiving this mail because:
You are on the CC list for the bug.