Bug 113193 - Test mixing lists and counters with shadow DOM
Summary: Test mixing lists and counters with shadow DOM
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 110352
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-25 06:17 PDT by Andrei Bucur
Modified: 2022-05-16 06:32 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 Andrei Bucur 2013-03-25 06:17:21 PDT
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.
Comment 1 Mattia Astorino 2017-05-22 06:33:31 PDT
No updates?!