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 23086 - <video> action on what to display needs better OR flags
Summary: <video> action on what to display needs better OR flags
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 editorial
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 08:48 UTC by Harald Alvestrand
Modified: 2016-04-22 17:50 UTC (History)
5 users (show)

See Also:


Attachments

Description Harald Alvestrand 2013-08-28 08:48:32 UTC
The current spec says:

A video element represents what is given for the first matching condition in the list below:

* When no video data is available (the element's readyState attribute is either HAVE_NOTHING, or HAVE_METADATA but no video data has yet been obtained at all, or the element's readyState attribute is any subsequent value but the media resource does not have a video channel)
* When the video element is paused, the current playback position is the first frame of video, and the element's show poster flag is set
 -> The video element represents its poster frame.

It is possible to parse this as saying that there is no action for the first condition. The spec would be clearer if the matching condition description ended with ", OR" so that it is obvious that the intent is that the action given under the next condition should be taken.
Comment 1 Arron Eicholz 2016-04-22 17:50:25 UTC
HTML5.1 Bugzilla Bug Triage: Fixed, the current text has a poster frame for the first condition.

If this resolution is not satisfactory, please copy the relevant bug details/proposal into a new issue at the W3C HTML5 Issue tracker: https://github.com/w3c/html/issues/new where it will be re-triaged. Thanks!