« Bugzilla Issues Index
#485 — PropertyName : StringLiteral uses "SV" where others use "StringValue"
- bug_id:
485
- creation_ts:
2012-07-09 10:27:00 -0700
- short_desc:
PropertyName : StringLiteral uses "SV" where others use "StringValue"
- delta_ts:
2012-07-09 14:51:03 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- priority:
Normal
- bug_severity:
trivial
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- cc:
waldron.rick
- commentid:
1225
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-07-09 10:27:59 -0700
"1. Return the SV of the StringLiteral" =>
"1. Return the StringValue of the StringLiteral"
- commentid:
1239
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-09 14:40:45 -0700
Do you have any section references to uses of "StringValue of the StringLiteral". I couldn't find any.
StringLiterals and IdentifierNames are different things. StringLiterals have a SV while IdentifierNames have a StringValue.
So the correct usage are (pretty much, I may do some tweaking) as shown in the PropName semantics in 11.1.5.
- commentid:
1242
- comment_count:
2
- who:
Rick Waldron
- bug_when:
2012-07-09 14:50:37 -0700
Nope, this was my mistake.
I was basing this report on a mis-interpretation of the SV item listed in Annex F "Static Semantic Rule Cross Reference"
"Determines the 'string value' of a StringLiteral..."