[webkit-reviews] review denied: [Bug 5398] source visible when <script> used inside <option> : [Attachment 4393] patch

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Oct 18 09:52:33 PDT 2005


Darin Adler <darin at apple.com> has denied Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 5398: source visible when <script> used inside <option>
http://bugzilla.opendarwin.org/show_bug.cgi?id=5398

Attachment 4393: patch
http://bugzilla.opendarwin.org/attachment.cgi?id=4393&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
Needs to use traverseNextSibling(this), rather than nextSibling(). Otherwise we
could get stuck if there's something in there with a child that's a script tag
(in theory).

Also, what about <style> tags?



More information about the webkit-reviews mailing list