We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Safari seems to use AXTitleUIElement in a couple places not mentioned in the HTML-AAM, if I'm reading the code correctly:
AXTitleUIElement
<figcaption>
<figure>
<label>
<legend>
<fieldset>
Should this be called out in the HTML-AAM? For example, in the <figure> mapping? It would make the mapping more similar to the aria-labelledby AX mapping in the Core-AAM, too.
aria-labelledby
The text was updated successfully, but these errors were encountered:
@sivakusayan figcaption should not be used to name a figure - #359
but the other two could be worth callingout
Sorry, something went wrong.
Potentially related: the caption AX mapping seems to refer to ATK for some reason. Maybe that should use AXTitleUIElement as well?
cookiecrook
No branches or pull requests
Safari seems to use
AXTitleUIElement
in a couple places not mentioned in the HTML-AAM, if I'm reading the code correctly:<figcaption>
with its<figure>
<label>
with its form control<legend>
with its<fieldset>
Should this be called out in the HTML-AAM? For example, in the
<figure>
mapping? It would make the mapping more similar to thearia-labelledby
AX mapping in the Core-AAM, too.The text was updated successfully, but these errors were encountered: