[webkit-reviews] review requested: [Bug 10734] HTMLOptionElement should not allow setting the text and index attributes : [Attachment 16913] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 28 06:28:26 PDT 2007


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 10734: HTMLOptionElement should not allow setting the text and index
attributes
http://bugs.webkit.org/show_bug.cgi?id=10734

Attachment 16913: proposed patch
http://bugs.webkit.org/attachment.cgi?id=16913&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
HTMLOptionElement.index is read-only in IE and DOM (both DOM 2 and DOM 1 Second
Edition), so if I'm not missing something, Firefox is wrong to raise an
exception.

HTMLOptionElement.text is settable in both IE and Firefox, so I don't think
that we should change this.


More information about the webkit-reviews mailing list