Home | History | Annotate | Download | only in docs

Lines Matching refs:br

331         if (node.firstChild || !/^(?:br|link|img)$/.test(name)) {
430 var pr_brPrefix = /^<br\b/i;
435 * significant for tokenization (<br>) into their textual equivalent.
459 // <br> tags are lexically significant so convert them to text.
991 // and it serves to undo the conversion of <br>s to newlines done in
1001 html.push(htmlChunk.replace(newlineRe, '<br />'));
1232 // Replace <br>s with line-feeds so that copying and pasting works
1238 var lineBreaks = cs.getElementsByTagName('br');