Needs review
Project:
GOV.UK Design System
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Dec 2019 at 18:29 UTC
Updated:
7 Jun 2021 at 16:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
indrajithkb commentedHi @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.