From 74ece5cf582c5a3b488e9688e858c2d34a633613 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Tue, 21 Jan 2020 11:14:55 -0500 Subject: [PATCH] Add a tooltip for file output path selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notes from accessibility testing: Defect: Information is conveyed solely via a sensory characteristic. Description: Please see example below for details. Expected result: Information is expected to not rely solely on sensory characteristics such as size, shape, sound, or visual orientation. In this instance, additional information such as text or labeling is expected to be provided for the three dot button. Reference: Section 508, 1.3.3 – Sensory Characteristics. For more information, visit: http://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-understanding.html Steps to reproduce: 1. Open Greenshot v1.2.10.6 2. Select “Preferences…” link. 3. Navigate to the “Output” tab. Notice that no additional information such as text or labeling is provided for the three dot button next to “Storage location” field. Instead, instructions are expected to be provided for understanding and operating content that does not rely solely on sensory characteristics such as shape, size, visual location, and orientation. --- src/Greenshot.Addons/Views/FileConfigPartView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Greenshot.Addons/Views/FileConfigPartView.xaml b/src/Greenshot.Addons/Views/FileConfigPartView.xaml index 78ff968d0..f77d836ef 100644 --- a/src/Greenshot.Addons/Views/FileConfigPartView.xaml +++ b/src/Greenshot.Addons/Views/FileConfigPartView.xaml @@ -25,7 +25,7 @@