Layers
Accessibility
The layer container (mc-layer) must always have a aria-labelledby attribute whose value corresponds to the value of the id attribute of the layer title.
The layer title must always have an id attribute.
The layer container (mc-layer) must always have a aria-modal attribute whose value is true.
When layer is hidden, the mc-layer container must have a aria-hidden="true" attribute.
When layer is visible, the mc-layer container must have a aria-hidden="false" attribute.