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 25093 - AttrExodus: "Setting the value attribute must change value t..."
Summary: AttrExodus: "Setting the value attribute must change value t..."
Status: RESOLVED WONTFIX
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: 2014-03-18 19:20 UTC by Anne
Modified: 2014-08-18 13:54 UTC (History)
4 users (show)

See Also:


Attachments

Description Anne 2014-03-18 19:20:36 UTC
http://dom.spec.whatwg.org/#interface-attr

[[
Setting the value attribute must change value to the new value. 
]]

The change algorithm needs to be passed an element as well.
Comment 1 Anne 2014-03-24 15:47:22 UTC
This will be fixed once it is clear whether or not we can make the property readonly.
Comment 2 Anne 2014-08-18 11:23:18 UTC
In https://github.com/whatwg/dom/commit/8af48267390b971a2ac02c7005ba42c08264b7e1 I made this readonly. Closing this for now. If this turns out to be incompatible we'll need to add all the methods that deal with Attr objects as well as the link between Attr objects and elements that we could not break.