Bug 92053 - [Shadow] Implicitly-scoped styles only work if the <style scoped> flag is enabled
Summary: [Shadow] Implicitly-scoped styles only work if the <style scoped> flag is ena...
Status: RESOLVED DUPLICATE of bug 95664
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 63606
  Show dependency treegraph
 
Reported: 2012-07-23 18:39 PDT by Dominic Cooney
Modified: 2012-09-20 18:44 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Cooney 2012-07-23 18:39:22 PDT
If you run the tabs example from https://github.com/coonsta/Web-Components-Polyfill in samples/tabs/index.html the styles in the Shadow DOM are applied differently depending on whether the Enable <style scoped> flag is enabled or not.

I believe <style scoped> is behind a flag because of questions about the HTML spec. I don’t think scoping styles for Web Components needs to block on that.
Comment 1 Hajime Morrita 2012-09-20 18:44:08 PDT
Oops. Dominic filed this ahead of me. I'm sorry for my overlooking.

*** This bug has been marked as a duplicate of bug 95664 ***