-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow accessible name of page break markers to come from content? #355
Comments
Content-provided accessible name is only introduced in DPUB ARIA 1.1. In 1.0, the accessible name could only come from author (i.e. explicit attributes like I'm not sure what's the state of the implementations or how they compute the name. Note also that the KB currently says:
And the Accessibility Techniques 1.0 say:
Testing would be welcome to know how Ace should practically report that.
|
…e but with textual content inside element (see #355 ) [skip ci]
I added unit tests to check this (unchanged behaviour, to be discussed ...): b5d1b66 |
In the Thorium reading system project, there is a discussion about implementing an advanced feature that would "force" the display of normally-hidden page breaks (e.g. via authored CSS, so that they don't visually interfere when inlined or rendered as block inside HTML documents), or page breaks with no explicit text content (i.e. just accessible ARIA label or title attribute). |
@clapierre noted in #71 about requiring
title
oraria-label
on page break markers:The text was updated successfully, but these errors were encountered: