mozilla / slowparse

A slow JS-based HTML parser with good error feedback and debugging metadata.

Home Page:http://mozilla.github.com/slowparse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS comments don't forward the token position for the next selector

Pomax opened this issue · comments

/* Something like this */
h1 {
  font-family: lolcatFont;
}

will cause the "h1" higlight to start at the comment's opening /* rather than forwarding token start to the start of the following css selector

resolved