function checkNodesForViolations()

in src/js/contentUtils.js [487:490]


function checkNodesForViolations(element) {
  hasViolatingJavaScriptURI(element);
  hasInvalidAttributes(element);
}