[Webkit-unassigned] [Bug 27942] Form Reset does not work per w3c standard when single selection SELECT element has more than one option marked as selected.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 3 09:45:34 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27942
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33982|review? |review-
Flag| |
--- Comment #4 from Eric Seidel <eric at webkit.org> 2009-08-03 09:45:34 PDT ---
(From update of attachment 33982)
Please see http://webkit.org/coding/contributing.html.
You need to add your test and expected results as part of this patch. If this
change is untestable, you need to explain why.
See http://webkit.org/coding/coding-style.html which documents how we use full
english word/phrases for variable names. Thus:
+ OptionElement* selectedEl = 0;
is not an OK variable name.
The indent is also wrong here:
+ selectedEl->setSelectedState(false);
--
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