Adds focus indicator styling to the Related Content h2 element
Adds id and tabIndex to the h2 element in the psammead-section-label component so that it can be focused to. This id is different to the one that is used in the child span element to retain any previous functionality around that id.
Resolves JIRA https://jira.dev.bbc.co.uk/browse/WSTEAMA-1454
Overall changes
h2
elementid
andtabIndex
to theh2
element in thepsammead-section-label
component so that it can be focused to. Thisid
is different to the one that is used in the childspan
element to retain any previous functionality around that id.Testing
h2
element of the related content header:focus-visible
state and observe the focus indicator stylingHelpful Links
Add Links to useful resources related to this PR if applicable.
Coding Standards
Repository use guidelines