- This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › WP Lightbox is not passing HTML5 Conformance Checker (experimental)
Tagged: HTML5 Conformance, WP Lightbox
I am open for that it might be an issue with the checker itself as it is experimental.
It complains “The charset attribute on the link element is obsolete. Use an HTTP Content-Type header on the linked resource instead” on column 175, 348 and 520 for this part of the line:
“…/css” media=”screen” charset=”utf-8″ /><link rel=”stylesheet” href=”http://216…”
Full line of code is:
</script><link rel=”stylesheet” href=”http://216.70.90.173/wp-content/plugins/wp-lightbox-ultimate/lib/css/prettyPhoto.css” type=”text/css” media=”screen” charset=”utf-8″ /><link rel=”stylesheet” href=”http://216.70.90.173/wp-content/plugins/wp-lightbox-ultimate/lib/css/wp_lightbox_ultimate.css” type=”text/css” media=”screen” charset=”utf-8″ /><link rel=”stylesheet” href=”http://216.70.90.173/wp-content/plugins/wp-lightbox-ultimate/wp_lightbox_ultimate_custom.css” type=”text/css” media=”screen” charset=”utf-8″ /><style type=”text/css” media=”print”>#wpadminbar { display:none; }</style>
<style type=”text/css” media=”screen”>
It’s just a warning since you are validating the markup using HTML5 doctype. However, it will not affect any lightbox functionality on your site.
Understood, thank you. You might want to consider to comply to the HTML5 in future releases?
We cannot make every element comply to HTML5 just yet. It’s an experimental feature and not all browsers are compatible with it.
Ok, understand. Thanks.