Errors when site is checked from validator.w3.org

Hello,

I checked my site from https://validator.w3.org/ and some errors are indicated that should be fixed in a future update. I am using the latest verion of BeTheme (v.24.0) and the errors are the following:


A. In Theme Options/Global/Logo at Options there is an input named SVG logo width.  If this is not used, then the html code which is produced fore the logo in the page, like:

<img class="logo-main scale-with-grid " src="link_of_logo" data-retina="" data-height="140" alt="logo" width="" data-no-retina/>

causes the above error:

Bad value for attribute width on element img: The empty string is not a valid non-negative integer.

If we don't fill a value in that input, the width element shouldn't be added.


B. In <style id="mfn-dynamic-inline-css"> which is placed in the header there are 2 CSS errors:

#Header{min-height: ;}

and

#Subheader{padding: ;}}

These are empty and checker is producing parsing error. It could be commented if there are not used.


It is important that these errors are fixed, as they may not causing any real problem but many clients are obliged to validate their website.

Thanks a lot.

Comments

Sign In or Register to comment.