Re: Relationship between html autocomplete and aria-autocomplete

Hi Matt,

On 2015-04-17 7:01 AM, Matthew King wrote:
> For example, <input role="combobox" type="text" autocomplete="off" 
> aria-autocomplete="list">
> to prevent browser from making suggestions on an input for which you 
> are scripting a suggestion list?

See ISSUE-627: Conflict between aria-autocomplete and HTML5 autocomplete 
[1].

I raised the issue because one of our test cases for aria-autocomplete 
using a text input element with a combobox role was failing when 
aria-autocomplete was "false".  The test case is:
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-autocomplete-none.html

[1] https://www.w3.org/WAI/PF/Group/track/issues/627

-- 
;;;;joseph.

'Array(16).join("wat" - 1) + " Batman!"'
            - G. Bernhardt -

Received on Friday, 17 April 2015 14:41:17 UTC