-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Describe the bug
This is relating to the ETSI EN 301 549 Accessibility requirements for ICT products and services point 11.7, "User preferences".
It should be possible to enlarge the text to at least twice the height and width without problems arising (for example, text ending up behind an image or clashing with other text).
One way to do this is by changing the text size settings in the browser or device settings.
Changing the text size in Google Chrome has no effect on any of the text - it seems like the only thing affected by it is the "Send message" button, which doesn't even contain text. The image below shows the chat widget at three different text size settings.
To Reproduce
Steps to reproduce the behavior:
- Change the browser's text size settings.
- Note that the text in the chat does not change size.
Expected behavior / suggestion
Text on the page should respond to text size settings. If you avoid absolute measures of font-size such as px ans pt and instead use relative measurements like rem or em this will work as expected.
Server:
- Peertube version: 7.2.1
- peertube-plugin-livechat version: 14.0.0
Desktop:
- OS: MacOS 15.5
- Browser: Google Chrome Version 137.0.7151.120 (Official Build) (arm64)
Additional context
This issue was recorded as part of an accessibility audit carried out by Axess Lab, contracted by HowlRound Theatre Commons.
