Super Traffic Machine DIY Kit › Forums › Student Forum › Feature Requests › Validation child theme
- This topic has 0 replies, 1 voice, and was last updated 8 years, 5 months ago by
edgaliula@gmail.com.
Viewing 0 reply threads
-
AuthorPosts
-
-
September 11, 2014 at 8:20 am #6753
edgaliula@gmail.com
ParticipantHello Jim,
May be this help improuve your child theme.
This is example the validation your theme.
Validation Output: 5 Errors
-
Line 29, Column 158: Bad value https://fonts.googleapis.com/css?family=Adamina|Raleway:400,700 for attribute href on element link: Illegal character in query: not a URL code point.
…ogleapis.com/css?family=Adamina|Raleway:400,700' type='text/css' media='all' />
- Syntax of IRI reference:
- Any URL. For example:
/hello
,#canvas
, orhttp://example.org/
. Characters should be represented in NFC and spaces should be escaped as%20
.
-
Line 288, Column 10: Element hgroup not allowed as child of element header in this context. (Suppressing further errors from this subtree.)
<hgroup>
- Content model for element
header
: -
Flow content, but with no
header
,footer
, ormain
element descendants.
- Content model for element
-
Line 288, Column 10: The hgroup element is obsolete. To mark up subheadings, consider either just putting the subheading into a p element after the h1-h6 element containing the main heading, or else putting the subheading directly within the h1-h6 element containing the main heading, but separated from the main heading by punctuation and/or within, for example, a span class=”subheading” element with differentiated styling. To group headings and subheadings, alternative titles, or taglines, consider using the header or div elements.
<hgroup>
-
Line 318, Column 156: The frameborder attribute on the iframe element is obsolete. Use CSS instead.
…0" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
-
Line 314, Column 74: Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
<article id="post-6" class="post-6 page type-page status-publish hentry">
-
Line 472, Column 48: Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
</div> <style type="text/css" media="screen">
- Contexts in which element
style
may be used: - If the
scoped
attribute is absent: where metadata content is expected. - If the
scoped
attribute is absent: in anoscript
element that is a child of ahead
element. - If the
scoped
attribute is present: where flow content is expected, but before any other flow content other than inter-element whitespace andstyle
elements, and not as the child of an element whose content model is transparent. - Content model for element
body
: - Flow content.
- Contexts in which element
-
-
-
AuthorPosts
Viewing 0 reply threads
- You must be logged in to reply to this topic.