bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box-shadow around whole player

Andersos opened this issue · comments

Why was this changed and/or added in 0a22d39#diff-0bf70d2156c3080419da1d0c15a21146

We have now started to see a blue box-shadow around the player.
Screenshot 2020-01-15 at 10 20 56

With the latest release 3.9.2 we added support for Web Content Accessibility (WCAG) 2.0. And for that, we needed to add support for users to see that the player (which UI component) is currently focused.

Why is this then not added to the player but instead there is a transparent button element?

The player (plain-video) itself does not handle any user interaction.

The box-shadow is added to the HugePlaybackToggleButton when it is focused.