[go: nahoru, domu]

Skip to content
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

Update mappings for address element #170

Closed
scottaohara opened this issue Feb 26, 2019 · 1 comment · Fixed by #171
Closed

Update mappings for address element #170

scottaohara opened this issue Feb 26, 2019 · 1 comment · Fixed by #171

Comments

@scottaohara
Copy link
Member

This issue is to track the removal of the address's unique properties to expose "address" to the different platform's accessibility APIs. These do not appear to have been presently implemented, nor seem to be necessary.

Instead, while address may be used as a semantic HTML element, it should not provide any special roles or announcements beyond that of a div, as the content of the element itself should be sufficient to indicate its purpose (an address / contact information).

Per ARIA's #872: Create address role, discussing with @stevefaulkner, doing some quick screen reader testing with the address element, and tweets.

To further keep track of issues / decisions per the mapping history of address, here are related issues:

Additionally, a Webkit issue filed - "AX: Reconsider role for "address" tag".

@joanmarie
Copy link
Contributor

Related: I fixed this in Chrome/Chromium a couple of weeks ago: https://chromium-review.googlesource.com/c/chromium/src/+/1448739

scottaohara added a commit that referenced this issue Feb 26, 2019
closes #170
Removal of
* `AXRoleDescription: address`
* `Object attributes: address `
* `Localized Control Type: address`
* `Object attributes: xml-roles:address`
scottaohara added a commit that referenced this issue Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants