This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15549 - <!DOCTYPE HTML> <html> <body> <video width="320" height="240" controls="controls"> <source src="movie.ogg" type="video/ogg" /> <source src="movie.mp4" type=&q
Summary: <!DOCTYPE HTML> <html> <body> <video width="320&q...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 20:08 UTC by contributor
Modified: 2012-01-18 15:29 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2012-01-13 20:08:08 UTC
Specification: http://www.w3.org/TR/2011/WD-html5-20110525/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
<!DOCTYPE HTML> <html> <body>   <video
width="320" height="240" controls="controls">
 <source src="movie.ogg" type="video/ogg" /> 
<source src="movie.mp4"
type="http://www.w3schools.com/html5/video/mp4" /> Tarayıcınız
bu özelliği desteklememektedir. </video>   </body>
</html>. 


Posted from: 88.241.2.145
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)