elements with IDs create js globals

by lbstr

HTML

<div id="foobarf"></div>

JavaScript

console.log(foobarf);