Bug 61264
| Summary: | Extract CSS style resolution from Document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Roland Steiner <rolandsteiner> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | dglazkov, dominicc, morrita |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 49142 | ||
Roland Steiner
Move the CSS style resolution logic from document to a separate class as the initial step to implement <style scoped>.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
Can you explain your design a bit? I thought we determined that we don't need to to this for style scoped?
Roland Steiner
Aborted this approach.