Searched refs:newElements (Results 1 – 2 of 2) sorted by relevance
91 function addElements(newElements, ownerDocument) { argument96 if(typeof newElements != 'string'){97 newElements = newElements.join(' ');99 html5.elements = elements +' '+ newElements;
43417 ReplaceElementBehaviour.prototype.replaceElements = function(elements, newElements) { argument43422 forEach(newElements, function(replacement) {43434 if (newElements) {