Searched refs:isSelfClosing (Results 1 – 4 of 4) sorted by relevance
694 this.isSelfClosing=function(element){if(isElementSVG(element)||isElementMathML(element)){return true function718 }else{if(self.isSelfClosing(elt)){html.push((isElementXHTML(elt))?"/>":">")
1884 this.isSelfClosing = function(element) function1943 else if (self.isSelfClosing(elt))
705 this.isSelfClosing=function(element){if(isElementSVG(element)||isElementMathML(element)){return true function 729 }else{if(self.isSelfClosing(elt)){html.push((isElementXHTML(elt))?"/>":">")
77964 …tag.isSelfClosing = false; // There cannot be any pending text here due to the onopentagstart that…77987 …tag.isSelfClosing = true; // There cannot be any pending text here due to the onopentagstart that …