You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EPUB Accessibility 1.0 we had relaxed the referred WCAG requirement, success criteria 1.1.1 for text descriptions. At that time publishing industry had just started work on accessibility, and providing extended descriptions was a steep slope to climb at once, therefore we settled on alttext as a sufficient technique for conforming to EPUB Accessibility 1.0.
But over last 4 years publishing industry has made good progress for making publications accessible. Therefore we should consider making EPUB Accessibility 1.1 aligned with WCAG success criteria 1.1.1.
The relevant text from EPUB accessibility techniques is:
DESC-001: Include alternative text descriptions
[[WCAG20]] Success Criterion 1.1.1 requires a text alternative for all non-text content. In the case of image content,the provision of alternative text (e.g., in an [[HTML]] alt attribute) issufficient for meeting the requirements of the [[EPUB-A11Y]] specification.
Authors are strongly encouraged to include extended descriptions, but the utility of extendeddescriptions often depends on the needs of the user. Until the publishing ecosystem matures,making it easier for Authors to include extended descriptions and write them to optimally meetthe needs of the greatest number of users, they are not required.
If extended descriptions are not included, note the omission in the accessibility summary.
The requirement for a text alternative does not apply to decorative images that contribute noinformation to the text. These are identified by an empty alt attribute.
This guidance applies to the evaluation of EPUB Publications strictly for achievingconformance to the [[EPUB-A11Y]] specification. If an EPUB Publication is distributed in anenvironment where extended descriptions are required, this guidance for conformance will notbe sufficient.
The use of alternative text as a sufficient description for all images may be removed in afuture version of these techniques.