« Bugzilla Issues Index
#572 — B.2.2.2: possibly-unbound "V"
- bug_id:
572
- creation_ts:
2012-07-15 23:43:00 -0700
- short_desc:
B.2.2.2: possibly-unbound "V"
- delta_ts:
2012-09-28 12:24:13 -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:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1359
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-15 23:43:41 -0700
In B.2.2.2 "String.prototype.anchor ( name )",
in the definition of the abstract operation CreateHTML,
step 5 says:
"ReturnIfAbrupt(V)."
But if, at step 4, 'attribute' was the empty string, then 'V' will be unbound.
To fix, simply make step 5 into step 4.b
---
Is there any reason not merge step 4 into step 7?
- commentid:
1458
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-13 16:49:34 -0700
corrected in editor's draft
- commentid:
1687
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:13 -0700
fixed in rev10, Sept. 27 2012 draft