[Webkit-unassigned] [Bug 79745] New: [ShadowDOM] Replace createDom and createShadow function in LayoutTests/fast/dom/shadow/create-dom.js with more flexible one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 22:45:05 PST 2012


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

           Summary: [ShadowDOM] Replace createDom and createShadow
                    function in LayoutTests/fast/dom/shadow/create-dom.js
                    with more flexible one
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, rolandsteiner at chromium.org,
                    dominicc at chromium.org, morrita at google.com,
                    shinyak at chromium.org


This is a separated, but independent, patch from https://bugs.webkit.org/show_bug.cgi?id=79197.

We need to improve createDom and createShadow function defined in LayoutTests/fast/dom/shadow/create-dom.js because:
  - createShadow is confusing name. It actually creates ShadowHost and ShadowRoot at the same time.
  - createDom should be named createDOM since WebKit doesn't use CamelCase for abbreviation.
  - It might be better that we can create lightChildren and ShadowRoot for an element at the same time in one expression. This is impossible in the current implementation.

-- 
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