Replies: 1 comment 2 replies
-
Should we be checking the label of the textbox in this case? For example, assistive technology would read the label of the textbox example in https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input as "Name (4 to 8 characters):" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find any document that defines how the value for those elements is computed. Most examples also specify
contenteditable
(is this required?). I'm currently assuming that the value of*[role="textbox"]
is itstextContent
.See #3
Beta Was this translation helpful? Give feedback.
All reactions