mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-17 06:21:55 +00:00
LibWeb/HTML: Replace "zero" with "0" in some places
Corresponds to 706b986010
This commit is contained in:
parent
e74afec9c5
commit
22cc36eeaa
Notes:
github-actions[bot]
2025-07-08 16:11:04 +00:00
Author: https://github.com/AtkinsSJ
Commit: 22cc36eeaa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5353
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue