video-dev / vtt.js

A JavaScript implementation of the WebVTT specification
http://dev.w3.org/html5/webvtt/
Apache License 2.0
13 stars 2 forks source link

VTT file with styles crashes the parser #5

Open OrenMe opened 6 years ago

OrenMe commented 6 years ago

Assigning `localName' which is read only(MDN link) causes exception: https://github.com/video-dev/vtt.js/blob/c77cd384657abd0955bdcb5a4f4f38a03b3f208c/lib/vtt.js#L377-L380

I don't see any reason to keep it, just remove this.