<div dir="ltr"><a href="http://www.w3.org/html/wg/html5/#dom-tree">http://www.w3.org/html/wg/html5/#dom-tree</a><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<ol><li>If <a href="http://www.w3.org/html/wg/html5/#the-title1">the <code>title</code> element</a> is null,
    then a new <code><a href="http://www.w3.org/html/wg/html5/#title1">title</a></code> element must be
    created and appended to <a href="http://www.w3.org/html/wg/html5/#the-head0">the <code>head</code>
    element</a>.

   </li><li>The children of <a href="http://www.w3.org/html/wg/html5/#the-title1">the <code>title</code>
    element</a> (if any) must all be removed.

   </li><li>A single <code>Text</code> node whose data is the new value being
    assigned must be appended to <a href="http://www.w3.org/html/wg/html5/#the-title1">the <code>title</code>
    element</a>.
  </li></ol></blockquote><br>Steps 1 and 2 can fire mutation events and cause "the title element" to become null again. I suppose if that happens, the algorithm should stop, but the spec should say so.<br><br>Rob<br>
-- <br>"He was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all." [Isaiah 53:5-6]<br>

</div>