[Webkit-unassigned] [Bug 50195] Progress and meter elements should take a form in their constructor like any other form control.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 06:35:08 PST 2010


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75090|0                           |1
        is obsolete|                            |
  Attachment #75136|                            |review?
               Flag|                            |




--- Comment #11 from Yael <yael.aharon at nokia.com>  2010-11-30 06:35:07 PST ---
Created an attachment (id=75136)
 --> (https://bugs.webkit.org/attachment.cgi?id=75136&action=review)
Patch.

Added tests and also touch HTMLTagNames.in, to trigger re-generating HTMLElementFactory.cpp, to keep buildbots happy.

Please note that the tests are passing even without this patch because HTMLFormControlElement::insertedIntoTree will associate the form control with the form if the form was inserted first. HTMLFormElement::insertedIntoDocument will associate the form control with the form if the form is inserted after the form control.

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