quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Trailing space wrongly replaced by period #384

Open naton opened 8 years ago

naton commented 8 years ago

When validating the following markup (note the trailing space in the class attribute):

<li class="grid-item offer "><a href="/sv/vi-erbjuder/intranat/">…

...I get an error saying (note the extra period in the css rule):

Error: Syntax error, unrecognized expression: .grid-item.offer. a[href="/sv/vi-erbjuder/intranat/"]

…which leads me to believe there's a missing trim before the spaces gets replaced with periods.

jessebeach commented 8 years ago

Noted.