<html> <head> </head> <body> <div id=":foo">foo</div> <script> alert(window[":foo"]) </script> </body> </html>