Bug 106296
| Summary: | If distributed elements are not changed to the previous distribution, no further distribution is necessary. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | rniwa, webcomponents-bugzilla |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 103016 | ||
Shinya Kawanaka
Let's consider nested ShadowDOM and content reprojection happens.
host--SR1
|-A |-D------------------------SR2
|-B | |-content[select=A] |-shadow
|-C |
|-content[select=*]
Currently, when element E is added in host, content[select=A] is re-calculated, and shadow is also re-calculated.
However, if the elements distributed to content[select=A] are not changed, we can skip re-calculation of shadow.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Distribution is no longer a thing.