You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scan page with axe DevTools and ignore the last issue as irrelevant.
Expected behavior
Render markup that passes axe DevTools rules.
Is this issue blocking you?
No, we will fix 10 occurrences as follows:
Move occurrences of footerContent, or headerContent, or both, to props of a pure presentation component that composes them with bodyContent and returns markup for bodyContent prop of Popover element. That is, replace footer and header elements with div elements that have PatternFly classes for same visual appearance.
Render (instead of heading element) p element that has PatternFly class for same visual appearance, but takes out of heading hierarchy of page. Similar solution as our workaround component="p" prop for Alert elements that do not seem to fit heading hierarchy of page.
Screenshots
What is your environment?
OS: macOS 14.6.1
Browser: Chrome 127
PatternFly: react-core 5.2.2
What is your product and what release date are you targeting?
Red Hat Advanced Cluster Security
Any other information?
The text was updated successfully, but these errors were encountered:
Describe the problem
Accessibility issues for
Popover
element:footerContent
propheaderContent
proph6
ofheaderComponent
prophttps://dequeuniversity.com/rules/axe/4.9/heading-order
https://dequeuniversity.com/rules/axe/4.9/landmark-no-duplicate-banner
Related node:
https://dequeuniversity.com/rules/axe/4.9/landmark-no-duplicate-contentinfo
Related node:
https://dequeuniversity.com/rules/axe/4.9/landmark-unique
Related node:
Related node:
How do you reproduce the problem?
Expected behavior
Render markup that passes axe DevTools rules.
Is this issue blocking you?
No, we will fix 10 occurrences as follows:
footerContent
, orheaderContent
, or both, to props of a pure presentation component that composes them withbodyContent
and returns markup forbodyContent
prop ofPopover
element. That is, replacefooter
andheader
elements withdiv
elements that have PatternFly classes for same visual appearance.p
element that has PatternFly class for same visual appearance, but takes out of heading hierarchy of page. Similar solution as our workaroundcomponent="p"
prop forAlert
elements that do not seem to fit heading hierarchy of page.Screenshots
What is your environment?
What is your product and what release date are you targeting?
Red Hat Advanced Cluster Security
Any other information?
The text was updated successfully, but these errors were encountered: