- canvas
- video
- audio
- drag、drop
- svg
- geolocation
- localstorage、sessionstorage
- manifest(应用缓存)
- Web Workers
- 服务器发送事件(server-sent event)
- input type:email、url、number、range、Date pickers(date, month, week, time, datetime, datetime-local)、search、color、file
- datalist、keygen、output
- form属性:autocomplete、novalidate
- input属性:autocomplete、autofocus、form、form overrides (formaction, formenctype, formmethod, formnovalidate, formtarget)、height 和 width
list、min, max 和 step、multiple、pattern (regexp)、placeholder、required - artical
- bdi 定义文本的文本方向,使其脱离其周围文本的方向设置。
- details/summary
- diolog
- embed
- figcaption:用作文档中插图的图像,带有一个标题
- figure
- mark
- meter
- nav
- progress
- time
- Web Notification桌面通知 简单了解HTML5中的Web Notification桌面通知
- 预加载 prefetch、prerender 基于用户行为的图片等资源预加载
- download 了解HTML/HTML5中的download属性
- input type=”file” 基于HTML5的可预览多图片Ajax上传