[webkit-reviews] review granted: [Bug 64509] <input form="x"> should not associate the input with any forms when there is no form with id="x" : [Attachment 100921] Patch V1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 21:17:06 PDT 2011


Kent Tamura <tkent at chromium.org> has granted Kenichi Ishibashi
<bashi at chromium.org>'s request for review:
Bug 64509: <input form="x"> should not associate the input with any forms when
there is no form with id="x"
https://bugs.webkit.org/show_bug.cgi?id=64509

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=100921&action=review


> LayoutTests/fast/forms/form-attribute-nonexistence-form-id.html:19
> +var element_should_have_form = document.getElementById('input1');
> +var element_should_not_have_form = document.getElementById('input2');

We usually use camelCase for variable names in JavaScript code though we don't
have a formal style guide for JavaScript.


More information about the webkit-reviews mailing list