The subtitle of the EuiTourStep shouldn't be a <h1 />.
|
<EuiPopoverTitle className="euiTourHeader" id={titleId}> |
|
<EuiTitle size="xxxs" className="euiTourHeader__subtitle"> |
|
<h1>{subtitle}</h1> |
|
</EuiTitle> |
|
<EuiTitle size="xxs" className="euiTourHeader__title"> |
|
<h2>{title}</h2> |
|
</EuiTitle> |
|
</EuiPopoverTitle> |
Also, are there better HTML semantics to improve this title/subtitle section? CC @myasonik
The subtitle of the EuiTourStep shouldn't be a
<h1 />.eui/src/components/tour/tour_step.tsx
Lines 226 to 233 in 92cc223
Also, are there better HTML semantics to improve this title/subtitle section? CC @myasonik