Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLfieldset legendSingle-choice MCQ

An outer <fieldset disabled> contains an inner <fieldset> on which you set disabled="" then try to remove it via the inner one. Can controls in the inner fieldset be re-enabled while the outer stays disabled?

<fieldset disabled> <fieldset id="inner"> <input name="a"> </fieldset> </fieldset>