Are you using another library(jQuery, dojo, prototype,...) along with pure.js ?
If you open the IE8 console on your page, and try document.querySelector("ARTICLE"), does it work?
If not, and you try to use classes: <article class="article">...
and try: document.querySelector(".article") does it work?