hyperform
hyperform copied to clipboard
Should we add non-standard fieldset.checkValidity()?
Currently, fieldset has no checkValidity and related. That’s according to the spec, which assigns them trivial return values.
However, this sounds like tremendously useful methods to have. Think partially revealed forms. Cf. issue #80, too.
Should we add support for them?