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

Text Alt Comp section on CSS generated content does not allow for proper CSS content fallback #20

Open
jnurthen opened this issue May 7, 2018 · 1 comment
Labels

Comments

@jnurthen
Copy link
Member

jnurthen commented May 7, 2018

Moving old tracker issues.

https://www.w3.org/WAI/ARIA/track/issues/542

http://www.w3.org/WAI/PF/aria/complete#tac_gencss

This section does not account for proper CSS generated content fallbacks.

<div style="content: url(icon.png), attr(data-fallback);" data-fallback="Bar">Foo</div>

According to the TAC, the accessible name should be "Foo" as an image replaced the text visually, but the modality-specific text replacement should be "Bar"… We should adjust the name computation to account for this, despite the fact that the modality-specific fallback does not yet work in any known UA.

@digilou
Copy link
Contributor

digilou commented Jan 6, 2021

2021.01.06 - APA touched on this again and will branch out the conversation again to other groups to see there this needs to be discussed/revisited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants