mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 06:20:00 +00:00
Fixed some 'axe' accessibility checker issues.
This commit is contained in:
@@ -290,7 +290,7 @@ export default class LayerEditor extends React.Component {
|
||||
items[id].handler();
|
||||
}
|
||||
|
||||
return <div className="maputnik-layer-editor"
|
||||
return <section className="maputnik-layer-editor"
|
||||
role="main"
|
||||
aria-label="Layer editor"
|
||||
>
|
||||
@@ -332,6 +332,6 @@ export default class LayerEditor extends React.Component {
|
||||
>
|
||||
{groups}
|
||||
</Accordion>
|
||||
</div>
|
||||
</section>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user