- From: <bugzilla@jessica.w3.org>
- Date: Fri, 28 Jun 2013 08:01:10 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22507
Bug ID: 22507
Summary: Need to define behaviour for setting properties on
named properties objects
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
Assignee: cam@mcc.id.au
Reporter: peterv@propagandism.org
QA Contact: public-webapps-bugzilla@w3.org
CC: bzbarsky@mit.edu, mike@w3.org,
public-script-coord@w3.org
Right now only [[GetOwnProperty]] is defined, the spec should probably define
both [[DefineOwnProperty]] and [[Delete]] too. The object is extensible, so
need to define what happens for new properties. The existing properties are not
writable but they are configurable, so need to define what happens if they're
made writable and then set.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 28 June 2013 08:01:15 UTC