chore(deps): update dependency html-validate to v8.10.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| html-validate (source) | devDependencies | minor | 8.8.0 -> 8.10.0 |
Release Notes
html-validate/html-validate (html-validate)
v8.10.0
Features
-
rules: new rule
no-implicit-input-type(6cc0c6d)
Bug Fixes
- deps: update dependency ignore to v5.3.1 (4553b89)
-
html5:
typefor<input>no longer required (37284d0), closes #235 -
rules: change wording required to recommended in
no-implicit-button-type(1926c06)
v8.9.1
Bug Fixes
-
rules:
<form>and<section>without explicit accessible name is no longer considered landmark (a36deac) -
rules:
<header>and<footer>nested in<main>or sectioning content is no longer considered landmark (bcab354), closes #234
v8.9.0
Features
-
elements: new property
focusableto mark elements as focusable (c59c8b2) -
rules: new rule
hidden-focusable(243e7fb) -
rules: new rule
unique-landmark(187be1e)
Bug Fixes
-
api: remove internal
listenersproperty from public API (303e5d5) -
dom: ancestor with
role="presentation"no longer counts decendants as missing from a11y tree (cc72da1) -
dom: handle
role="none"as a synonym forrole="presentation"(b1d7b50) -
dom: interactive and focusable elements ignore
role="presentation"(017308f) -
rules: better error description for
require-sri(ffc3695) -
rules: rule
wcag/h30no longer requires text on<a hidden>(a20cc84) -
rules: rule
wcag/h30no longer requires text on links withdisplay: noneorvisibility: hidden(36ff07e) -
rules: rules
wcag/h32handles<button>without explicittype(84c6a6e)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by HTML-validate