Ticket #891 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Players without poster frame break

Reported by: jeroen Owned by: zach
Priority: Milestone: HTML5 beta
Component: Keywords:
Cc: Forum thread:

Description (last modified by jeroen) (diff)

This does not work:

<video height="270" id="player1" width="480" src="bunny.mp4">bla</video>

But this does:

<video height="270" id="player1" width="480" poster="bunny.jpg" src="bunny.mp4">bla</video>

Again (#890), it looks like the parser presumes too much data to be there.

Change History

comment:1 Changed 3 years ago by jeroen

  • Description modified (diff)

comment:2 Changed 3 years ago by jeroen

  • Description modified (diff)

comment:3 Changed 3 years ago by zach

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [995]

Note: See TracTickets for help on using tickets.