mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[TASK][Security Serverless]: Add aria-level
to nest an H3 as semantic H2 (#181782)
This PR updates an H3 with `aria-level={2}` to make a visual H3 into a semantic H2 for screen readers.
This commit is contained in:
parent
c0532083ea
commit
2fc1dde51f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export const EmptyState: React.FC = () => {
|
|||
<EuiFlexItem>
|
||||
<EuiText size="s">
|
||||
<EuiTitle>
|
||||
<h3>
|
||||
<h3 aria-level={2}>
|
||||
<FormattedMessage
|
||||
id="xpack.kubernetesSecurity.treeView.empty.title"
|
||||
defaultMessage="No results match your search criteria"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue