[Webkit-unassigned] [Bug 113193] New: Test mixing lists and counters with shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 06:14:54 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113193

           Summary: Test mixing lists and counters with shadow DOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abucur at adobe.com
                CC: esprehn at chromium.org
            Blocks: 110352


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list