RESOLVED WONTFIX 56490
CSS selector triggered by 'disabled' attribute of sibling broken
https://bugs.webkit.org/show_bug.cgi?id=56490
Summary CSS selector triggered by 'disabled' attribute of sibling broken
James Hawkins
Reported 2011-03-16 14:28:29 PDT
Created attachment 85976 [details] Reduction Attached a reduction. label > input[disabled] ~ span { color: red; } In my use case, I'm programmatically setting the disabled attribute of a checkbox input to true. The above CSS selector does apply, but the result of the changed color is not seen (though sometimes opening the web inspector causes the change to take effect).
Attachments
Reduction (435 bytes, text/html)
2011-03-16 14:28 PDT, James Hawkins
no flags
Ahmad Saleem
Comment 1 2023-03-17 18:45:59 PDT
I am not able to reproduce this bug and the text changes to “red” and the label has disabled checkbox on WebKit ToT (261814@main). It is matching with Chrome Canary 113 and Firefox Nightly 113. Marking this as “RESOLVED WONTFIX” since it was never confirmed. Thanks!
Note You need to log in before you can comment on or make changes to this bug.