[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 10:23:01 PST 2010


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





--- Comment #19 from Darin Adler <darin at apple.com>  2010-11-30 10:23:00 PST ---
(In reply to comment #18)
> Darin, could you please elaborate on the bug?

To find tests that depend on passing the form in when creating an element you could change HTMLConstructionSite::createHTMLElement so it passes 0 instead of form(). Then you will see some tests fail, which might give you a hint about the types of cases that require this. Then you could make similar tests with these element types. Or just add these element types to the existing test.

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