FLUID-6620: Text size and line height values are announced as percentages in Safari with VoiceOver

Metadata

Source
FLUID-6620
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Ned Zimmerman
Created
2021-05-12T09:31:04.169-0400
Updated
2021-05-13T16:37:46.248-0400
Versions
N/A
Fixed Versions
  1. 3.0
Component
  1. UI Options

Description

On Firefox and Edge/Chrome (macOS 11), values for the line height and text size adjusters are announced by VoiceOver as 1, 1.1, etc. However in Safari, a value of 1 is announced as 33.3%. @@Justin Obara theorized that this is the result of Safari performing a calculation based on aria-valuemin, aria-valuemax and aria-valuenow. The announced value should match the displayed value.

Comments