Fix front matter for test/intl402/Locale/prototype/region/prop-desc.js (#4475)

This commit is contained in:
Richard Gibson 2025-05-08 18:53:11 -04:00 committed by GitHub
parent bcdafc269f
commit 545df3a432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,7 @@ esid: sec-intl.locale
description: >
Checks the "region" property of the Locale prototype object.
info: |
Intl.Locale.prototype.region
Unless specified otherwise in this document, the objects, functions, and constructors described in this standard are subject to the generic requirements and restrictions specified for standard built-in ECMAregion objects in the ECMAregion 2019 region Specification, 10th edition, clause 17, or successor.
Unless specified otherwise in this document, the objects, functions, and constructors described in this standard are subject to the generic requirements and restrictions specified for standard built-in ECMAScript objects in the ECMAScript 2019 Language Specification, 10th edition, clause 17, or successor.
Every accessor property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. If only a get accessor function is described, the set accessor function is the default value, undefined.
includes: [propertyHelper.js]