[Webkit-unassigned] [Bug 51379] New: Convert <keygen> option elements to a shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 22:18:56 PST 2010


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

           Summary: Convert <keygen> option elements to a shadow DOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominicc at google.com
                CC: eric at webkit.org, dglazkov at chromium.org,
                    morrita at google.com


<keygen> needs a shadow DOM to hold its <option> elements.  Right now they're just added to the DOM directly, which causes us to skip the html5 parsing tests on all platforms other than mac (since the current expected DOM is the one which appears for Mac.)

This came up in the review for <https://bugs.webkit.org/show_bug.cgi?id=44907>

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