(1)绘画
canvas;
(2)用于媒介回放的
video
和
audio
元素;
(3)本地离线存储
localstorage
长期存储数据,浏览器关闭后数据不丢失;
(4)sessionstorage
的数据在浏览器关闭后自动删除;
(5)语意化更好的内容元素,比如
article、footer、header、nav、section;
(6)表单控件,calendar、date、time、email、url、search;
(7)新的技术webworker,
websocket,
geolocation;