You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The :disabled pseudo-class should match all disabled inputs, including those that are disabled because a parent <fieldset> is disabled. :enabled should behave similarly, but in reverse. This works correctly in browsers.
Related to jsdom/jsdom#3603
Expected behaviour
The
:disabled
pseudo-class should match all disabled inputs, including those that are disabled because a parent<fieldset>
is disabled.:enabled
should behave similarly, but in reverse. This works correctly in browsers.JSBin with example
:disabled
behaviour: https://jsbin.com/woguyoguze/edit?html,console,outputActual behavior
The
:disabled
selector only appears to select elements that are disabled directly.Reproduction
jsdom: 22.1.0
nwsapi: 2.2.5
The text was updated successfully, but these errors were encountered: