[
https://issues.apache.org/jira/browse/WICKET-5819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557736#comment-14557736
]
Tobias Soloschenko commented on WICKET-5819:
--------------------------------------------
Ok I finally found out that even if the Content-Length of 206 Partial Content
is calculated right based on the given Content-Range - Safari and Chrome are
causing issues if it is applied as header. I removed the Content-Length header
if Content-Range is given.
> Support for HTML 5 media tags (audio / video)
> ---------------------------------------------
>
> Key: WICKET-5819
> URL: https://issues.apache.org/jira/browse/WICKET-5819
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Affects Versions: 7.0.0-M6
> Reporter: Tobias Soloschenko
> Assignee: Martin Grigorov
> Labels: features
> Fix For: 7.0.0-M6
>
> Attachments: wicket-examples-media-tags.png
>
>
> It would be great to embed video and audio files with the html5 tags:
> http://www.w3schools.com/html/html5_video.asp
> http://www.w3schools.com/html/html5_audio.asp
> http://dev.w3.org/html5/spec-author-view/video.html
> A documentation / implementation is provided here:
> https://github.com/klopfdreh/wicket-components-playground
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)