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 4ffa1ab..ae65013 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 @@ -380,12 +380,12 @@
Variables setup
Instructions
  1. - IF all_content_audio: - THEN display "Prerecorded audio only". + IF synchronised_pre_recorded_audio: + THEN display "Prerecorded audio synchronized with text".
  2. - ELSE IF synchronised_pre_recorded_audio: - THEN display "Prerecorded audio synchronized with text". + ELSE IF all_content_audio: + THEN display "Prerecorded audio only".
  3. ELSE IF audio_content: