最終更新:2013-03-11 (月) 02:21:07 (4288d)
HTML5
Top / HTML5
the latest version of HTML and XHTML.
関連団体
ドキュメントとか
- HTML5 Rocks - by Google。機能の説明とかブラウザの比較とか。
- HTML5 Showcase - Apple
- Internet Explorer Test Drive - Microsoft
- Script Junkie - Microsoft
- MDN - https://developer.mozilla.org/ja/docs/HTML/HTML5
- HTML5.JP
- Mobile HTML5 - モバイル向けWebブラウザの機能比較。
- Can I use... - Support tables for HTML5, CSS3, etc
- http://journal.mycom.co.jp/articles/2010/08/23/html5-demos-15/index.html
機能
- Application Cache (App Cache?)
- Web Workers
- WebSocket
- File API
- 新しいセレクタ (DOM/CSSセレクタ)
- document.getElementsByClassName
- document.querySelector
- document.querySelectorAll
- document.matchesSelector?
データベース
- Web Storage - KVS
- Indexed Database API - JavaScriptオブジェクトを保存。非SQL。インデックスをはったり、トランザクション処理?もできる
- Web SQL Database - SQLiteベース。Chrome,Opera,Safariで実装。Firefoxではサポートされない
HTML
- 新しタグ (hgroup,nav,section,aside,footer)
- link rel=icon|pingback|prefetch|archives|external|license|nofollow|tag
- Microdata
- ARIA属性?
- 新しいフォームタイプ(Web Forms 2.0?)(range,search,placeholder,color,number,email,tel)
- Canvas
- WebGL
- SVG
- HTML5 Audio
- HTML5 Video
CSS
- CSSセレクタ
- nth-child
- display:iniline-block
- input[type="text"]
- :not
- first-child
- ウェブフォント (Web Fonts?)
- text-overflow:ellipsis
正確には異なるが、しばしば HTML5 の一部として扱われるもの
- WebGL
- FileReader API
- XMLHttpRequest Level 2
- document.querySelector(document.querySelectorAll)
- Geolocation API
- ECMAScript 5
- CSS3
- XBL2?
- Web Workers
- WebSocket
- JavaScript の高速化
まとめ
サンプル集
スライド
Keypoints html5 from dynamis
参考
- http://journal.mycom.co.jp/articles/2009/06/15/gdd1/index.html
- http://www.atmarkit.co.jp/fwcr/design/benkyo/html5_01/01.html
- http://phpspot.org/blog/archives/2009/09/html5.html
- http://www.designwalker.com/2009/11/html5.html
- http://www.apple.com/html5/
- http://kachibito.net/web-design/html5-canvas.html
- http://w3g.jp/blog/studies/html5report
- http://www.publickey1.jp/blog/10/html5_rockshtml5.html
- http://kachibito.net/web-design/html5-and-css3-for-my-projects.html