Replace "id" with "ID"

This commit is contained in:
Gorkem Yakin 2016-01-29 09:29:09 -08:00
parent cb754d2450
commit fbad34959f
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan
#### id
**id**: [spec-id]
This tag identifies the hash id from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash id is not available.
When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available.
#### includes
**includes**: [file-list]