Skip to content

Specifcation of property descriptors of Temporal.___ is missing #1978

@ptomato

Description

@ptomato

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

No one assigned

    Labels

    spec-textSpecification text involved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions