« Bugzilla Issues Index
#4374 — Wrong escape sequence for tabulation code in JSON stringifier
- bug_id:
4374
- creation_ts:
2015-05-21 13:52:00 -0700
- short_desc:
Wrong escape sequence for tabulation code in JSON stringifier
- delta_ts:
2015-10-02 13:14:03 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 38: April 14, 2015 Final Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
manish.tripathi.777
- assigned_to:
Allen Wirfs-Brock
- commentid:
14443
- comment_count:
0
- who:
manish.tripathi.777
- bug_when:
2015-05-21 13:52:34 -0700
In 24.3.2.2 Runtime Semantics: QuoteJSONString,
item 2.b: "0x000B (LINE TABULATION)" should be replaced by "0x0009 (CHARACTER TABULATION)"
item 2.b.ii 'LINE TABULATION "t"' should be replaced by 'CHARACTER TABULATION "t"'
This is according to ECMA-404 (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf), item 9: "\t represents the character tabulation character (U+0009). "
- commentid:
14444
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-05-21 14:15:06 -0700
fixed in rev39 publication draft