From 8349a42cc79d4ed59f7b9fc4c3f34e50518b4a02 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 27 Jun 2023 08:16:47 -0400 Subject: [PATCH] fix typo add missing mention of 'invalid' per the previous update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fdf373fd..202e4284 100644 --- a/index.html +++ b/index.html @@ -1957,7 +1957,7 @@

HTML Element Role Mappings

Use WAI-ARIA mapping
Use WAI-ARIA mapping
- An `input` with a missing `type` attribute + An `input` with a missing or invalid `type` attribute defaults to the Text state.