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

autocomplete and aria-autocomplete are not output #278

Closed
JAWS-test opened this issue Sep 1, 2019 · 3 comments
Closed

autocomplete and aria-autocomplete are not output #278

JAWS-test opened this issue Sep 1, 2019 · 3 comments

Comments

@JAWS-test
Copy link

Summary

autocomplete and aria-autocomplete are not output

  1. Save as HTML file:
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>autocomplete</title>
	</head>
	<body>
		<h2>ARIA</h2>
		<input aria-autocomplete=list>	
		<input aria-autocomplete=inline>	
		<input aria-autocomplete=both>
		<h2>HTML</h2>
		<input autocomplete=on>
		<input autocomplete=off>
		<input autocomplete=username>
	</body>
</html> 
  1. Navigate with Tab key to the input fields

Expected result

  • output of the autocomplete function
  • output of the type of autocomplete function

Actual result

  • Chrome, IE 11: no output to autocomplete function
  • Firefox: only aria-autocomplete=list and aria-autcomplete=both are output as aria-haspopup=true; the others are not output either

Note: NVDA outputs the fields with the reference to Autocomplete function (without telling the type). This works with Firefox in all cases, in Chrome only with aria-autocomplete and in IE 11 not at all.

Additional Information

JAWS version and build number

JAWS 2019.1907.42
NVDA 2019

Operating System and version

Windows 8

Browser and version:

Chrome 76.0.3809.100
Firefox 68.0.2
Internet Explorer 11.0.9600.19431

@JAWS-test
Copy link
Author

See also: w3c/aria-practices#1134

@stevefaulkner
Copy link
Contributor

@JAWS-test Closing this, please feel free to re-open if this still occurs with Latest (JAWS 2024).

@JAWS-test
Copy link
Author

@stevefaulkner Tested with current Chrome and JAWS 2024: The problem still exists. I would expect that at least like NVDA the aria-autocomplete is output by JAWS because it is relevant information.

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

No branches or pull requests

2 participants