Title: Please validate Jetpack
Last modified: August 21, 2016

---

# Please validate Jetpack

 *  Resolved [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/)
 * First, I was not a fan of jetpack before, but I’m actually really liking this
   latest version 3.0. However, someone really needs to validate their code. I put
   in a gallery and carousal into my demo site I am building my my next theme, and
   not only does my page not validate due to these two plugins, your stylesheet 
   for both of these are being loaded in the content (body) part of the source code(
   I’m shocked people).
 * So with that being said, are their plans to validate the code and enqueue the
   stylesheets in the <head> and not the body?
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008463)
 * Howdy,
 * Yes, there’s a plan to update all outputted HTML to validate as HTML 5, though
   it is at the early stages. We’re going to tackle front-end HTML first (since /
   wp-admin/ is still at HTML 4) and take it module by module.
 * To confirm we’re on the same page, which stylesheets are you seeing enqueued 
   into the body as I’m seeing the stylesheets for Tiled Galleries and Carousel 
   in the head.
 * Cheers.
 *  Thread Starter [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008465)
 * Awesome to hear…thanks. As for the enqueued styles, you can check out my demo
   site here, but look at the source code down around line 602
 * [http://demo.styledthemes.com/preferential/](http://demo.styledthemes.com/preferential/)
 * id=’jetpack-carousel-css’
    id=’tiled-gallery-css’
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008501)
 * I’m on the same page now. I wasn’t seeing it before because this happens when
   the tiled gallery is being used as a widget in my testing. If the gallery is 
   part of the post content, then it is in the head as expected.
 * I’ll look at shifting things around a bit and ensuring nothing breaks through
   the changes.
 * Cheers!
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008502)
 * Actually, looking a bit closer, I’m not sure if we’ll be able to do this well.
   The `wp_head` hook fires before the sidebars, so we can’t just shift them up 
   to the head.
 * The alternative would be to pass the stylesheets to the head simply if the module
   is active, without regard to if they’re actually used or not, which may be more
   of a negative than simply letting them enqueue, as they are needed, in the footer.
 *  [wallenium](https://wordpress.org/support/users/wallenium/)
 * (@wallenium)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008525)
 * The share daddy plugin needs an update, too.
 * Error: The scrolling attribute on the iframe element is obsolete. Use CSS instead.
   
   Error: The frameborder attribute on the iframe element is obsolete. Use CSS instead.
   Error: The allowtransparency attribute on the iframe element is obsolete. Use
   CSS instead.
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008529)
 * We’ll look at all front-facing modules. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Please validate Jetpack’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/please-validate-jetpack/#post-5008529)
 * Status: resolved