From f3c33af54a8577b8ed3789dadc1fb9ec72907129 Mon Sep 17 00:00:00 2001 From: Wendy Reid Date: Fri, 12 Jan 2024 09:22:05 -0500 Subject: [PATCH 1/2] adding Susan's draft text --- epub33/fxl-a11y/index.html | 75 +++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 2 deletions(-) diff --git a/epub33/fxl-a11y/index.html b/epub33/fxl-a11y/index.html index 94d27589e..e56562f0d 100644 --- a/epub33/fxl-a11y/index.html +++ b/epub33/fxl-a11y/index.html @@ -480,9 +480,80 @@
Font face
-

Media overlays

+

Media overlays

+ +

Synchronized Media. This can be audio or video that is synchronized within the EPUB. This format can be used to present information or with interactive components that are based on time.

+ +

Time-based media is prerecorded media that has time as a component, such as an audio recording, a video, or audio or video combined with interaction. Source: Accessible Web

+ +
+

Media Alternatives for Text

+ +

This section refers to media that presents no more information than is already presented in text (directly or via text alternatives).

+ +

EPUB creators must ensure that all text content is available in audio.

+ + + + Add how to specify media alternative for text? +
+ +
+

Synchronized text-audio playback

+ +

EPUB publications with synchronized text-audio playback MUST conform to all requirements in EPUB 3.3 [[epub-33]]. It is not necessary to meet any additional requirements beyond those defined in EPUB 3.3 to be conformant with this specification.

+ +

To maximize the effectiveness of synchronized text-audio playback for people with different reading needs, however, EPUB creators are strongly encouraged to meet the OPTIONAL objectives defined in WCAG 2.1

+ +

The provision of synchronized text-audio playback helps address various user needs. It not only enables a seamless visual and auditory reading experience from beginning to end of an EPUB publication, but is useful to users who only require audio playback (e.g., who cannot see the text or are prevented from reading visually due to motion-sickness) or who only benefit from reading with text highlighting (e.g., readers with dyslexia).

+ +

Unlike purely linear listening experiences, EPUB with synchronized text-audio playback preserves the user's ability to navigate around the publication, such as via the table of contents, and also introduces audio-centric reading features like phrase navigation, and ways to control which parts of the content are read aloud.

+ +

In order to offer users greater control over content presentation, EPUB creators need to add structure and semantics so that the reading system has the necessary context to enable this type of user experience. With greater context, a reading system can provide the ability to skip past secondary content that interferes with the primary narrative and escape users from deeply nested structures like tables.

+ +

Adding structure and semantics to synchronized text-audio playback broadly falls under the objective of the Info and Relationships success criterion [[wcag2]]. Without structured and semantically meaningful playback sequences, the effect is to deprive users of rich navigation of the content.

-

TBD

+ Reference epub-a11y-11 + +
    +
  • Ebook creators must ensure synchronized text-audio playback matches logical reading order.
  • +
  • Users must be able to automatically skip over content, and all skippable structures should be identified.
  • +
  • Users must be able to automatically escape from structured content. Ebook creators must encode structural semantics of elements such as lists, sidebars and figures so reading systems can facilitate escaping, skimming, or locating desired information.
  • +
  • Ebook creators must ensure auditory playback for epub navigation. This gives reading systems the ability to sue auditory labels for links.
  • +
+ +

Source epub-a11y-11

+
+ +
+

Animations

+ +

The intent of this Success Criterion is to allow users to prevent animation from being displayed on Web pages. Some users experience distraction or nausea from animated content. WCAG 2 understanding

+ +
    +
  • Motion animation triggered by interaction can be disabled, unless the animation is essential to the functionality or the information being conveyed. WCAG 2 AAA
  • +
+ +

Are creators making animations in Ebooks either as content or UI?

+
+ +
+

For all Time-Based Media in Ebooks

+ +

Captions are provided for all prerecorded audio content in synchronized media, except when the media is a media alternative for text and is clearly labeled as such. WCAG 2 A

+
+ +
+

Audio-only Content

+

An alternative for time-based media is provided that presents equivalent information for prerecorded audio-only content. WCAG 2 A

+
+ +
+

Video-only Content

+ +

Either an alternative for time-based media or an audio track is provided that presents equivalent information for prerecorded video-only content. WCAG 2 A

+
+
From 4b37ad9483dc36d13f90610adc777943ffb2e250 Mon Sep 17 00:00:00 2001 From: wareid Date: Thu, 8 Feb 2024 10:04:12 -0500 Subject: [PATCH 2/2] editorial changes to media overlays section --- epub33/fxl-a11y/index.html | 105 ++++++++++++++++++++----------------- 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/epub33/fxl-a11y/index.html b/epub33/fxl-a11y/index.html index e56562f0d..3eb675edb 100644 --- a/epub33/fxl-a11y/index.html +++ b/epub33/fxl-a11y/index.html @@ -479,33 +479,33 @@
Font face
-
-

Media overlays

+
+

Media in fixed layout

-

Synchronized Media. This can be audio or video that is synchronized within the EPUB. This format can be used to present information or with interactive components that are based on time.

- -

Time-based media is prerecorded media that has time as a component, such as an audio recording, a video, or audio or video combined with interaction. Source: Accessible Web

- -
-

Media Alternatives for Text

- -

This section refers to media that presents no more information than is already presented in text (directly or via text alternatives).

- -

EPUB creators must ensure that all text content is available in audio.

- - - - Add how to specify media alternative for text? -
+

Media content such as audio, video, and interactive elements present both an opportunity and a challenge for fixed layout content. When media content is implemented with accessibility in mind, it can greatly improve the reading experience of a book. Done poorly, it can be a major barrier to access.

+ +

Media content can be incorporated into fixed layout EPUBs in a variety of ways. When working with media content in EPUB, it is important to consider WCAG [[wcag2]] criteria relating to media accessibility:

+ +
    +
  • 1.1.1 Non-text Content (A)
  • +
  • 1.2.1 Audio-only and Video-only (Prerecorded) (A)
  • +
  • 1.2.2 Captions (Prerecorded) (A)
  • +
  • 1.2.3 Audio Description or Media Alternative (Prerecorded) (A)
  • +
  • 1.2.5 Audio Description (Prerecorded) (AA)
  • +
  • 1.2.6 Sign Language (Prerecorded) (AA)
  • +
  • 1.4.2 Audio Control (A)
  • +
  • 2.2.2 Pause, Stop, Hide (A)
  • +
  • 2.3.1 Three Flashes or Below Threshold (A)
  • +
-
-

Synchronized text-audio playback

+
+

Media overlays

-

EPUB publications with synchronized text-audio playback MUST conform to all requirements in EPUB 3.3 [[epub-33]]. It is not necessary to meet any additional requirements beyond those defined in EPUB 3.3 to be conformant with this specification.

+

Media overlays allow EPUB creators to create an enhanced textual reading experience by synchronizing text and pre-recorded audio content. Media overlays in EPUB (reflowable or fixed layout) are not equivalent to audiobooks. Media overlays are also not a replacement or substitute for features like screen reader support or text to speech. Currently, media overlays in EPUB only support synchronizing audio media with textual content.

-

To maximize the effectiveness of synchronized text-audio playback for people with different reading needs, however, EPUB creators are strongly encouraged to meet the OPTIONAL objectives defined in WCAG 2.1

+

To maximize the effectiveness of synchronized text-audio playback for people with different reading needs, EPUB creators are strongly encouraged to meet the success criteria defined in WCAG [[wcag2]].

-

The provision of synchronized text-audio playback helps address various user needs. It not only enables a seamless visual and auditory reading experience from beginning to end of an EPUB publication, but is useful to users who only require audio playback (e.g., who cannot see the text or are prevented from reading visually due to motion-sickness) or who only benefit from reading with text highlighting (e.g., readers with dyslexia).

+

The provision of synchronized text-audio playback helps address various user needs. It not only enables a seamless visual and auditory reading experience from beginning to end of an EPUB publication, but is useful to users who require audio playback (e.g., who cannot see the text or have difficulties reading visually) or who benefit from reading with text highlighting (e.g., readers with dyslexia).

Unlike purely linear listening experiences, EPUB with synchronized text-audio playback preserves the user's ability to navigate around the publication, such as via the table of contents, and also introduces audio-centric reading features like phrase navigation, and ways to control which parts of the content are read aloud.

@@ -513,47 +513,56 @@

Synchronized text-audio playback

Adding structure and semantics to synchronized text-audio playback broadly falls under the objective of the Info and Relationships success criterion [[wcag2]]. Without structured and semantically meaningful playback sequences, the effect is to deprive users of rich navigation of the content.

- Reference epub-a11y-11 +

EPUB Accessibility 1.1 [[epub-a11y-11]] recommends the following objectives for content with synchronized text-audio playback:

  • Ebook creators must ensure synchronized text-audio playback matches logical reading order.
  • Users must be able to automatically skip over content, and all skippable structures should be identified.
  • Users must be able to automatically escape from structured content. Ebook creators must encode structural semantics of elements such as lists, sidebars and figures so reading systems can facilitate escaping, skimming, or locating desired information.
  • -
  • Ebook creators must ensure auditory playback for epub navigation. This gives reading systems the ability to sue auditory labels for links.
  • +
  • Ebook creators must ensure auditory playback for epub navigation. This gives reading systems the ability to use auditory labels for links.
  • +
+
+ +
+

Time-based media

+ +

Accessible alternatives must be provided for all prerecorded audio and video content in an EPUB, with the exception of audio synchronized to the text through a method like media overlays.

+ +

The following success criteria apply to media content inserted into the publication outside of media overlays:

+ +
    +
  • 1.2.1 Audio-only and Video-only (Prerecorded) (A)
  • +
  • 1.2.2 Captions (Prerecorded) (A)
  • +
  • 1.2.3 Audio Description or Media Alternative (Prerecorded) (A)
  • +
  • 1.2.5 Audio Description (Prerecorded) (AA)
- -

Source epub-a11y-11

+ +

For media that is audio-only, it is recommended that the EPUB creator provide an accompanying text-based alternative. Depending on the purpose and type of content, this alternative can be something like a transcript, a description, or a captioned video. For example, if the audio content is a music track that accompanies the book content, the alternative might either be the name of the song, a description of the song, or the lyrics. For content like an audio recording of a conversation or speaker, it is recommended to use a transcript that identifies the speakers and what is being said.

+ +

For media that is video-only, it is recommended to provide an audio description of the content, as well as a text-based version of that description. This description should include everything happening in the video, including descriptions of the setting, expressions, and any text that may appear on the screen that is required for understanding the content. The audio description should be its own track within the video player.

+ +

For media that has both audio and video, all of the recommendations for audio-only and video-only apply.

+ +

In EPUB 3.3 [[epub-33]], resources referenced in the [[html]] track element (e.g., captions, audio descriptions, and subtitles) are considered Exempt Resources, which means file formats may not have guaranteed EPUB reading system support, but also do not require a fallback. It is important to test your EPUB file if it contains any of these exempt resources, to ensure compatibility.

Animations

- -

The intent of this Success Criterion is to allow users to prevent animation from being displayed on Web pages. Some users experience distraction or nausea from animated content. WCAG 2 understanding

- -
    -
  • Motion animation triggered by interaction can be disabled, unless the animation is essential to the functionality or the information being conveyed. WCAG 2 AAA
  • -
- -

Are creators making animations in Ebooks either as content or UI?

-
- -
-

For all Time-Based Media in Ebooks

-

Captions are provided for all prerecorded audio content in synchronized media, except when the media is a media alternative for text and is clearly labeled as such. WCAG 2 A

-
+

If an EPUB creator is considering including animations and motion-based content, they should consider the following success criteria:

-
-

Audio-only Content

-

An alternative for time-based media is provided that presents equivalent information for prerecorded audio-only content. WCAG 2 A

-
+
    +
  • 2.2.2 Pause, Stop, Hide (A)
  • +
  • 2.3.1 Three Flashes or Below Threshold (A)
  • +
+ +

Animations, auto-updating content, or content in motion (e.g., blinking, scrolling) can distract users, cause discomfort, or even trigger conditions like migraine. When these features are included, it is important for EPUB creators to provide a mechanism that allows the user to stop or hide the animations. EPUB creators should also be conscious that any animations or motion do not contain anything that flashes more than three times in a one second period.

-
-

Video-only Content

+

+ While this document focuses on WCAG recommendations up to level AA, there is a AAA Success Criteria for animations that EPUB creators should consider when designing their book content. 2.3.3 Animation from Interactions recommends that if an interation triggers a motion animation, it should be possible for the user to disable it, unless the motion is essential to the functionality or information being conveyed. +

-

Either an alternative for time-based media or an audio track is provided that presents equivalent information for prerecorded video-only content. WCAG 2 A

-