Bug 21243 - HTMLMediaElement loopstart and loopend defaults are incorrect
Summary: HTMLMediaElement loopstart and loopend defaults are incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 10:28 PDT by Eric Carlson
Modified: 2008-10-12 17:35 PDT (History)
0 users

See Also:


Attachments
proposed patch (10.17 KB, patch)
2008-09-30 10:37 PDT, Eric Carlson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2008-09-30 10:28:26 PDT
HTML5 spec says "The default value of the loopstart content attribute is the value of the start DOM attribute" and "The default value of the loopend content attribute is the value of the end DOM attribute". WebKit currently defaults to 0 and infinity.
Comment 1 Eric Carlson 2008-09-30 10:37:23 PDT
Created attachment 23943 [details]
proposed patch
Comment 2 Antti Koivisto 2008-09-30 22:03:26 PDT
looks good
Comment 3 Andrew Wellington 2008-10-12 17:35:07 PDT
Landed by Eric Carlson in r37136