W3C validation

Posted in: Newspaper
Post count: 4

Hi, I’m trying to fully validate my website.
I’ve to solve only 3 problems caused by the td_css_generator.php file
It’s possible that at the line 756 there is mobileu_gradient instead of mobile_gradient

background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);

Also I think that this property causes some validation problem

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );

Other problems (spaces in the url) were in the td_social_sharing.php file but I easily solved and put a new file in the child theme.

Could you help me to join a full validation?

thanks

Post count: 20688

Hi,

That “mobileu_gradient_two_mob” seems to be a mistake, I will add it on the list and it will be modified most likely.

The other one seems to be alright, what problems would there be with it? I will note everything and pass it along. If you identified more issues please mention them.

Thanks

Post count: 4
Post count: 20688

There would be no functionality errors there. That validator finds errors in everything it seems. Here it seems to say that line-breaks in the code are errors
https://www.screencast.com/t/d9PvoL7I

Maybe you should not worry about that test, it is to strict. It finds errors anywhere
https://blog.codinghorror.com/html-validation-does-it-matter/

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.