Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML5 (新功能 (元素 (input (type=range, type=email), <figure/> (影像與標題群組),…
HTML5
新功能
元素
新doctype
<figure/>
影像與標題群組
<script>, <link>不需加type
<header>, <footer>
audio
video
preload屬性
預載
mark
output
input
type=range
type=email
屬性
required屬性
placeholder屬性
contenteditable屬性
autofocus屬性
pattern
input元素資料驗證
data前綴字
自訂屬性
Web SQL Database
Indexed Database
多個資料庫
多個Object Store
建立連線
IDBFactory
open
delete
localStorage
key, value方式儲存
sessionStorage
Message
網頁間訊息傳送
Geolocation
資料來源
IP
三維座標
GPS
Wifi
手機信號
自訂數據
Canvas
WHAT
WHATWG提出