WP Tiles causes Invalid Markup
-
Hi,
I am trying to validate my website as HTML 5 compliant but the WP Tiles plugin puts a <link> for styling in the body of the HTML which fails validation. What is the most future proof (i.e. WP Tiles upgrade prrof) way of changing this behaviour?
From W3c:
Line 209, Column 180: Element link is missing required attribute property.
…ugins/wp-tiles/_inc//css/wp-tiles.css?ver=0.5.7′ type=’text/css’ media=’all’ />
Attributes for element link:
Global attributes
href
crossorigin
rel
media
hreflang
type
sizes
Also, the title attribute has special semantics on this element.Offending line:<link rel=’stylesheet’ id=’wp-tiles-css’ href=’http://localhost/wp-content/plugins/wp-tiles/_inc//css/wp-tiles.css?ver=0.5.7′ type=’text/css’ media=’all’ />
The topic ‘WP Tiles causes Invalid Markup’ is closed to new replies.