Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 822 Bytes

html5-3.md

File metadata and controls

39 lines (20 loc) · 822 Bytes

HTML5有哪些新特性?

  • 语意化标签 article、footer、header、nav、section

  • 新增选择器 document.querySelector、document.querySelectorAll

  • 拖拽释放(Drag and drop) API

  • 媒体播放的 video 和 audio

  • 本地存储 localStoragesessionStorage

  • 离线应用 manifest

  • 桌面通知 Notifications

  • 增强表单控件 calendar、date、time、email、url、search

  • 地理位置 Geolocation

  • 多任务 webworker

  • 全双工通信协议 websocket

  • 历史管理 history

  • 跨域资源共享(CORS)` Access-Control-Allow-Origin

  • 页面可见性改变事件 visibilitychange

  • 跨窗口通信 PostMessage

  • Form Data 对象

  • 绘画 canvas

参考资料:

HTML5新特性浅谈