Closed
Bug 819904
Opened 12 years ago
Closed 12 years ago
Attribute setters should throw when invoked with no arguments
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
Right now we treat them as having a single undefined arg, but spec just changed to throw in https://www.w3.org/Bugs/Public/show_bug.cgi?id=17719
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #690351 -
Flags: review?(peterv)
Updated•12 years ago
|
Attachment #690351 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•11 years ago
|
||
I forgot to change static setters here. I'll do that in bug 877281.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•