Skip to content

[EuiTourStep] Subtitle shouldn't be a h1 #4843

@elizabetdev

Description

@elizabetdev

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions