CSS & XHTML Validation?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/4/2010 5:36:44 AM
Gravatar
Total Posts 116

CSS & XHTML Validation?

I was looking at a website I built for a client and went to check the validation with css and xhtml and found a lot of errors being reported.  Before getting into any cleaning up and error fixing I checked the mojo portal site:

http://jigsaw.w3.org/css-validator/validator?uri=http://www.mojoportal.com/&profile=css21&usermedium=all&warning=1&lang=en

http://validator.w3.org/check?uri=http://www.mojoportal.com/;accept=application/xml,application/xhtml%2Bxml,text/html;q%3D0.9,text/plain;q%3D0.8,image/png,*/*;q%3D0.5;accept-language=en-GB,en-US;q%3D0.8,en;q%3D0.6;accept-charset=ISO-8859-1,utf-8;q%3D0.7,*;q%3D0.3

When I've built standard aspx sites I've always managed to get rid of all of the errors so they fully validate but the question here is would it be possible to do that in mojoportal and importantly is it important enough to do as everything seems to display fine in all browsers....

(I have used Artisteer for the skin on the site which makes debugging the css much more difficult!).

Regards

Andrew

10/4/2010 6:19:20 AM
Gravatar
Total Posts 18439

Re: CSS & XHTML Validation?

Hi Andrew,

Regarding the xhtml validation on this site, thanks for pointing it out I had not properly encoded all the params for my paypal donate button in the layout.master file of my skin and this was causing a validation error.

Regarding the CSS validation, yes I'm aware that I am using some browser specific things. This document explains about those:

http://www.mojoportal.com/css-validation.aspx

Best,

Joe

10/4/2010 7:11:02 AM
Gravatar
Total Posts 116

Re: CSS & XHTML Validation?

Hi Joe,

Thanks for the link, sorry I hadn't noticed that doc, will run through my own and see what I can smooth out.

Cheers

Andrew

You must sign in to post in the forums. This thread is closed to new posts.