随笔分类 -  HTML5 新属性

HTML 5 音频
摘要:音频格式当前,audio 元素支持三种音频格式:Firefox、Opera 以及 Chrome 浏览器:Ogg格式。Safari 浏览器:MP3格式 或 Wav格式。audio 元素允许多个 source 元素。source 元素可以链接不同的音频文件。浏览器将使用第一个可识别的格式。例如: Your browser does not support the audio tag.Internet ExplorerInternet Explorer 8 不支持 audio 元素。在 IE 9 中,将提供对 audio 元素的支持。 阅读全文
posted @ 2014-02-27 14:44 N³ 阅读(278) 评论(0) 推荐(0)
HTML 5 视频
摘要:视频格式当前,HTML 5 video 元素支持三种视频格式:Firefox、Opera 以及 Chrome 浏览器:Ogg格式。IE9、Safari 浏览器:MPEG4格式。video 元素允许多个 source 元素。source 元素可以链接不同的视频文件。浏览器将使用第一个可识别的格式。例如: Your browser does not support the video tag. 标签的属性Internet ExplorerInternet Explorer 8 不支持 video 元素。在 IE 9 中,将提供对使用 MPEG4 的 video 元素的支持。 阅读全文
posted @ 2014-02-27 14:13 N³ 阅读(416) 评论(0) 推荐(0)