Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the value of textbox or searchbox? #1057

Closed
JAWS-test opened this issue Sep 20, 2019 · 1 comment
Closed

What is the value of textbox or searchbox? #1057

JAWS-test opened this issue Sep 20, 2019 · 1 comment

Comments

@JAWS-test
Copy link
Contributor

All form fields have a value or status. For all form fields except for searchbox or textbox, the specification defines how value or status is specified (for checkbox with aria-checked, for listbox with option, etc.). I suggest to specify this for searchbox and textbox in the specification, because the HTML equivalent input type=text has an attribute for it (value), but textarea uses the text content as value. Thus it is not clear what applies to searchbox and textbox. It seems obvious that the text content should be used as value (and not e.g. aria-valuetext), but it is not defined yet.

@jnurthen
Copy link
Member

jnurthen commented Sep 20, 2019

Why not aria-valuetext that would echo HTML.
see #711

Nonetheless please continue discussion in that issue if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants