From 7b1db67796f7c6869fc07b2bdf99aca4ef342bf6 Mon Sep 17 00:00:00 2001 From: Laura Sach <5183697+lawsie@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:17:48 +0100 Subject: [PATCH 1/2] Fix info panel tablist --- accessibility/keyboardui.js | 2 +- index.html | 11 ++++++----- style.css | 6 ++++-- tests/keyboardui.test.js | 3 ++- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/accessibility/keyboardui.js b/accessibility/keyboardui.js index fd430ba5..ada5170c 100644 --- a/accessibility/keyboardui.js +++ b/accessibility/keyboardui.js @@ -666,7 +666,7 @@ const InfoPanel = { init() { this._el = document.getElementById('info-panel'); - this._tablist = document.getElementById('info-panel-tabs'); + this._tablist = document.getElementById('info-panel-tablist'); this._body = document.getElementById('info-panel-body'); }, diff --git a/index.html b/index.html index 6bb19bb5..60a729df 100644 --- a/index.html +++ b/index.html @@ -1323,11 +1323,12 @@