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

It would be nice if the pinned items had a button next to them for easy unpinning, and an "unpin all" feature would be even nicer. _Originally posted by @michaelficarra...

While reading, I can sometimes follow along with the mouse cursor just under the line I'm trying to read. It happens mechanically, unconsciously, especially when I'm tired. If you do...

We have [some checks](https://github.com/tc39/ecmarkup/blob/1db79a9dde9b163056d186fd254dbd81070dead3/src/lint/collect-grammar-diagnostics.ts#L133-L143) which rely on knowing RHSes, but the biblio only includes [the names of productions](https://github.com/tc39/ecmarkup/blob/5f4f982fb7b4b2192e718ffdd993403e19701018/src/Biblio.ts#L327-L331). In the exported biblio (but no the web one), we should put...

As used in Temporal: ```html CanonicalizeTimeZoneName ( _timeZone_: a String value that is a valid time zone name as verified by IsValidTimeZoneName, ) description It returns the canonical and case-regularized...

For example, it triggers on ```md 1. Assert: abs(_diffNs_) ≤ 1.728 × 1022, so the following steps cannot fail due to overflow in the Number domain. ```

Probably not with `dfn`, just special-case these (when preceded by a space). Needs to not link in algorithms and probably also should not be blue or get reference lists. cf...

Currently, `replaces-step` is used only when replacing a single step with a single replacement step (it is what gets the step numbering of the replacement correct). We can support replacing...

cf https://github.com/tc39/ecmarkup/pull/413

Have we consider automatically escaping JSX under `...` or providing an `emu-code` with a similar functionality? It will benefit proposals writing sample code with JSX such as do-expressions, pattern matching....

When navigating both between single page/multipage mode and between different multipage pages, toggled user-code annotations should be preserved. Probably the toggle should append a query string snippet that gets preserved....