Tool for providing accessibility suggestions to existing html
Go to file
sloum 9104f4525d Fixes but where subsequent runs still contained attributes from previous run 2021-07-13 14:39:42 -07:00
README.md Adds README.md 2021-07-05 13:48:52 -07:00
a11y-att-helper.html Fixes but where subsequent runs still contained attributes from previous run 2021-07-13 14:39:42 -07:00

README.md

a11y-att

a11y-att is a tool to help manipulate the attributes in a given group of html elements. The main purpose is to be able to provide clients/friends/enemies with code feedback and suggestions that remain neutral and do not get cluttered up with existing attributes.

The tool can:

  • Remove specific attributes
  • Replace the value of specific attributes with ...
  • Leave the attribute as is

The default behavior is to replace all attribute values with .... A list of each available attribute in the given html will be generated a choice of behavior will be offered on a per attribute basis. The output is inserted into a textarea and a copy to clipboard button is provided.

This application was created for my wife to use in her day to day work, but maybe others will find it useful? Feel free to pass it around. It is intentionally distributed as a single file that can be run offline and there are no dependencies.

License

a11y-att is released under the MIT license. It is very permissive and you should be able to do more or less whatever you want to do with the program (use, share, modify, etc). A copy of the license and copyright notices are included in the html file as a comment toward the top of the file.