diff --git a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html index 1dec2e50..a8d454d0 100755 --- a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html +++ b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html @@ -218,6 +218,7 @@

Variables setup

Instructions

    +
  1. Display "Visual adjustments" as heading.
  2. IF all_textual_content_can_be_modified: THEN display "Appearance can be modified". @@ -285,6 +286,7 @@

    Variables setup

Instructions

    +
  1. Display "Supports nonvisual reading" as heading.
  2. IF all_necessary_content_textual: THEN display "Readable in read aloud and braille". @@ -410,6 +412,7 @@

    Variables setup

    Instructions

      +
    1. Display "Conformance" as heading.
    2. IF level_aaa: THEN display "This publication exceeds accepted accessibility standards". @@ -567,6 +570,10 @@

      Variables setup

    Instructions

      +
    1. + Display "Pre-recorded audio" as heading. +

      This heading can be hidden if metadata is missing.

      +
    2. IF all_content_audio: THEN display "Audio only". @@ -632,6 +639,10 @@

      Variables setup

    Instructions

      +
    1. + Display "Navigation" as heading. +

      This heading can be hidden if metadata is missing.

      +
    2. IF table_of_contents_navigation OR index_navigation OR print_equivalent_page_numbering OR next_previous_structural_navigation: THEN LET navigation be an empty array. @@ -731,6 +742,10 @@

      Variables setup

    Instructions

      +
    1. + Display "Charts, diagrams, and formulas" as heading. +

      This heading can be hidden if metadata is missing.

      +
    2. IF (contains_charts_diagrams AND long_text_descriptions): THEN display "Charts and diagrams have extended descriptions". @@ -830,6 +845,10 @@

      Variables setup

    Instructions

      +
    1. + Display "Hazards" as heading. +

      This heading can be hidden if metadata is missing.

      +
    2. IF no_hazards_or_warnings_confirmed OR (no_flashing_hazards AND no_motion_hazards AND no_sound_hazards): THEN display "No hazards". @@ -915,7 +934,11 @@

      Variables setup

    Instructions

      -
    1. +
    2. + Display "Accessibility summary" as heading. +

      This heading can be hidden if metadata is missing.

      +
    3. +
    4. IF lang_attribute_accessibility_summary is NOT empty: THEN LET language_accessibility_summary be the value of lang_attribute_accessibility_summary.
    5. @@ -966,6 +989,10 @@

      Variables setup

    Instructions

      +
    1. + Display "Legal considerations" as heading. +

      This heading can be hidden if metadata is missing.

      +
    2. IF eaa_exemption_micro_enterprises OR eaa_exception_disproportionate_burden OR eaa_exception_fundamental_modification: THEN display "TBD".