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

@marjakh brought this up: "String constructor" linking just the word "constructor" to the definition of what a constructor is isn't useful. Presumably, most of the time the reader would want...

As in it's literally on top of other content, which (among other things) means C-f will not scroll the page if the thing you looking for is under the pane,...

@bakkot I've added a few features to `grammarkdown` that may be useful for `ecmarkup` linting: - Significant indentation gets reset after each `grammarkdown` top-level element is parsed - `@define` directives...

Hi, I want to contribute optional dark theme, utilizing [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme), please approve me.

With a bit of fast scrolling, I'm able to hang my browser pretty easily on the output of ecmarkup. I'm not sure if I can give great repro steps on...

I'm told, though I haven't confirmed this, that a proposal which references a production such as `ObjectLiteral` which is redefined in Annex B, the proposal will link to the Annex...

See https://github.com/rbuckton/grammarkdown/issues/33.

For proposals that have reached stage 4, it seems worthwhile to show a big warning banner at the top of the rendered spec text, urging folks to no longer reference...

ECMA-262 is a huge document and it is accessed quite frequently. Minifying the HTML will save a significant amount of cumulative bandwidth and may decrease load times (which are particularly...

Ecmarkup leaves a lot of stuff in the output document which is only really intended to be consumed by ecmarkup itself - for example, the `title` attribute of `emu-xref` tags...