[Webkit-unassigned] [Bug 16798] <button> does not have type=submit (Acid3 bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 09:45:07 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16798





------- Comment #4 from eric at webkit.org  2008-01-14 09:45 PDT -------
(From update of attachment 18433)
I guess overriding attributeChanged is the right course of action.  Normally we
use parseMappedAttribute, but this attribute can't be mapped (but that might be
OK to use so long as mapAttribute() returns eNone) I'd have to ask hyatt or
darin which design is preferred.

Your test case needs to check .getAttribute("type") after each set.  We also
need to run your test case under FF and IE to make sure we don't horribly
disagree with both.  It's OK to bring us closer to the spec here, but we might
push back against Hixie if IE and FF already agree on this behavior.

Thanks ever so much for the patch!

It might also be interesting to test another valid input type, like "text",
that wouldn't be valid for <button>.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list