This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5769 - HTMLMediaElement.currentLoop readonly?
Summary: HTMLMediaElement.currentLoop readonly?
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 08:12 UTC by Simon Pieters
Modified: 2010-10-04 14:30 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2008-06-18 08:12:07 UTC
Spec says on the HTMLMediaElement interface:

           attribute unsigned long currentLoop;

Shouldn't currentLoop be readonly? If not, what happens on setting?
Comment 1 Michael[tm] Smith 2008-06-21 01:59:27 UTC
(In reply to comment #0)
> Spec says on the HTMLMediaElement interface:
> 
>            attribute unsigned long currentLoop;
> 
> Shouldn't currentLoop be readonly? If not, what happens on setting?
> 

Not clear whether this has been resolved to the satisfaction of the submittor. Simon, can you please respond to indicate whether that is the case?
Comment 2 Simon Pieters 2008-06-21 08:27:38 UTC
(In reply to comment #1)
> Not clear whether this has been resolved to the satisfaction of the submittor.
> Simon, can you please respond to indicate whether that is the case?
> 

It is.
Comment 3 Michael[tm] Smith 2008-06-21 21:23:42 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Not clear whether this has been resolved to the satisfaction of the submittor.
> > Simon, can you please respond to indicate whether that is the case?
> > 
> 
> It is.
> 

Closed per that verification.