Home | History | Annotate | Download | only in docs

Lines Matching refs:tagName

313     return 'XMP' === node.tagName;
319 var name = node.tagName.toLowerCase();
1189 if ((p.tagName === 'pre' || p.tagName === 'code' ||
1190 p.tagName === 'xmp') &&
1237 if (isIE6 && cs.tagName === 'PRE') {