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

Output naming inconsistency #588

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

Output naming inconsistency #588

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

Comments

@mattgarrish
Copy link
Member

In 4.3.3, the last bullet in the certifier report output is:

with certifier_report as link.

For consistency with the other output statements, this should probably be:

display certifier_report as link.

@mattgarrish mattgarrish added the a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques label Jan 8, 2025
@clapierre
Copy link
Collaborator

@mattgarrish We already have "display" at the start of this bullet like all the others. The text "For more information refer to the certifier's report" is a link with the actual src = var certifier_report.

IF certifier_report: THEN

  • display "For more information refer to the certifier's report" as a named link with certifier_report as the URL used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques
Projects
None yet
Development

No branches or pull requests

2 participants