[Bug 15140] The video element's poster attribute requires clarification in relation to precedence

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15140

Philip J <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip J <philipj@opera.com> 2011-12-11 10:51:09 UTC ---
This was supposedly fixed in bug 12465, by adding "unless a frame of video has
already been shown" to the definition. This is IMO too vague, so I'll reiterate
what I said in https://www.w3.org/Bugs/Public/show_bug.cgi?id=12465#c2 :

In Opera, the poster is shown if and only if (poster_attr && !poster_failed &&
!(played_or_seeked && frame_decoded), where the states mean:

poster_attr: poster attribute is set
poster_failed: decoding the poster as an image failed
played_or_seeked: a play or seek has been requested
frame_decoded: a frame has been decoded (any frame)

All state is reset at the beginning of the resource selection algorithm.

-- 
Configure bugmail: https://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 Sunday, 11 December 2011 10:51:14 UTC