Use canonical format for the description in the metatags (#2401)

Ref #2387
This commit is contained in:
Leo Balter 2019-10-10 11:30:26 -04:00 committed by GitHub
parent f25ae223b8
commit 98883a577e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 79 additions and 41 deletions

View File

@ -3,8 +3,9 @@
/*---
esid: sec-partitiondatetimepattern
description: Checks the output of 'relatedYear' and 'yearName' type, and
the choose of pattern base on calendar.
description: >
Checks the output of 'relatedYear' and 'yearName' type, and
the choose of pattern base on calendar.
locale: [en-u-ca-chinese]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Verifies the branding check for the "format" function of the ListFormat prototype object.
description: >
Verifies the branding check for the "format" function of the ListFormat prototype object.
info: |
Intl.ListFormat.prototype.format ([ list ])

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Intl.ListFormat.prototype.format() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.format() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,8 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format() while the GetIterator
description: >
Checks the behavior of Abstract Operation StringListFromIterable called by Intl.ListFormat.prototype.format() while the GetIterator
throws error.
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format().
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format() and check the IteratorClose
calls return.
info: |

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format() while iteratorStep throws error.
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format() while iteratorValue throws error.
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format(undefined).
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.format().
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the "length" property of Intl.ListFormat.prototype.format().
description: >
Checks the "length" property of Intl.ListFormat.prototype.format().
info: |
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.
The ListFormat constructor is a standard built-in property of the Intl object.

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the "name" property of Intl.ListFormat.prototype.format().
description: >
Checks the "name" property of Intl.ListFormat.prototype.format().
info: |
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 built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, this value is the name that is given to the function in this specification.

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the "format" property of the ListFormat prototype object.
description: >
Checks the "format" property of the ListFormat prototype object.
info: |
Intl.ListFormat.prototype.format ([ list ])

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Verifies the branding check for the "formatToParts" function of the ListFormat prototype object.
description: >
Verifies the branding check for the "formatToParts" function of the ListFormat prototype object.
info: |
Intl.ListFormat.prototype.formatToParts([ list ])

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
description: >
Checks the behavior of Intl.ListFormat.prototype.formatToParts() in English.
features: [Intl.ListFormat]
locale: [en-US]
---*/

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts() while the GetIterator
throws error.
info: |

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts().
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts() and check the IteratorClose
calls return.
info: |

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts() while iteratorStep throws error.
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts() while iteratorValue throws error.
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.format
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts(undefined).
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the behavior of Abstract Operation StringListFromIterable
description: >
Checks the behavior of Abstract Operation StringListFromIterable
called by Intl.ListFormat.prototype.formatToParts().
info: |
StringListFromIterable

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the "length" property of Intl.ListFormat.prototype.formatToParts().
description: >
Checks the "length" property of Intl.ListFormat.prototype.formatToParts().
info: |
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.
The ListFormat constructor is a standard built-in property of the Intl object.

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the "name" property of Intl.ListFormat.prototype.formatToParts().
description: >
Checks the "name" property of Intl.ListFormat.prototype.formatToParts().
info: |
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 built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, this value is the name that is given to the function in this specification.

View File

@ -3,7 +3,8 @@
/*---
esid: sec-Intl.ListFormat.prototype.formatToParts
description: Checks the "formatToParts" property of the ListFormat prototype object.
description: >
Checks the "formatToParts" property of the ListFormat prototype object.
info: |
Intl.ListFormat.prototype.formatToParts ()