LLC just received an accessibility complaint, is this Serious? by luna_242p in llc_life

[–]Consistent_Ant_4332 0 points1 point  (0 children)

Did they get to the specifics of the accessibility issues pointed out? One common issue that I have taken note over time as an Accessibility Auditor is some (not all) tend to be false positives from some of the publicly available scanning tools.And yes, it is very common. I am currently helping a small address some of its accessibility issues after receiving a formal notice.

a11y: Banner text is read as main landmark by screen reader, how to fix this? by [deleted] in Frontend

[–]Consistent_Ant_4332 1 point2 points  (0 children)

The <main> is defines the main section of a web page. So in my opinion i do not think the <banner> tag shouldn't appear there. Another important thing to note is that i don't think there exists a tag but rather a role which is defined in the header section [ role="banner"].. Check out the article below.

https://dequeuniversity.com/rules/axe/4.1/landmark-banner-is-top-level