From 279a4cbed5d8ac5267711e6bedbf8d4f27139aa8 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 27 Jun 2023 08:04:44 -0400 Subject: [PATCH] Update: missing type on input reference re: https://github.com/w3c/html-aria/issues/476 mention in the comments for the input type=text element that if an input has a missing value then it defaults to the text state - as defined by HTML. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6dc33f40..fdf373fd 100644 --- a/index.html +++ b/index.html @@ -1957,7 +1957,8 @@

HTML Element Role Mappings

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