html-validate
Advanced tools
Changelog
8.17.0 (2024-03-19)
name-pattern
(f2209c0), closes #216id-pattern
, class-pattern
and name-pattern
rules (15dd007)input-missing-label
now ignores <input>
hidden by css (c40e48e), closes #241input-missing-label
now tests if <label>
is inert or hidden by css (d0d6f40)id-pattern
, class-pattern
and name-pattern
rules (4bd70ab)Changelog
8.16.0 (2024-03-18)
tabIndex
property reflecting the parsed tabindex
attribute (a4e5d5b)inert
as global attribute (a5e6477)formAssociated.disablable
property (0b141ab)<summary>
element is focusable if child of <details>
(79dec74)hidden-focusable
handles inert elements (89bb969), closes #240hidden-focusable
no longer reports for disabled form controls (d337397)hidden-focusable
no longer reports for elements with tabindex="-1"
(03d7223), closes #240