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

Test file links to Accessible Name & Description #70

Open
pgrucza opened this issue Apr 15, 2020 · 0 comments
Open

Test file links to Accessible Name & Description #70

pgrucza opened this issue Apr 15, 2020 · 0 comments

Comments

@pgrucza
Copy link

pgrucza commented Apr 15, 2020

Test files link to the Accessible Name Calculation and Accessible Description Calculation in html-aam.

The links provided do not exist in the referenced file because they
use accessible-name-calculation and accessible-description-calculation as part of the id reference. These should include
accessible-name-computation and accessible-description-computation instead.

As an example the files listed below link to https://w3c.github.io/html-aam/#other-form-elements-accessible-name-calculation for the Accessible Name Calculation
and https://w3c.github.io/html-aam/#other-form-elements-accessible-description-calculation for the Accessible Description Calculation.

These id references should be #other-form-elements-accessible-name-computation and #other-form-elements-accessible-description-computation

  • input-color.html
  • input-date.html
  • input-datetime-local.html
  • input-month.html
  • input-number.html
  • input-range.html
  • input-time.html
  • input-week.html
  • meter.html
  • output.html
  • progress.html

Other input tests have the same issue when linking to different sections.

I believe we should update the links so that they go to the correct id reference.
Should we update the link text and replace Calculation with Computation which is being used in html-aam?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant