Theme fails W3C validation
-
Hi, I just installed your theme and went through the w3c validation but it seems to fail. When I used the standard theme from wordpress it was successful. Can you please help me to fix it?
(its a fresh WordPress installation 3.6.1 no changes at all except your theme).
see here:
*************************************OUTPUT*******************************************
Validation Output: 2 Errors
Error Line 66, Column 33: end tag for “ul” which is not finished
?
Most likely, you nested tags and closed them in the wrong order. For example <p>…</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>…</p>Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is “not finished”, not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- require
- ; <dl> requires <dt> and <dd>), and so on.
Error Line 72, Column 33: end tag for “ul” which is not finished
?
Most likely, you nested tags and closed them in the wrong order. For example <p>…</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>…</p>Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is “not finished”, not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- require
- ; <dl> requires <dt> and <dd>), and so on.
*************************************************************************************
Thanks!
- The topic ‘Theme fails W3C validation’ is closed to new replies.