Bug 103393
| Summary: | [Shadow DOM]: ShadowRoot styleSheets property is not implemented | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sergey G. Grekhov <sgrekhov> |
| Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | dominicc, dvoytenko, ericbidelman, morrita, rniwa |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 63606, 103230 | ||
Sergey G. Grekhov
According ShadowDom specification ShadowRoot object should have styleSheets property. But in Chrome 23.0.1271.64 m this property always returns null
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dima Voytenko
Can confirm the same. The relevant spec: https://www.w3.org/TR/shadow-dom/#extensions-to-the-documentorshadowroot-mixin
Ryosuke Niwa
This has been implemented for V1.