Adds README.md

This commit is contained in:
sloum 2021-07-05 13:48:52 -07:00
parent ff3f3be017
commit 6cd39cb79f
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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.