Focus handling inconsistent with pagination buttons

Hi, in our Project <PROJECT_NAME> we recetly had an accessability test conducted and the test concluded that the “first page”, “last page” and “page selector” in the overview all implement correct focus handling. The table gets the focus every time. When clicking on the “next page” or “previous page” buttons the whole body receives the focus which is very confusing for users dependant on the correct working focus handling.

I implemented a workaround for the case but it would be nice to know why exactly those buttons do not implement correct focus handling but the other buttons/selectors do?

Hello there,
I think, the focus handling does not work automatically in the projects and must be implemented by you. See description in getA12: Redirecting…
(Accessibility → 5. Developing → 5.2 Focus → 5.2.3 Focus Concept for Certain Patterns → Pagination)

But attention, the linked example of widgets showcase is not correct. You can find an example implementation here:
<INTERNAL_LINK>