Questions tagged [html5test]

3 questions
11
votes
2 answers

chrome could play html5 mp4 video but html5test said chrome did not support mp4 video codec

According to html5test.com, chrome does not support html5 mp4 video (see following link). http://html5test.com/compare/feature/video-mpeg4.html However, in this test page , the mp4 video could be played successfully by setting the body as…
pierrotlefou
  • 39,805
  • 37
  • 135
  • 175
0
votes
1 answer

validate particular doc is in html5 fomat

I have document which is in html5 format. How can I validate if document is in right html5 format? I am not looking to test if text is rendered properly. e.g. bold/italic/table proportion, etc. I want to verify it is in right html5 format. Are…
user2661518
  • 2,677
  • 9
  • 42
  • 79
-1
votes
1 answer

how does html5test.com work,the code analysis?

My teacher wants to me give a speech about html5test.com. I know it's a test about how your browser supports html5. I got the source code on github, but I just can't understand it. How can I use html5test in my own code programming?