Remove h2 from breadcrumbs
What does this MR do and why?
This MR removes the <h2>
s from the page title breadcrumb (last one, bold) because they are HTML-semantically incorrect and could cause problems with apps like screen readers.
Relates to #346484 (closed)
Screenshots or screen recordings
No visual changes intended.
Before | After |
---|---|
How to set up and validate locally
All default breadcrumbs are updated, as an example:
- Go to a project
- Go to Issues
- Open the DevTools
- Use “pick element” to find the Issues breadcrumb
- See that is no longer encapsulated in an
<h2>
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Kev