Kilotest: Diagnoses of aria attribute redundant
violation by HTML element 716 on Foundation for Individual Rights and Expression page
Here is how tools diagnose the aria attribute redundant
issue for HTML element 716 of the Foundation for Individual Rights and Expression page.
Basics
- About the
aria attribute redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Foundation for Individual Rights and Expression page
- URL:
https://www.fire.org/ - Tested on 2026-04-05 at 23:06
- URL:
- About HTML element 716
- Tag name:
INPUT - Text:
EMAIL
- Start tag:
<input data-drupal-selector="edit-email" type="email" id="edit-email" name="email" value="" size="60" maxlength="254" placeholder="Enter Email" class="form-email required" required="required" aria-required="true"> - XPath:
[not obtained] - Bounding box: x = 320, y = 8845, width = 447, height = 50
- Tag name:
Diagnoses
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
Tool: Accessibility Checker (IBM)
Rule:
aria_attribute_redundant - Attribute aria-required is unnecessary for elements that have attribute required.
Tool: Html Checker API (World Wide Web Consortium)