Render failure of `<video />`
Vue version
3.3.8
Link to minimal reproduction
Steps to reproduce
The first <video width="500px" height="200px" src="https://www.jc2182.com/images/video/demo.ogg" controls />
should be render normally, but the width and height of it are rewrite to 0
.
What is expected?
The width should be 500px
and the height should be 200px
What is actually happening?
The width and height are both 0.
System Info
No response
Any additional comments?
It seems that the #8780 is the same issue and maybe be fixed by #8781. I hope this problem can be solved.