mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Following the HTML specification, a new internal method, `ended_playback`, has been added to differentiate it from the `ended` attribute: - `ended_playback`: playback has ended for the `forward/backward` directions - `ended` attribute: playback has ended for the `forward` direction See https://html.spec.whatwg.org/multipage/#ended-playback Added descriptions for the steps of the `Play`, `Pause`, `internal_play_steps` (new), `internal_pause_steps`, `notify_about_playing`, `change_ready_state` methods. Testing: No expected changes in test results. Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>