Re: [docbook-apps] HTML5 Audio + Video multiple sources

2013-12-11 Thread Bob Stayton
Not quite. The current xhtml5 stylesheet converts a DocBook videodata element to an HTML5 video element, but does not handle multiple source children. The DocBook TC today approved allowing multiple videodata children of videoobject, so now the stylesheet can be changed to support a single

Re: [docbook-apps] HTML5 Audio + Video multiple sources

2013-12-10 Thread Carlos Araya
Bob, wouldn't this be similar to the markup you implemented for the ePub3 Stylesheet solution that you worked on? If I remember correctly that was built on top of the HTML5 stylesheets, correct? On Sat, Dec 7, 2013 at 4:08 PM, Bob Stayton b...@sagehill.net wrote: Hi Peter, This is not yet

RE: [docbook-apps] HTML5 Audio + Video multiple sources

2013-12-08 Thread Jan Tosovsky
On 2013-12-08 Bob Stayton wrote: On 12/7/2013 12:27 PM, Peter Fleck wrote: Is it possible in html5 output of audio and video to have multiple sources and fallback? I'm thinking specifically of for example: video source src=video.ogg type=video/ogg / source src=video.mp4

Re: [docbook-apps] HTML5 Audio + Video multiple sources

2013-12-07 Thread Bob Stayton
Hi Peter, This is not yet supported in the stylesheets. It could be, but I'm not sure what the DocBook markup should be. The mediaobject element currently allows multiple videoobject children, but the stylesheet currently selects only one object for output from mediaobject, based on the role