« Bugzilla Issues Index
#3039 — 20.1.3.5 Number.prototype.toPrecision ( precision ): Step 8.a. should use a hyphen, not a plus sign
- bug_id:
3039
- creation_ts:
2014-07-23 04:28:00 -0700
- short_desc:
20.1.3.5 Number.prototype.toPrecision ( precision ): Step 8.a. should use a hyphen, not a plus sign
- delta_ts:
2014-08-25 08:29:20 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Jason Orendorff
- assigned_to:
Allen Wirfs-Brock
- commentid:
9486
- comment_count:
0
- who:
Jason Orendorff
- bug_when:
2014-07-23 04:28:34 -0700
The following change occurred from rev 25 to rev 26:
> 8. If x < 0, then
>- a. Let s be "-".
>+ a. Let s be code unit U+002B (PLUS SIGN).
It should be U+002D (HYPHEN-MINUS).
- commentid:
9526
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-24 09:57:51 -0700
fixed in rev27 editor's draft
- commentid:
9870
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:20 -0700
fixed in rev27 draft