Please go to google.com and search for ‘dictionary’, navigate through tab key and select “skip to main content”:
After hitting enter, the dictionary element gets focused:
When I inspect it, it’s a div with a aria-level
attribute with no tabindex
.
So my question is how can a non-focusable element gets focused like that?