[webkit-reviews] review requested: [Bug 54476] HTMLInputElement has two similarly named methods: "checked" and "isChecked" : [Attachment 100081] Updated Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 23:57:21 PDT 2011


SravanKumar <sravan.ken at gmail.com> has asked  for review:
Bug 54476: HTMLInputElement has two similarly named methods: "checked" and
"isChecked"
https://bugs.webkit.org/show_bug.cgi?id=54476

Attachment 100081: Updated Patch v2
https://bugs.webkit.org/attachment.cgi?id=100081&action=review

------- Additional Comments from SravanKumar <sravan.ken at gmail.com>
Modified to fix test issues reported by Chromium EWS & incorporated review
comments from Dominic

isChecked() is renamed to isInputTypeChecked() to check if the checked
attribute (when set) is valid for a particular kind of input type element.


More information about the webkit-reviews mailing list