This was raised during an accessility audit. There are two elements with the id main-content on the page.

CommentFileSizeAuthor
#2 3098499-2.patch439 bytesindrajithkb

Comments

LewisNyman created an issue. See original summary.

indrajithkb’s picture

Status: Active » Needs review
StatusFileSize
new439 bytes

Hi @LewisNyman , here we used tabindex=-1 (<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}), so it will not showing on the FE and will not pass the accessibility test and there is no use of this line with our page.html.twig. So here removing the unwanted line from the file. Please review.