From d39be94a7f5eb7816563ef7708ceb19a56831b9a Mon Sep 17 00:00:00 2001 From: Gregorio Pellegirno Date: Mon, 2 Jun 2025 19:19:11 +0200 Subject: [PATCH] Fixing issues in #721 --- .../2.1/draft/techniques/onix-metadata/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/a11y-meta-display-guide/2.1/draft/techniques/onix-metadata/index.html b/a11y-meta-display-guide/2.1/draft/techniques/onix-metadata/index.html index 39447801..4043f550 100644 --- a/a11y-meta-display-guide/2.1/draft/techniques/onix-metadata/index.html +++ b/a11y-meta-display-guide/2.1/draft/techniques/onix-metadata/index.html @@ -804,7 +804,7 @@

Instructions

THEN display "Transcript(s) provided".
  • - IF NOT (math_formula_as_mathml OR math_formula_as_latex OR (contains_math_formula AND short_textual_alternative_images) OR chemical_formula_as_mathml OR charts_diagrams_as_non_graphical_data OR full_alternative_textual_descriptions OR closed_captions OR open_captions OR transcript): + IF NOT (math_formula_as_mathml OR math_formula_as_latex OR described_math OR chemical_formula_as_mathml OR chemical_formula_as_latex OR charts_diagrams_as_non_graphical_data OR full_alternative_textual_descriptions OR closed_captions OR open_captions OR transcript): THEN either omit this display field if metadata is missing or display "No information is available".
  • @@ -920,7 +920,7 @@

    Instructions

    THEN display "Flashing hazards not known".
  • - IF unknown_motion_simulation_hazard: + IF unknown_motion_hazard: THEN display "Motion simulation hazards not known".
  • @@ -932,7 +932,7 @@

    Instructions

    THEN display "No flashing hazards".
  • - IF no_motion_simulation_hazard: + IF no_motion_hazard: THEN display "No motion simulation hazards".