/* * jQuery Scoped CSS plugin * This adds support for the CSS scoped attribute to limit a block of style declarations * to a specific area of the HTML. You can also use @import and media filters in scoped blocks * http://www.w3.org/TR/html5/semantics.html#the-style-element * * Simon Madine, 1 February 2011 * * Use: * Include this plugin file (minified, ideally) and call $.scoped() on load * * Limitations: * - If you're using multiple nested declarations, Webkit might apply different inheritance * specificity rules from the other engines. I don't know who's right. * - Sometimes there are delays parsing externally loaded stylesheets (via @import) and they * might get skipped. Not often but it happens. * * Notes: * - If the browser natively supports