[ https://issues.apache.org/jira/browse/WICKET-5819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14326507#comment-14326507 ]
ASF GitHub Bot commented on WICKET-5819: ---------------------------------------- Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/93#discussion_r24937730 --- Diff: wicket-examples/src/main/webapp/WEB-INF/web.xml --- @@ -16,9 +16,9 @@ limitations under the License. --> <web-app xmlns="http://java.sun.com/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" - version="2.5"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + version="3.0"> --- End diff -- +1 > 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-M5 > Reporter: Tobias Soloschenko > Assignee: Martin Grigorov > Labels: features > > 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)