polimediaupv / paella-core

Paella Player core library
Educational Community License v2.0
20 stars 15 forks source link

Enhance aria labeling of play-pause button #364

Closed karendolan closed 4 months ago

karendolan commented 4 months ago

This pull is a request to enhance the Player play-pause aria labelling to make it dynamic. Similar to the Youtube aria handling.

Example of config additions for this change,

        "es.upv.paella.playPauseButton" : {
            "enabled": true,
            "order": 0,
            "tabIndex": 1,
            "ariaKeyshortcuts": "k",
            "ariaLabelPlay": "Play",
            "ariaLabelPause": "Pause"

        },