[Bug 10941] New: Media elements need control-dependent "pause" for presenting lengthy descriptions/captions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10941

           Summary: Media elements need control-dependent "pause" for
                    presenting lengthy descriptions/captions
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mstm@jp.ibm.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Section affected:
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#playing-the-media-resource

When closed captions, audio descriptions, sign languages are presented by
associated media or timed text resources, the playback will often need to be
automatically, temporarily paused to present lengthy descriptions/captions
(e.g., extended descriptions). This "paused" state should have a different mode
from the normal paused state so that clicking on the play/pause button does not
cause unexpected behaviors.

That is, for example, the media.pausedInternally attribute and
media.pauseInternally() method are needed in addition to the normal
media.paused attribute and media.pause() method, where pauseInternally()
pauses/resumes the playback and changes the value of the .pausedInternally
attribute (only when .paused = false) but does not affect the value of the
normal .paused attribute, i.e., the state of play/pause button.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 1 October 2010 07:07:22 UTC