From 2a5cab20d4b6a16171d151b413f86056d010f006 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Sat, 18 Nov 2023 21:29:54 +0100 Subject: [PATCH] Update WebVTT todos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 440a1f9..1dcd9ac 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ and its documentation can be found at . * [x] Converts a WebVTT type back to a string * [x] Parse SRT * [x] Convert SRT to string -* [ ] Parse WebVTT metadata -* [ ] Converts a list of tokens type back to a string +* [ ] Support WebVTT STYLE-Tags (https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#styling_webvtt_cues) +* [ ] Support WebVTT cue settings (https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#cue_settings) +* [ ] Support WebVTT header metadata ## Example