-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Issue raised
As part of an accessibility audit, the following issue (internal link) came up: Reduce the use of Heading
s throughout the page.
Most issues could be resolved, but two Primer Brand components don't support this reduction.
Suggestion
- Replace the semantic
h4
s of "What's Included" inPricingOptions
. I think there is another effort to allow the text to be changed. - Allow
FAQ
items to acceptdiv
. Currentlyas
prop only allowsh1-h6
.
Urgency
Not urgent, and might need a discussion first. If we wanna move forward, there might be more components where removing (or making it optional) of Heading
s might be preferred.