« Bugzilla Issues Index
#1411 — B.2.2: CreateHTML() does not append the string to the output
- bug_id:
1411
- creation_ts:
2013-04-10 08:43:00 -0700
- short_desc:
B.2.2: CreateHTML() does not append the string to the output
- delta_ts:
2013-05-14 18:13:25 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
3592
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-04-10 08:43:42 -0700
See steps 6-7 of CreateHTML():
> 6. Let p2 be the string value that is the concatenation of p1 and ">".
> 7. Let p3 be the string value that is the concatenation of p2, "</", tag, and ">".
> 8. Return p3.
Change to:
> 6. Let p2 be the string value that is the concatenation of p1 and ">".
> 7. Let p3 be the string value that is the concatenation of p2 and S.
> 8. Let p4 be the string value that is the concatenation of p3, "</", tag, and ">".
> 9. Return p4.
- commentid:
3600
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-04-10 09:58:58 -0700
oops...fixed in rev 15 editor's draft
- commentid:
3907
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-14 18:13:25 -0700
resolved in rev 15, May 14, 2013 draft