New issue template uses HTML headings incorrectly

Created on 29 March 2025, 8 days ago

Problem/Motivation

The new issue template uses h3 and h4 HTML tags even though there aren't any h2 tags on the page. Acccording to the MDN heading documentation, this is incorrect.

  • Do not use heading elements to resize text. Instead, use the CSS font-size font-size property.
  • Do not skip heading levels: always start from <h1>, followed by <h2> and so on.

Steps to reproduce

  1. Navigate to any project's issue queue.
  2. Go to the "Create a new issue" link.
  3. The template is automatically inserted into the "Issue summary" field.

Proposed resolution

Change the h3 tags in the template to h2, and the h4 tag(s) to h3.

Remaining tasks

  • Update the template.

User interface changes

  • Better usage of headings.

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Active

Component

Other

Created by

πŸ‡ΊπŸ‡ΈUnited States alexdmccabe Orlando, FL, US / Seminole lands

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024