« Bugzilla Issues Index
#4415 — Extraneous text near some cross-references in the HTML rendering
- bug_id:
4415
- creation_ts:
2015-06-23 01:27:00 -0700
- short_desc:
Extraneous text near some cross-references in the HTML rendering
- delta_ts:
2015-07-27 10:16:07 -0700
- product:
ECMA-262 Edition 6
- component:
editorial issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- cc:
["jmdyck", "jorendorff"]
- commentid:
14529
- comment_count:
0
- who:
Claude Pache
- bug_when:
2015-06-23 01:27:46 -0700
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
- commentid:
14566
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-07-27 10:16:07 -0700
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.