On loading a page and hitting tab, the first item to appear is the skip link (which is awesome, great work), but hitting enter on the skip link does NOT move keyboard focus into #bricks-content-wrapper, and hitting enter again returns to the header, and focuses on the first link after the skip link.
The desired behaviour should be: tab, skip link displays, enter, jump to #bricks-content-wrapper WITH keyboard focus, next tab goes to the first link in, or after, #bricks-content-wrapper
Just needs the skip link # target to grab keyboard focus - I’m not at a computer right now to check, but it should be possible to set tab-index=“0” via attributes for the # main section