LibWeb/HTML: Replace "zero" with "0" in some places

Corresponds to 706b986010
This commit is contained in:
Sam Atkins 2025-07-08 10:34:56 +01:00 committed by Tim Ledbetter
parent e74afec9c5
commit 22cc36eeaa
Notes: github-actions[bot] 2025-07-08 16:11:04 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -1256,7 +1256,7 @@ WebIDL::ExceptionOr<void> HTMLMediaElement::process_media_data(Function<void(Str
// 9. Set the media element's default playback start position to zero.
m_default_playback_start_position = 0;
// FIXME: 10. Let the initial playback position be zero.
// FIXME: 10. Let the initial playback position be 0.
// FIXME: 11. If either the media resource or the URL of the current media resource indicate a particular start time, then set the initial playback
// position to that time and, if jumped is still false, seek to that time.