archives

« Bugzilla Issues Index

#1411 — B.2.2: CreateHTML() does not append the string to the output


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.


oops...fixed in rev 15 editor's draft


resolved in rev 15, May 14, 2013 draft