Proposal for a pseudo class that can express if a form element is submitting, so that is possible control its properties and the controls inside the form.
use case: change the still to come property interactivity: inert , so could help resolve the "double submission problem"
ex.: form::submitting button [type=submit] {interactivity: inert;}
Proposal for a pseudo class that can express if a form element is submitting, so that is possible control its properties and the controls inside the form.
use case: change the still to come property
interactivity: inert, so could help resolve the "double submission problem"ex.:
form::submitting button [type=submit] {interactivity: inert;}