[Bug 17059] The cues don't seem to be cleared when setting a new src="".

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17059

--- Comment #2 from Simon Pieters <simonp@opera.com> 2012-05-23 09:47:37 UTC ---
Please spec this as prose outside the loading algorithm, saying something like

"When the src attribute is set, changed, or removed, all cues in the track
element's TextTrack's TextTrackCueList object must be removed."

(Doing it in the loading algorithm at the monitoring step means that if you
change src, add a cue, and change src again, that cue won't be dropped, because
the algorithm has moved on to the waiting step, which doesn't match my
expectation or what Philip implemented.)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 23 May 2012 09:47:45 UTC