[Webkit-unassigned] [Bug 61674] <input> checkbox and radio attribute value default value incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 22:10:23 PDT 2011


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-05-31 22:10:23 PST ---
(From update of attachment 95537)
View in context: https://bugs.webkit.org/attachment.cgi?id=95537&action=review

> Source/WebCore/ChangeLog:6
> +        Default value of Radio button and checkbox should be on
> +        https://bugs.webkit.org/show_bug.cgi?id=61674

Can you reference a spec to explain why this is the case?

> Source/WebCore/html/HTMLInputElement.cpp:97
>      , m_wasModifiedByUser(false)
> +    , m_isInitialized(false)

Is there a better name than m_isInitialized?  How is this different from m_wasModifiedByUser, for example?

-- 
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