-
Notifications
You must be signed in to change notification settings - Fork 10
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
Accessibility Tree details #13
Comments
The contents of the span are part of the tree, but not the span itself... or at least that is what the spec says should happen. From https://www.w3.org/TR/core-aam-1.1/#intro_treetypes, "Generally if something can be trimmed out it will be, for reasons of performance and simplicity. For example, a with just a style change and no semantics may not get its own accessible object, but the style change will be exposed by other means." From your examples, that appears to be what is happening. For MathML, it means that would typically be stripped out, but not the presentation inside it. |
Hmm, I see. So maybe a rephrasing of: "For example, a span with no semantic information will not be preserved in the accessibility tree, only its textual content." |
"textual content" is going a bit far because the tags might still be there.
The point is that non-semantic tags get thrown out. If you have headers or
lists, I think you will see them in the tree. I'll adjust the text so it
isn't misleading.
Neil
…On Mon, Oct 11, 2021 at 8:12 AM Deyan Ginev ***@***.***> wrote:
Hmm, I see. So maybe a rephrasing of:
"For example, a span with no semantic information will not be preserved in
the accessibility tree, only its textual content."
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALZM3AWJRG4BGOSMD4U2WLUGL5HHANCNFSM5FYJDYZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I am unsure about a sentence in the document, so making an issue to inquire further:
I made a document containing two unmarked spans, and am seeing both Firefox and Chrome include them in the AT tree. See screenshot at the bottom.
I also enabled chrome's
Screen Reader
(which is the only app i have succeeded with using on linux) and it spoke both spans by default.So what exactly does "not be part of" mean in the sentence?
The text was updated successfully, but these errors were encountered: