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 25115 - Does "set the returnValue attribute" mean JS-overloaded setter gets invoked or not?
Summary: Does "set the returnValue attribute" mean JS-overloaded setter gets invoked o...
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 09:40 UTC by contributor
Modified: 2014-03-26 15:18 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-03-21 09:40:24 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html
Multipage: http://www.whatwg.org/C#close-the-dialog
Complete: http://www.whatwg.org/c#close-the-dialog
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
Does "set the returnValue attribute" mean JS-overloaded setter gets invoked or
not?

Posted from: 90.230.218.37 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.112 Safari/537.36 OPR/20.0.1387.51 (Edition Next)
Comment 1 Ian 'Hixie' Hickson 2014-03-21 15:49:16 UTC
If it was the JS-level stuff getting invoked, it would use the word "property". The IDL attribute is below JS.
Comment 2 Simon Pieters 2014-03-26 15:18:32 UTC
Yeah OK.