Bug 87381

Summary: Form controls in <fieldset disabled> should not be validated.
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: morrita, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch morrita: review+

Description Kent Tamura 2012-05-24 05:50:00 PDT
1. Open data:text/html,<style>:invalid { background-color:red;} </style><input required disabled><fieldset disabled><input required></fieldset>

EXPECTED: the second text field should not be red.
ACTUAL: the second text field is red.
Comment 1 Kent Tamura 2012-05-28 19:34:28 PDT
Created attachment 144427 [details]
Patch
Comment 2 Kent Tamura 2012-05-28 21:08:56 PDT
Committed r118721: <http://trac.webkit.org/changeset/118721>