From 8d2db2eeb699dac25650368228b779378a811000 Mon Sep 17 00:00:00 2001 From: Charles LaPierre Date: Fri, 17 Jan 2025 06:46:21 -0800 Subject: [PATCH] fixes #599 --- .../2.0/draft/techniques/epub-metadata/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 4ffa1ab4..ae65013e 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: