Forms Bookmarklet for Accessibility Testing inserts a solid green outline around labels that have FOR attributes with ID matches, a dashed orange outline around labels with NO FOR attributes, a dotted red outline around labels with no FOR/ID match, a dashed red outline around inputs with no explicit (FOR/ID) labels, and a dotted red outline around inputs with NO ID attributes. <label> elements that have a FOR are wrapped with a <label for=""> indicator, if no FOR attribute they're wrapped in a <label NO FOR> indicator, if <label> has a FOR that does not match an existing ID it's wrapped in a <label NO ID MATCH> indicator. <fieldset> and <legend> are also shown.