From ff3f3be0177105940941f8f56e1f65a11f472ba0 Mon Sep 17 00:00:00 2001 From: sloum Date: Mon, 5 Jul 2021 13:40:30 -0700 Subject: [PATCH] Initial commit of version 1 --- a11y-att-helper.html | 215 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 a11y-att-helper.html diff --git a/a11y-att-helper.html b/a11y-att-helper.html new file mode 100644 index 0000000..46465df --- /dev/null +++ b/a11y-att-helper.html @@ -0,0 +1,215 @@ + + + + + + + a11y attribute helper + + + +

a11y attribute helper

+
+

Instructions

+
    +
  1. Input your html into the HTML Input text box and press Parse Input
  2. +
  3. A new form will appear below the HTML Input form. This form will list the attributes that were found in the html input and will provide three radio buttons per attribute: ellipse, initial, and unset. ellipse will convert the attribute's value to: "...". initial will leave the attribute's value as is. unset will remove to the attribute from any element it is found on
  4. +
  5. Once you have made your selections for how to process the html, click Get output. The filtering form will disappear
  6. +
  7. The output will be rendered in the text box labeled HTML Output
  8. +
+
+
+
+
+ + + +
+
+
+
+
+
+ + + +