A11y: <label for=...> attributes don't match form-field ids on the timeline view (and likely others)
#60
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trigger
m 2026-05-20 14:13:
Browser dev-tools (Chrome 'Issues' tab) flagging an a11y violation: a
<label for="X">references an element id that doesn't exist in the DOM. Triggered on a timeline surface — could be the verfahrensablauf timeline, the deadlines timeline, the project Verlauf timeline, or appointment timeline.What to do
<label htmlFor="...">/<label for="...">infrontend/src/paired with their target ids. Mismatch sources:for).Out of scope
Role
coder direct — audit + targeted fixes. Group with other UI items.
Shipped via euler's batch on
mai/euler/coder-small-ux-polish, merged into main at https://mgit.msbls.de/m/paliad/commit/a5ae214. Live after next Dokploy deploy.