Bug 113193
| Summary: | Test mixing lists and counters with shadow DOM | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrei Bucur <abucur> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | astorino.design, esprehn, mrobinson, WebkitBugTracker |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 110352 | ||
| Bug Blocks: | |||
Andrei Bucur
The counting traversal for lists and CSS counters follows the original DOM and is not shadow aware. This generates two buckets of use cases:
- counting elements belonging to the shadow sub-tree (related to upper boundary encapsulation)
- counting elements projected inside the shadow sub-tree (related to lower boundary encapsulation)
Use this bug to add tests for each of the two buckets.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mattia Astorino
No updates?!