Fixed some 'axe' accessibility checker issues.

This commit is contained in:
orangemug
2020-06-10 16:22:13 +01:00
parent 5804b3c72a
commit 34299c94ee
13 changed files with 42 additions and 40 deletions

View File

@@ -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>
}
}