-
Notifications
You must be signed in to change notification settings - Fork 50
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
Implicit role of SVG element is different in html-aria and html-aam #158
Comments
ARIA does not have a HTML AAM specifies how elements map to different accessibility APIs. Following the WAI ARIA mapping link for Does this help answer your question/issue? |
A bit, but I'm still quite confused…
But if I look at the WAI-ARIA Graphics Module I do find a role of Is it because this is part of an extension module for WAI-ARIA and not part of the core of it? Or am I missing something else?
Hum, that's a part where I start getting really confused about all these documentations. I am not sure I understand the meaning of the different tables correctly…
Was is still not clear for me is the status of the element role mapping table in the HTML AAM, and the reason why it as a WAI-ARIA role column.
To go back to my That at least makes the specs not inconsistent :-D Sorry, for the long rant, I sort of derailed the conversation… |
I think the ARIA in HTML spec needs updating. The ARIA Graphics module defines the Because the The rules for using ARIA in HTML should, I think, explain that the implicit role for the |
@LJWatson why?
|
see also discussion in #232 (closed as duplicative of this issue) |
I'm a bit new to all this, and not sure I'm reading the docs correctly…
Anyway, it seems that the implicit aria semantics of the
<svg>
element (in HTML) is defined as "No corresponding role" in html-aria, with allowed roles or "application
,document
orimg
".But in the HTML AAM, the
<svg>
element is listed with a WAI-ARIA role ofgraphics-document
which contradicts both the default and allowed roles of html-aria…The text was updated successfully, but these errors were encountered: