Kilotest: Diagnoses of hr misused
violation by HTML element 656 on Parking Reform Network page
Basics
About the Parking Reform Network page
- URL: https://parkingreform.org/
- Tested 24 days ago by job
u5son 2026-05-08 at 20:27
About HTML element 656
- Tag name:
DIV - Text:
Community … You can rub virtual elbows with urbanist celebrities at a meetup or get advice from a seasoned organizer or consultant in our Slack. The network’s value is in the people.
- Start tag:
<div class="wp-block-group__inner-container"> - XPath:
[not obtained] - Bounding box: x = 314, y = 2629, width = 369, height = 377
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 tools diagnose the hr misused
issue for HTML element 656 of the Parking Reform Network 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