-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
spec-textSpecification text involvedSpecification text involved
Description
In Section 1.2, Constructor Properties of the Temporal Object, we refer to other sections to describe the value of properties such as Temporal.Instant. However, we never specify what attributes those properties should have.
I believe it would be usual for these properties to have the attributes [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true, and there are already test262 tests that assume this.
I'm not sure whether this would be an editorial change since it is fixing an omission in the spec, or a normative change because implementations might already have made their own decision. Due to the presence of the test262 test it's probably unlikely that implementations decided something different.
Metadata
Metadata
Assignees
Labels
spec-textSpecification text involvedSpecification text involved