Skip to content

Commit

Permalink
fix: 🐛 Add missing landmark, form
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 23, 2024
1 parent 8fe180a commit a8633a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/a11y/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const SPECCER_TABBABLE_ELEMENTS_SELECTOR = `
* @type {string}
*/
export const SPECCER_LANDMARK_ELEMENTS_SELECTOR = `
header, footer, section, main, nav, aside, [role="section"], [role="banner"],
header, footer, section, form, main, nav, aside, [role="section"], [role="banner"],
[role="complementary"], [role="contentinfo"], [role="form"], [role="main"],
[role="navigation"], [role="region"], [role="search"]
`;

0 comments on commit a8633a2

Please sign in to comment.