Closed
Bug 819904
Opened 13 years ago
Closed 13 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)
1.77 KB,
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•13 years ago
|
||
Attachment #690351 -
Flags: review?(peterv)
Updated•13 years ago
|
Attachment #690351 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 5•12 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
•