From 401349a1d64aefd025709510ea5927d855fc4a58 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 16 Jun 2014 17:40:38 +0100 Subject: [PATCH] Improve a11y of close buttons in open tab a11y === accessibility --- core/ui/SideBar/Open.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/SideBar/Open.tid b/core/ui/SideBar/Open.tid index 000d850c2..78895f894 100644 --- a/core/ui/SideBar/Open.tid +++ b/core/ui/SideBar/Open.tid @@ -5,7 +5,7 @@ caption: {{$:/language/SideBar/Open/Caption}} \define lingo-base() $:/language/CloseAll/ <$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop"> -<$button message="tw-close-tiddler" class="btn-invisible btn-mini">× <$link to={{!!title}}><$view field="title"/> +<$button message="tw-close-tiddler" title={{$:/language/ViewToolbar/Close/Hint}} aria-label={{$:/language/ViewToolbar/Close/Caption}} class="btn-invisible btn-mini">× <$link to={{!!title}}><$view field="title"/>