import { type ValidityState } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
The validity states that an element can be in, with respect to constraint validation. Together, they help explain why an element's value fails to validate, if it's not valid.