Jeg Kit Post Block Accessibility
-
When using the Jeg Kit Post Block with Pagination Mode set to “Load More” (or any other option) the resulting HTML is a plain link:
<a href="#">which fails WCAG (4.1.2 Name, Role, Value (Level A) (opens new window) with an “Improper Use of Link” error. I believe this should be replaced with a<button>element instead with the proper role or behavior as it triggers an action.In relation to this, the new posts get loaded via ajax, but the keyboard tab index does not reset and start at the newly loaded post. Instead it remains with the Load More link/button and a tab moves it to the next section instead of the expected next article block.
You must be logged in to reply to this topic.