Can we get hard reject on w3 validator warnings?

I am working on HTML Theme, it’s code is perfectly validated but there are some warnings from w3 html validator e.g Article lacks heading. Consider using h2, h6 ! I want to know that will i get reject due to these warnings or not?

Not on suggestions or unavoidable parts like with iFrames.

You’d only have issues on avoidable actual errors

1 Like

Charlie, can we have iframes in our code ? I removed that because validator was throwing errors. I am using iframe for Facebook Box at sidebar.

I can’t remember what the issue with them is but reviewers know they throw up issues and tend to over look them

1 Like

Thank you so much for your time!

As long as they are warnings, not errors, that would be fine

2 Likes