From 6cd39cb79f53e16c79bc0e97b0cb5f883991c159 Mon Sep 17 00:00:00 2001 From: sloum Date: Mon, 5 Jul 2021 13:48:52 -0700 Subject: [PATCH] Adds README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..470c739 --- /dev/null +++ b/README.md @@ -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. +