[Bug 22410] New: Attr.value = 'foo' doesn't seem to create a mutation record, according to spec

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: annevk@annevk.nl
          Reporter: dglazkov@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, rafaelw@chromium.org, www-dom@w3.org

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 the QA Contact for the bug.

Received on Wednesday, 19 June 2013 23:26:57 UTC