CSS Validation #2 - Post ID 245904

User 373435 Photo


Registered User
114 posts

Hi,

I am trying to validate my CSS file and are getting some "parse" errors. I have no idea what a "parse" error is, tried looking online but can't find anything that's helpful in solving the issue. Any help would be appreciated. Below is the link with the errors in question. There are also some warnings, but I've read online not to be concerned about those?

http://jigsaw.w3.org/css-validator/vali … css#errors

Thanks.
User 271657 Photo


Ambassador
3,816 posts

I wouldn't worry about it. The CSS in question is all generated by the Menu Builder. As long as your menu works as expected, I'd leave that be.

The warnings might come up because VSD uses an old Doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
and the MB is more up to date (compatible with HTML5/CSS3) which uses this Doctype: <!DOCTYPE html> .

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 373435 Photo


Registered User
114 posts

Thanks for the info

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.