diff --git a/a11y-meta-display-guide/2.0/draft/guidelines/index.html b/a11y-meta-display-guide/2.0/draft/guidelines/index.html index 49719430..4c93f293 100644 --- a/a11y-meta-display-guide/2.0/draft/guidelines/index.html +++ b/a11y-meta-display-guide/2.0/draft/guidelines/index.html @@ -150,28 +150,44 @@

Introduction

accessible from the outset, not fixed later) and getting the accessibility validation or audit done by independent organizations.

-
-

Terminology

- -

There are several terms used in these guidelines that should be defined for clarity:

-
-
digital publication
-
-

The term digital publication is used in this document to refer to publications produced in any number of digital formats. Digital publications are not limited to books, but encompass any written, visual, or audio work distributed and read in digital form.

-

Some examples of digital publications include ebooks, audiobooks, manga, comic books, journals, digital textbooks, picture books, and children's picture books with accompanying audio. The formats they come in include EPUB, PDF, and Digital Talking Books (DTB).

-
-
reading system
-
-

All digital publications require a reading system to present the publication to the end user. Reading Systems may be Apps that run on a smart phone or tablet. There are Reading Systems which are applications that run on personal computers. There are also Reading Systems that are integrated in to dedicated devices devoted to a single purpose, for presenting a publication. There are even skills that run on smart speakers that can be considered Reading Systems.

-
-
electronic braille
-
refreshable braille
-
-

The terms "electronic braille" and "refreshable braille" can be used interchangeably, which denotes a device with pop-up pins to present the braille on a tactile screen. These devices can be used as a display attached to a personal computer, or they may be a self-contained multipurpose note taker with a refreshable braille display.

-
-
-
- +
+

Terminology

+ +

There are several terms used in these guidelines that should be defined for clarity:

+ +
+
digital publication
+
+

The term digital publication is used in this document to refer to publications produced in any number of digital formats. Digital publications are not limited to books, but encompass any written, visual, or audio work distributed and read in digital form.

+

Some examples of digital publications include ebooks, audiobooks, manga, comic books, journals, digital textbooks, picture books, and children's picture books with accompanying audio. The formats they come in include EPUB, PDF, and Digital Talking Books (DTB).

+
+ +
dynamic braille
+
+

The term dynamic braille is used to denote content that is generated as braille on the fly, + as opposed to preformatted digital braille formats. This dynamic rendering of + content is sometimes referred to as electronic braille or refreshable braille.

+ +

Dynamic braille is typically rendered on a separate device from the reading system, one with + pop-up pins to present the braille on a tactile screen. These devices, commonly referred to as + refreshable braille displays, can be attached to a personal computer, or they may be a + self-contained multipurpose note taker with a refreshable braille display.

+
+ +
read aloud speech
+
+

The term read aloud speech is used to denote content that is generated into synthetic speech + on the fly, as opposed to prerecorded narration. Read aloud functionality is often a feature + of reading systems, but can be provided by a separate assistive technology.

+
+ +
reading system
+
+

All digital publications require a reading system to present the publication to the end user. Reading Systems may be Apps that run on a smart phone or tablet. There are Reading Systems which are applications that run on personal computers. There are also Reading Systems that are integrated in to dedicated devices devoted to a single purpose, for presenting a publication. There are even skills that run on smart speakers that can be considered Reading Systems.

+
+
+
+

General overview

@@ -463,7 +479,7 @@

Supports nonvisual reading

Indicates whether all content required for comprehension can be consumed in text and therefore is - available to reading systems with text-to-speech or refreshable braille capabilities

+ available to reading systems with [=read aloud speech=] or [=dynamic braille=] capabilities.

This field answers whether nonvisual reading is possible, not possible, or unknown.

@@ -482,24 +498,23 @@

Examples

diff --git a/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html b/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html index 8b382710..c0f362f1 100755 --- a/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html +++ b/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html @@ -318,13 +318,13 @@

Instructions

  • Display "Supports nonvisual reading" as heading.
  • IF all_necessary_content_textual: - THEN display "Readable in read aloud and braille". + THEN display "Readable in read aloud or dynamic braille".
  • ELSE IF non_textual_content_images AND NOT textual_alternative_images: - THEN display "Not fully readable in read aloud and braille". + THEN display "Not fully readable in read aloud or dynamic braille".
  • -
  • ELSE display "May not be fully readable in read aloud and braille".
  • +
  • ELSE display "May not be fully readable in read aloud or dynamic braille".
  • diff --git a/a11y-meta-display-guide/2.0/draft/techniques/onix-metadata/index.html b/a11y-meta-display-guide/2.0/draft/techniques/onix-metadata/index.html index 735e2eb9..79da166e 100644 --- a/a11y-meta-display-guide/2.0/draft/techniques/onix-metadata/index.html +++ b/a11y-meta-display-guide/2.0/draft/techniques/onix-metadata/index.html @@ -324,13 +324,13 @@

    Instructions

  • Display "Supports nonvisual reading" as heading.
  • IF all_necessary_content_textual: - THEN display "Readable in read aloud and braille". + THEN display "read aloud or dynamic braille".
  • ELSE IF real_text AND non_textual_content_images AND NOT textual_alternative_images: - THEN display "Not fully readable in read aloud and braille". + THEN display "Not fully readable in read aloud or dynamic braille".
  • -
  • ELSE display "May not be fully readable in read aloud and braille".
  • +
  • ELSE display "May not be fully readable in read aloud or dynamic braille".