The result of parsing a WebVTT document.
Readonly
Parsed cues in document order.
The raw CSS body of each STYLE block, in document order. These carry ::cue rules (e.g. ::cue(.loud) { font-weight: bold }) an HTML renderer can apply. Empty when the document declared no styles.
STYLE
::cue
::cue(.loud) { font-weight: bold }
The result of parsing a WebVTT document.