[webkit-reviews] review requested: [Bug 52436] Setting "selected" attribute to false should have no effect in single line <select> (affects jQuery) : [Attachment 80498] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 14:36:29 PST 2011


Emil A Eklund <eae at chromium.org> has asked  for review:
Bug 52436: Setting "selected" attribute to false should have no effect in
single line <select> (affects jQuery)
https://bugs.webkit.org/show_bug.cgi?id=52436

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

------- Additional Comments from Emil A Eklund <eae at chromium.org>
While the original specification doesn't specify a behavior for this case the
HTML5 [1] draft does. This patch changes the behavior to match the HTML5 draft
specification and to match the Mozilla behavior. IE selects the last selectable
element rather than the first but apart from that exhibits the same behavior.

1: http://dev.w3.org/html5/spec/Overview.html#the-select-element


More information about the webkit-reviews mailing list