HTMLSelectElement.checkValidity()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since December 2018.

io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/pt-br/web/api/html_dom_api/index.md)

O HTMLSelectElement.checkValidity() método verifica se o elemento possui restrições e se as satisfaz. Se o elemento falhar suas restrições, o navegador dispara um evento unsupported templ: event no elemento e, em seguida, retorna false.

Sintaxe

js
var resultado = selectElt.checkValidity();

Especificações

Specification
HTML Standard
# dom-cva-checkvalidity-dev

Compatibilidade com navegadores

BCD tables only load in the browser

Veja também