Rob Smith

Results 3 issues of Rob Smith

**Use Case** A user wants to display content which is synchronised to a web media object and remains visible from the cue start time until the media finishes playing. For...

Updating the [`startTime`](https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-starttime) or [`endTime`](https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-endtime) attributes of a cue ([`TextTrackCue`](https://html.spec.whatwg.org/multipage/media.html#texttrackcue) or `DataCue`) can generate unexpected [`enter`](https://html.spec.whatwg.org/multipage/media.html#event-media-enter) and [`exit`](https://html.spec.whatwg.org/multipage/media.html#event-media-exit) events depending on the sequence in which the steps happen. For example,...

**Use Case** A user wants to display content synchronised to a web media object which is streaming live, and adds a suitable cue. After the cue has been added, a...