JavaScript > CSS3 > HTML
- Web Strogate - Y.Cache 有使用
- Web SQL Database - 採用 sqlite 嵌入式資料庫 (W3C 不推薦)
- Indexed DB - Key / Value 對應的資料庫 (微軟與火狐背書)
- Application Cache - 網站離線瀏覽 (Mobile Web 版的 Gmail)
- Web Worker - Android, iOS5, IE9 是 PC 唯一不能用的
- WebSocket - 雙向持續連線
- Notification
- Native Drag & Drop
- Desktop Drag-in - Y.Uploader 有使用
- Drag-out
- FileSystem - 將檔案寫入使用者電腦中(被安全隔離)
- Geolocation
- Device Orientation
- Speech Input (x-webkit-speech)
- header, hgroup, nav, section, article, header, aside
- datalist
- menu
- details
- meter
- progress
- link relations
- MicroData - 讓機器人可以正確解讀網頁資料
- New Font Type
- audio
- video
- Canvas 2D - Y.Graphic
- Canvas 3D (WebGL)
- Inline SVG
:nth-child :not :first-child
- Web Fonts
- background-size
-
Custom data-* attributes
-
History API - Check it with github (Y.History, Y.pjax)
-
classList - 類似陣列可用 add, remove, toggle 操作