Consisely describe the issue
Description
The "Older meeting details" dropdown in the community meetings section uses a clickable <div> as its
toggle instead of a <button>.
This means:
- The toggle cannot be focused or activated with the keyboard (no tab stop, no Enter/Space handling).
- Screen readers have no way to know it's an interactive control, or whether the options panel is currently open or closed.
Steps to reproduce
- Go to the Community page.
- Try to reach "Older meeting details" using only the keyboard (Tab).
- The control is skipped entirely; there's no way to open it without a mouse.
Expected behavior
The dropdown toggle should be a real button: focusable, operable with the keyboard, and announced correctly by assistive technology
Upload screenshots or screen recordings
Add screenshots or screen recordings to help explain your problem.
LLM Policy
Consisely describe the issue
Description
The "Older meeting details" dropdown in the community meetings section uses a clickable
<div>as itstoggle instead of a
<button>.This means:
Steps to reproduce
Expected behavior
The dropdown toggle should be a real button: focusable, operable with the keyboard, and announced correctly by assistive technology
Upload screenshots or screen recordings
Add screenshots or screen recordings to help explain your problem.
LLM Policy