The WebVTT reader should follow the algorithm at: https://www.w3.org/TR/webvtt1/#file-parsing Currently it cannot, for example, handle empty files or detect bad files that start with `WEBVTTSSSS`. See https://github.com/sandflow/ttconv/pull/534#issue-5162805450
The WebVTT reader should follow the algorithm at:
https://www.w3.org/TR/webvtt1/#file-parsing
Currently it cannot, for example, handle empty files or detect bad files that start with
WEBVTTSSSS.See #534 (comment)