scrollable region must have keyboard access #63

Closed
opened 2025-11-07 09:26:28 +01:00 by Moiety · 1 comment
Moiety commented 2025-11-07 09:26:28 +01:00 (Migrated from codeberg.org)

the code blocks aren’t in the taborder, they should be

the code blocks aren’t in the taborder, they should be
Moiety commented 2025-11-07 23:28:32 +01:00 (Migrated from codeberg.org)

the solution to this was tucked away in “Expand to see Advanced Options”: 11ty: Syntax Highlighting Plugin

preAttributes: {
      tabindex: 0,
}
the solution to this was tucked away in “Expand to see Advanced Options”: [11ty: Syntax Highlighting Plugin](https://www.11ty.dev/docs/plugins/syntaxhighlight/) ```js preAttributes: { tabindex: 0, } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
zoe/moiety.me#63
No description provided.