FEATURE: Support video caption tags/attributes (#8914)

This commit is contained in:
Penar Musaraj 2020-02-10 13:37:32 -05:00 committed by GitHub
parent 6cfd16656f
commit 8009d7bda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -198,11 +198,21 @@ export const DEFAULT_LIST = [
"source[src]",
"source[data-orig-src]",
"source[type]",
"track",
"track[default]",
"track[label]",
"track[kind]",
"track[src]",
"track[srclang]",
"ul",
"video",
"video[height]",
"video[width]",
"video[controls]",
"video[controlslist]",
"video[crossorigin]",
"video[height]",
"video[poster]",
"video[preload]",
"video[width]",
"ruby",
"ruby[lang]",
"rb",