SCR21 Using functions of the Document Object Model (DOM) to add content to a page seems to be less about the title of the document and more about certain scripting functionality that the author thinks should be avoided. For example:
"…and the innerHTML property is not part of the DOM specification and thus should be avoided."
and the Procedure, which consists of one item:
"Examine the source code and check that the new content is not created using document.write(), innerHTML, outerHTML, innerText or outerText."
As such:
- Do we still this document?
- If we do, then updating it to bring it up to date and re-writing the Procedure seems to be the way to go.