From 430e52efe36e750f5b906cdfd6969cf291c23dbc Mon Sep 17 00:00:00 2001 From: Leslie Fernando Date: Sun, 5 Oct 2025 15:59:26 +0530 Subject: [PATCH] Fix ARIA role typo: Change 'seperator' to 'separator' in todo-list card (#27335) - Fixed 4 instances of misspelled ARIA role attribute - Improves accessibility for screen readers - Aligns with WCAG guidelines and ARIA specification --- src/panels/lovelace/cards/hui-todo-list-card.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panels/lovelace/cards/hui-todo-list-card.ts b/src/panels/lovelace/cards/hui-todo-list-card.ts index 03a1fcaf1b..b36e99cf3a 100644 --- a/src/panels/lovelace/cards/hui-todo-list-card.ts +++ b/src/panels/lovelace/cards/hui-todo-list-card.ts @@ -319,7 +319,7 @@ export class HuiTodoListCard extends LitElement implements LovelaceCard { )}

` : this._reordering - ? html`
+ ? html`