archives

« Bugzilla Issues Index

#572 — B.2.2.2: possibly-unbound "V"


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?


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft