Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary display statement #569

Open
mattgarrish opened this issue Jan 6, 2025 · 1 comment
Open

Unnecessary display statement #569

mattgarrish opened this issue Jan 6, 2025 · 1 comment
Labels
a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques

Comments

@mattgarrish
Copy link
Member

In the detailed conformance section, the certification date output has "on" as its own display statement:

IF certification_date: THEN display "The publication was certified ".
display " on "
display certification_date.

I believe this is an artefact from when the certifier name was duplicated here, but it should be possible to add "on" back to the first display statement now.

@mattgarrish mattgarrish added the a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques label Jan 6, 2025
@mattgarrish
Copy link
Member Author

mattgarrish commented Jan 6, 2025

This check also seems differently formatted from others like it. A few bullets above, for example, a bullet list separates the display statements from the "THEN". Following that pattern, this should be:

IF certification_date: THEN

  • display "The publication was certified on "
  • display certification_date.

clapierre added a commit that referenced this issue Jan 7, 2025
Unnecessary display statement, and cleaned up how it is displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques
Projects
None yet
Development

No branches or pull requests

1 participant