Kilotest: Diagnoses of aria attribute redundant
violation by HTML element 615 on Freedom House page
Basics
About the Freedom House page
- URL: https://freedomhouse.org/
- Tested 38 days ago by job
xrdon 2026-04-24 at 20:02
About HTML element 615
- Tag name:
INPUT - Text:
Email
- Start tag:
<input data-webform-required-error="Please enter your email address." data-drupal-selector="edit-email" type="email" id="edit-email" name="email" value="" size="60" maxlength="254" class="form-email required" required="required" aria-required="true" data-once="webform-required-error"> - XPath:
/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[4]/form[1]/div[1]/input[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the aria attribute redundant
issue
- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the aria attribute redundant
issue for HTML element 615 of the Freedom House page.
- Attribute aria-required is unnecessary for elements that have attribute required.
Tool: Html Checker API (World Wide Web Consortium)