Richard Gibson
Richard Gibson
I agree, but in my opinion that doesn't invalidate the benefits (I would say "requirements") of providing a link that points from a document towards the content it updates and/or...
I like that too. Done.
@littledan are you arguing for the https://www.ecma-international.org/publications/standards/Ecma-262.htm link to appear elsewhere in the spec, or for it not to appear in the spec at all? If the former, then where...
The introduction is currently structured as a self-definition of the document, followed by a history of the language and a final acknowledgement of contributors: * _This standard defines ECMAScript, and...
Right, but the history provides edition-by-edition detail in chronological order. So "after the history" in practice will mean right after a description of changes in the latest edition, very far...
Updated to resolve merge conflicts, and I'm happy to see the CI success.
> It's normative for ECMA-402, where `Intl.DateTimeFormat` has been changed to accept offset time zone strings. concrete example: ```js const dtf = new Intl.DateTimeFormat("pt", { dateStyle: "short", timeStyle: "full", timeZone:...
@ardatan I'm not clear on what you're saying, but that input is a valid GraphQL document (cf. Descriptionopt at [OperationDefinition](https://spec.graphql.org/September2025/#OperationDefinition), [VariableDefinition](https://spec.graphql.org/September2025/#VariableDefinition), and [FragmentDefinition](https://spec.graphql.org/September2025/#FragmentDefinition)). And the reproduction at https://stackblitz.com/edit/github-kwqmz3z2?file=document.graphql does work,...
> It's used 6 times in the spec You can't count a reference to RFC 7231 “Hypertext Transfer **Protocol** (HTTP/1.1): Semantics and Content” in the [Bibliography](https://tc39.es/ecma262/multipage/bibliography.html#sec-bibliography) as a use of...
From my perspective, Intl.NumberFormat _options_ interactions are a lost cause until we attempt to address #747, at which point everything can hopefully be brought into alignment. But in the meantime,...