ecmarkup icon indicating copy to clipboard operation
ecmarkup copied to clipboard

An HTML superset/Markdown subset source format for ECMAScript and related specifications

Results 98 ecmarkup issues
Sort by recently updated
recently updated
newest added

The `namespace` attribute used in [test/baselines/sources/namespaces.html](https://github.com/tc39/ecmarkup/blob/879aa2474d221c126748c84d79004a7f621b5172/test/baselines/sources/namespaces.html) is not documented at https://tc39.es/ecmarkup/ , and rendering that file generates many unexpected warnings and in-document links.

In Temporal I have an operation RoundDuration which returns "either a normal completion containing a Record with fields [[DurationRecord]] (a Duration Record) and [[Total]] (a mathematical value), or a throw...

Temporal makes extensive use of line breaks in defining large Records, but they end up collapsed in rendered documentation (for example, ParseTemporalInstantString [source](https://github.com/tc39/proposal-temporal/blob/dcdc47f4505e24292c4eab6541a785fe631162ed/spec/abstractops.html#L1340-L1351) vs. [result](https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring)). As noted in https://github.com/tc39/proposal-temporal/pull/2290#pullrequestreview-1012509000 ,...

cf. https://github.com/tc39/ecmarkup/pull/500#discussion_r1066520148

When reading the spec, I notice that the table of contents is fine, but all headings are h1. This makes navigation harder for people who use them (blind people for...

https://tc39.es/ecma262/#prod-annexB-ExtendedPatternCharacter The terminals after "but not one of" should be inside like they are in the others. I was told this might be in another project, so feel free to...

so social media previews don't look like this: The user can supply one in the metadata block. We should remember to update the template-for-proposals so people actually remember to do...

We can now automatically inline images from `/img` as base64 data URLs. The SVG that is manually inlined in https://github.com/tc39/ecmarkup/blob/5f8b4d549801d9e65b3e299335289bfb27a96804/css/elements.css#L1008 should be extracted as an svg file in `/img`.