<style scoped>

style 要素 scoped 属性 (HTML)

[1] IRC logs: freenode / #whatwg / 20100823 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20100823#l-350

[2] IRC logs: freenode / #whatwg / 20101026 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20101026

[3] Web Applications 1.0 r5781 Define how <style scoped> affects @rules. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=5780&to=5781

[4] [whatwg] A <link rel=stylesheet scoped> usecase ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-June/036323.html

[5] [whatwg] A <link rel=stylesheet scoped> usecase ( 版) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-June/036323.html

[6] IRC logs: freenode / #whatwg / 20120608 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20120608

[7] [whatwg] A <link rel=stylesheet scoped> usecase ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-November/038188.html

[8] XBL 2.0 ( ( 版)) http://dev.w3.org/2006/xbl2/Overview.html#style-blocks

[9] Web Applications 1.0 r8035 Allow multiple <style scoped> blocks in a row ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8034&to=8035

[10] Web Applications 1.0 r8120 Update HTML to reference future CSS spec for scoped style sheets. I'm leaving the @global stuff there for now, but removing the stuff about @font-face since that's controversial. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8119&to=8120

[11] [whatwg] scoped style sheets and @-rules ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-August/040333.html

[12] [whatwg] Link element in body? ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-August/040332.html

[13] IRC logs: freenode / #whatwg / 20130801 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20130801#l-725

[14] IRC logs: freenode / #whatwg / 20131031 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20131031

[15] Re: Decoupling <style scoped> from Shadow DOM ( (Hajime Morrita 著, 版)) http://lists.w3.org/Archives/Public/public-webapps/2014JanMar/0457.html

[16] Web Applications 1.0 r8615 Update references for CSS scoped style sheets. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8614&to=8615

[17] IRC logs: freenode / #whatwg / 20140508 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140508

[18] IRC logs: freenode / #whatwg / 20140606 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140606#l-163

[19] Intent to remove <style scoped> - Google グループ ( ( 版)) https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/R1x18ZLS5qQ/Bjuh_cENhlQJ

[20] 20166 – <link rel=stylesheet scoped> ( 版) https://www.w3.org/Bugs/Public/show_bug.cgi?id=20166

[21] Remove <style scoped> ( (domenic著, )) https://github.com/whatwg/html/commit/c2a3b2a2e3db49c14b486a5e99acf7d10cfe8443

[22] Fwd: [blink][edge][webkit] steps toward <style scoped> : first do no harm ( (Tantek Çelik著, )) https://lists.w3.org/Archives/Public/www-style/2016Jun/0008.html

[23] [selectors] Now that scoped stylesheets are gone, we can kill scope-c… ( (tabatkins著, )) https://github.com/w3c/csswg-drafts/commit/a4ac0ccbc24b29c8b3e28a1087d589f11dba3e5c

[24] [css-scoping] scoped attribute on style element removed from HTML · Issue #137 · w3c/csswg-drafts ( ()) https://github.com/w3c/csswg-drafts/issues/137

[25] [css-scoping] Per WG resolution, punt everything that's not Shadow-DO… ( (tabatkins著, )) https://github.com/w3c/csswg-drafts/commit/9b7faa30f2f42b04eb96b32ee8152f856c9edc08

[26] Stop using <style scoped> to fix fatal bikeshed error. (dbaron著, ) https://github.com/w3c/csswg-drafts/commit/edd4b90391e72704ec87c281b2ecd2cd45570a12

[27] [css-cascade-3] Remove scoped styles. Fixes #637. (tabatkins著, ) https://github.com/w3c/csswg-drafts/commit/d6f12d2e0b3bd217a1c7004d95d216a7deb1c19f

[28] [selectors] Remove scoped <style> element (#1699) (bangseongbeom著, ) https://github.com/w3c/csswg-drafts/commit/235175fcf5767f303802da602b71ec6cadf85426

[29] [selectors] Remove scoped <style> element by bangseongbeom · Pull Request #1699 · w3c/csswg-drafts () https://github.com/w3c/csswg-drafts/pull/1699

[30] Scoped CSS | Vue Loader () https://vue-loader.vuejs.org/guide/scoped-css.html

When a <style> tag has the scoped attribute, its CSS will apply to elements of the current component only. This is similar to the style encapsulation found in Shadow DOM. It comes with some caveats, but doesn't require any polyfills.