Download & Extend

Another HTML Validation Issue: div id="nodevote result"

Project:Node Vote
Version:4.7.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

It appears that HTML doesn't allow spaces in IDs. Here's the error message I'm getting:

"This attribute can not take a space-separated list of words as a value, but only one word ("token"). This may also be caused by the use of a space for the value of an attribute which does not permit it."

If I can help with the fix, let me know.

Thanks,
Kevin

Comments

#1

Priority:normal» critical

I agree. Have just replaced the space with a hyphen to be able to do some CSS styling around it.