-
Notifications
You must be signed in to change notification settings - Fork 16
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
Features should have accessible names for discernability #316
Comments
I see that the Originally posted by @prushforth in #270 (comment) |
Given the extremely generic properties model that Originally posted by @prushforth in #270 (comment) |
I believe that title is a global HTML attribute, so maybe it makes sense to respect / use a |
In that case we should consider |
|
A little googling on the title attribute reveals it is considered an accessibility problem. So scratch that proposal. |
…L.js#316. Change mapml vocabulary to the xhtml namespace.
…L.js#316. Change mapml vocabulary to the xhtml namespace.
…L.js#316. Change mapml vocabulary to the xhtml namespace. Fix error in URL introduced in previous commit.
* Get rid of references to MicroXML, update Abstract * Add link to UCR * Add text-valued <title> element child of <feature> per Maps4HTML/MapML.js#316. Change mapml vocabulary to the xhtml namespace. Fix error in URL introduced in previous commit. * Rename <feature><title> to <feature><featurecaption> * Add spec description of <featurecaption>. Remove obsolete sch file. * Revise feature, featurecaption, properties specifications, links. * Delete redundant paragraph. Fix incorrect link reference. Remove redundant text description.
This is resolved by opting for a |
The features are indistinguishable to someone relying on a screen reader as they don't have an accessible name.
<path tabindex="0">
is announced as in Chrome ( in Firefox):Keyboard.Interaction.Test.-.Google.Chrome.2021-02-01.01-37-.mp4
Originally posted by @Malvoz in #270 (comment)
The text was updated successfully, but these errors were encountered: