Steps to reproduce:
1. Open the attached test case.
2. Use an accessibility inspector to view the accessible name of the input element.
Expected results: The accessible name would be "email".
Actual results: The accessible name is "submit".
Notes:
1. Gecko and WebKit each expose "email" as the accessible name.
2. The HTML-AAM currently* states that exposing "submit" is a valid option. However, it's a "user agent may" (as opposed to a "should" or "must"). And it's immediately followed by "Otherwise use title attribute." Given the current language in the HTML-AAM, and the strong desire for interoperable implementations, I believe we should do what Gecko and WebKit currently do.
3. I find the language in the HTML-AAM problematic and something which should be fixed. I've filed that issue against the spec and suggested that title be preferred over "submit". https://github.com/w3c/html-aam/issues/150
|
Deleted:
image-input-with-title.html
96 bytes
|
Comment 1 by bugdroid1@chromium.org
, Sep 26