Bug 129077

Summary: fieldset:disabled fieldset > legend:first-child input should be disabled
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: FormsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, darin, kling, koivisto, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 129035    
Attachments:
Description Flags
Fixes the bug koivisto: review+

Description Ryosuke Niwa 2014-02-19 17:54:57 PST
Input elements inside the first legend element of a fieldset should still be disabled
if that fieldset is inside another fieldset which is disabled.
Comment 1 Ryosuke Niwa 2014-02-19 17:59:21 PST
Created attachment 224696 [details]
Fixes the bug
Comment 2 Antti Koivisto 2014-02-19 18:00:56 PST
Comment on attachment 224696 [details]
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=224696&action=review

> LayoutTests/ChangeLog:8
> +        Added a test case.o

extra o
Comment 3 Ryosuke Niwa 2014-02-19 18:03:18 PST
Committed r164407: <http://trac.webkit.org/changeset/164407>