<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>13778</bug_id>
          
          <creation_ts>2011-08-15 09:29:14 +0000</creation_ts>
          <short_desc>&lt;video&gt; make loop work with reverse playback</short_desc>
          <delta_ts>2011-10-24 18:42:31 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#playing-the-media-resource</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>philipj</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>55059</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-08-15 09:29:14 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#playing-the-media-resource
Complete: http://www.whatwg.org/c#playing-the-media-resource

Comment:
&lt;video&gt; make loop work with reverse playback

Posted from: 83.218.67.122 by philipj@opera.com
User agent: Opera/9.80 (X11; Linux x86_64; U; Edition Next; en) Presto/2.9.186 Version/12.00</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55060</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2011-08-15 09:34:22 +0000</bug_when>
    <thetext>If one has a background music loop and can change the playback rate, it seems arbitrary to make it not work with playbackRate &lt; 0. It doesn&apos;t seem like looping would be any harder to achieve in this situation, so the reason for the restriction is not clear.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56129</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-31 23:38:57 +0000</bug_when>
    <thetext>What&apos;s the use case? No audio plays with negative playback rates anyway.

The use case for looping is to have background music.

The use case for playback rate is to have fast-forward and rewind buttons.

The use case for default playback rate is to watch lectures in compressed time.

I don&apos;t really see why you would need to go backwards and loop. There&apos;s lots of logic that only happens forwards and not backwards currently for similar reasons.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56150</commentid>
    <comment_count>3</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2011-09-01 06:58:04 +0000</bug_when>
    <thetext>Why wouldn&apos;t one play audio in reverse playback? If one has looping background music in a game and have an effect where time starts slowing down and then goes backwards, one would want the music to keep playing, backwards and looping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58146</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-12 19:38:44 +0000</bug_when>
    <thetext>Audio is explicitly muted when going backwards and in certain other cases, based on implementation feedback (primarily from Microsoft, IIRC? I forget).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58178</commentid>
    <comment_count>5</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2011-10-13 08:26:42 +0000</bug_when>
    <thetext>Huh, I didn&apos;t know that, and don&apos;t remember seeing that feedback. Until we actually implement it I won&apos;t pretend to know all the intricacies, but this seems to be a QoI issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58773</commentid>
    <comment_count>6</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-24 18:42:31 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: Until or unless that changes, looping backwards doesn&apos;t seem to have a use case, so I&apos;m marking this WONTFIX for now.

The relevant clause was added in 2008-10-15 in r2330, in response to Mozilla and Apple feedback, not Microsoft feedback. Apologies for the earlier misattribution. See these e-mails:
   http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2008-October/016573.html
   http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2008-October/016615.html

See also bug 8390.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>