Bug 129077 - fieldset:disabled fieldset > legend:first-child input should be disabled
Summary: fieldset:disabled fieldset > legend:first-child input should be disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 129035
  Show dependency treegraph
 
Reported: 2014-02-19 17:54 PST by Ryosuke Niwa
Modified: 2014-02-19 18:03 PST (History)
5 users (show)

See Also:


Attachments
Fixes the bug (6.39 KB, patch)
2014-02-19 17:59 PST, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>