Bug 21243

Summary: HTMLMediaElement loopstart and loopend defaults are incorrect
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch koivisto: review+

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