archives

« Bugzilla Issues Index

#4415 — Extraneous text near some cross-references in the HTML rendering


In the HTML version of the spec, located at http://www.ecma-international.org/ecma-262/6.0/ , there are five cross-references preceded by garbage text of the form:

{ REF _Ref.... }

where "...." is a sequence of digits followed by a sequence of some tokens separated by spaces.

This can probably be fixed at the level of the HTML generator. See:

https://github.com/jorendorff/es-spec-html/pull/88#issuecomment-112898093


Manually fixed in Jun 23, 2015 update to the ECMA distribution copy.

The HTML generator still needs to be fixed to not reintroduce this problem for any future revisions that it generates.