Skip to content

Do we still need Technique SCR21 ("Using functions of the Document Object Model (DOM) to add content to a page")? #3652

@fstrr

Description

@fstrr

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:

  1. Do we still this document?
  2. If we do, then updating it to bring it up to date and re-writing the Procedure seems to be the way to go.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions