Closed larrykind closed 2 years ago
Thank you @larrykind.
The suggestion are surely good but miss proper detail. If you can please list the pages that have issues and the suggestion that you think should be applied; Alternatively if you have the possibility i invite you to perform a pull request directly to propose your changes.
@evilaliv3 below follows a more detailed analysis:
Some elements have the same
For example, the id #step-0-field-2-0-input-0
is repeated not less than 7 times in the tab 'Report'.
The ids should be unique
Some examples:
Therefore ensure that all buttons and interactive elements have descriptive text
<label>
attachedAll labels in the form have <label>
without the <id>
on the reference field
Please tell me if you need something more specific
Thank you @larrykind.
The input is detail is helpful and perfect and i think this corrections could be issued right away.
Would you please clarify about the tools that you are using to validate the globaleaks accessibility? This would be helpful in order to validate the correction. Thank you if you could share.
@larrykind: I should have fixed all the reported issues and the corrections are going to be included in release 4.9.6
Thanks @evilaliv3, the tool we used to this first accessibility check is Siteimprove, using browser plugin. We didn't test with a screen reader for blind people yet but we will do soon and give you a feedback.
We noted some accessibility problems, reference is https://www.w3.org/TR/WCAG21.
<label>
(pointing id where are the labels are missing)Best practices: the website seems to not use headers, so it's not possible to distinguish a title from normal text. (there are not "H" elements)