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 60a1695e..8d78a74a 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 @@ -423,16 +423,22 @@

Instructions

  1. Display "Conformance" as heading.
  2. - IF level_aaa: - THEN display "This publication exceeds accepted accessibility standards". -
  3. -
  4. - ELSE IF level_aa: - THEN display "This publication meets accepted accessibility standards". -
  5. -
  6. - ELSE IF level_a: - THEN display "This publication meets minimum accessibility standards". + IF (epub_accessibility_10 OR epub_accessibility_11 OR wcag_20 OR wcag_21 OR wcag_22) AND (level_a OR level_aa OR level_aaa): + THEN +
      +
    1. + IF level_aaa: + THEN display "This publication exceeds accepted accessibility standards". +
    2. +
    3. + ELSE IF level_aa: + THEN display "This publication meets accepted accessibility standards". +
    4. +
    5. + ELSE IF level_a: + THEN display "This publication meets minimum accessibility standards". +
    6. +
  7. ELSE: @@ -442,7 +448,7 @@

    Instructions

    IF certifier is NOT empty: THEN
  8. @@ -450,7 +456,7 @@

    Instructions

    IF certifier_credentials is NOT empty: THEN @@ -493,40 +499,19 @@

    Instructions

    ELSE IF level_a: THEN display " Level A". -
  9. - IF certification_date OR certifier OR certifier_credentials: - THEN display "The publication was certified ". -
  10. IF certification_date: THEN
  11. -
  12. - IF certifier: - THEN - -
  13. -
  14. - IF certifier_credentials: - THEN - -
  15. IF certifier_report: THEN