-
Notifications
You must be signed in to change notification settings - Fork 382
Open
Description
I have:
- searched the issue tracker for similar issues
- installed the latest version of Quarto CLI
- formatted my issue following the Bug Reports guide
Bug description
I am using the video shortcode like this:
{{< video file-name.mp4 >}}
I would like to be able to specify an aria label. I understand that right now this gets hard-coded as "Video Player", but I would like to be able to customize this based on the video content for accessibility, maybe something like this:
{{< video file-name.mp4
aria-label="Video demonstration of Positron's multi-language coding and data exploration features"
>}}
Steps to reproduce
No response
Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
I'm currently on Quarto 1.8.25