Forums: Avoid unnecessary use of heading elements

Description

[New] - 3/13/2018[Issue]The following headings are unnecessary:

<h1>Sites list begins here <h1>Tools list begins here <h1>Content begins here <h1>Users present begins here<h2>My Connections <h2>

In this site [User Impact]Users of assistive technology may have difficulty to navigate the page.[Expected behavior]Developers should remove the heading elements around and replace them by paragraphs or list elements:

<h1>Sites list begins here -> p<h1>Tools list begins here -> p<h1>Content begins here -> p<h1>Users present begins here -> p<h2>My Connections -> li<h2>In this site ->

li

Activity

Mark Golbeck September 12, 2024 at 7:44 PM

is this still an issue?

Details

Priority

Affects versions

Assignee

Reporter

Created April 19, 2018 at 7:36 AM
Updated September 24, 2024 at 6:02 PM

Flag notifications