[Webkit-unassigned] [Bug 55987] input type=email and multiple is not compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 22:20:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55987





--- Comment #14 from Kent Tamura <tkent at chromium.org>  2011-06-27 22:20:46 PST ---
(From update of attachment 98855)
View in context: https://bugs.webkit.org/attachment.cgi?id=98855&action=review

> Source/WebCore/html/parser/HTMLParserIdioms.cpp:68
> +    for (unsigned i = 0; i < length; i++) {

We prefer "++i" to "i++".
You use ++i in another function.  it's inconsistent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list