Add video caption track if captionFile is available (#25997)

GitOrigin-RevId: fefcce66fe573385dfec34cc0f8697220fe418a3
This commit is contained in:
Rebeka Dekany
2025-06-05 13:13:32 +02:00
committed by Copybot
parent ae51e57c75
commit 784559f1b8

View File

@@ -893,6 +893,7 @@ module.exports = {
'figcaption',
'span',
'source',
'track',
'video',
'del',
],
@@ -943,6 +944,7 @@ module.exports = {
'style',
],
tr: ['class'],
track: ['src', 'kind', 'srcLang', 'label'],
video: ['alt', 'class', 'controls', 'height', 'width'],
},
},