Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): add controlslist to html declarations (#6026)
prior to this commit, using the `controlslist` attribute in a `video` or `audio` element would result in a type checking error. with this commit, we allow the attribute to take one of three values: - nodownload - nofullscreen - noremoteplayback note that at the time of this writing, only chromium browsers support this attribute. it is the responsibilty of end users to determine if using this attribute is appropraite for their projects. fixes: #6015
- Loading branch information