[Webkit-unassigned] [Bug 52557] <keygen> presents itself as a HTMLSelectElement to script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 22:06:44 PST 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79387|                            |review+, commit-queue+
               Flag|                            |




--- Comment #10 from Kent Tamura <tkent at chromium.org>  2011-01-19 22:06:44 PST ---
(From update of attachment 79387)
View in context: https://bugs.webkit.org/attachment.cgi?id=79387&action=review

> Source/WebCore/ChangeLog:13
> +        Make <keygen> no longer appear to be a <select> element to script.
> +
> +        The intent is to put <keygen> options into shadow DOM. This change
> +        takes the first step by hiding the <select> element from
> +        JavaScript.
> +
> +        Test: fast/dom/HTMLKeygenElement/keygen.html
> +
> +        https://bugs.webkit.org/show_bug.cgi?id=52557

nit: We usually use the following format:

    <summary>
    <bug URL>

    <description>

    Test: <test names>

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