Kilotest: Diagnoses of hr misused
violation by HTML element 463 on YMCA of Greater San Antonio page
Basics
About the YMCA of Greater San Antonio page
- URL: https://ymcasatx.org/
- Tested 46 days ago by job
klvon 2026-06-05 at 05:41
About HTML element 463
- Tag name:
DIV - Text:
What We Do … The Y welcomes everyone, which is why our programs, services, and initiatives are so wide-ranging. We inspire kids to realize their potential, prepare teens for college and careers, provide opportunities for families to bond, and support people of all ages and backgrounds to be healthier in spirit, mind, and body. And that’s just the beginning.
- Start tag:
<div class="bp-unrestricted field-item"> - XPath:
/html/body/div[1]/div[1]/div[3]/main[1]/div[1]/div[2]/div[2]/article[1]/div[1]/div[1]/div[1] - Bounding box: x = 420, y = 1415, width = 1080, height = 153
About the hr misused
issue
- Why it matters: User cannot get help on the nature of segments of the document
- Priority: lowest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how rule engines diagnose the hr misused
issue for HTML element 463 of the YMCA of Greater San Antonio page.
- The <code><hr></code> element adds extra <q>noise</q> and can be confusing. For example VoiceOver reads it as <q>dimmed collapsed on top, horizontal separator</q>, Windows Narrator reads it as <q>end of line</q>. A better option is to replace <code><hr></code> with <code><div></code> and use CSS for styling. Alternatively, <code>aria-hidden='true'</code> or <code>role='presentation'</code> can be applied to the <code><hr></code> element.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
horizontal_rule