[Webkit-unassigned] [Bug 54476] HTMLInputElement has two similarly named methods: "checked" and "isChecked"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 02:52:20 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=54476
--- Comment #11 from Dominic Cooney <dominicc at chromium.org> 2011-07-12 02:52:20 PST ---
(From update of attachment 100435)
View in context: https://bugs.webkit.org/attachment.cgi?id=100435&action=review
> Source/WebCore/dom/CheckedRadioButtons.cpp:82
> + ASSERT(inputElement->renderAsChecked());
This is OK, particularly because it is the status quo, but maybe checked() is better? Since the isCheckable half of renderAsChecked is redundant if this is also asserting isRadioButton.
--
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