[Webkit-unassigned] [Bug 98444] New: Remove dead code from HTMLFormElement class
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 4 13:24:06 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98444
Summary: Remove dead code from HTMLFormElement class
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pravind.2k4 at gmail.com
HTMLFormElement class contains a private member m_wasMalformed. Initial botton margin was supposed to be handled separately for malformed <form> tags. However currently this variable is not being set(effectly not used by any code). Also HTML5 spec does mention anything regarding bottom margin handling for malformed <form>.
Also see
https://bugs.webkit.org/show_bug.cgi?id=86746#c9
https://bugs.webkit.org/show_bug.cgi?id=86746#c10
As the code related to m_wasMalformed currently does not have any notable use it can be safely removed.
--
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