(Accessibility) euiNavDrawerFlyout uses <h5>
and breaks the structure heading hierachy
#2039
Labels
<h5>
and breaks the structure heading hierachy
#2039
Associated issue: elastic/kibana#34995
Summary
EuiNavDrawerFlyout
components uses<h5>
to render a title of the draggable point where tabIndex="-1" is set so nobody can focus on it except using a pointer.It breaks the heading hierarchy as we can't be sure that
<h4>
or<h3>
is present on a particular page.The text was updated successfully, but these errors were encountered: