I developed a site using Calcite Design System but a lot if its elements are failing the test for accessibility. It seems that the accessibility checker can't recognize any of the aria keywords that used in calcite tags.
For example, I get an error: "Text not included in an ARIA landmark" and it refers to the line :
<calcite-block open heading="Postmile Tools" style="height:1110px">
It was recommended by the checker to use the aria-label.
I did so but it does not recognize it.
<calcite-block open heading="Postmile Tools" aria-label="Postmile tools" style="height:1110px">
Ideas?
"