(tn)
| 1448 | var root = opt_root || document.body; |
| 1449 | var doc = root.ownerDocument || document; |
| 1450 | function byTagName(tn) { return root.getElementsByTagName(tn); } |
| 1451 | // fetch a list of nodes to rewrite |
| 1452 | var codeSegments = [byTagName('pre'), byTagName('code'), byTagName('xmp')]; |
| 1453 | var elements = []; |