-
Notifications
You must be signed in to change notification settings - Fork 1
Survey
yosi-q edited this page May 16, 2011
·
7 revisions
- W3C working drafts http://dev.w3.org/html5/TR/Overview.html
- W3C Editors drafts http://dev.w3.org/html5/TR/Overview.html
- http://dev.w3.org/html5/webstorage/
- in japanese: http://Fwww.html5.jp/trans/w3c_webstorage.html&rct=j&q=webstrage&ei=ABrRTamtDIuovQPc-4mzCg&usg=AFQjCNGm4Tbw17U6TN1pS_Zlm8kqo1JIkQ&sig2=tplFUZYBkHnPgc4mGbe9RA&cad=rja
- key-value storage
- ウィンドウを閉じるとデータが消える。
- ウィンドウを閉じてもデータが残る。永続的。
localStorageの使い方は非常に簡単で、値を保存する場合は
window.localStorage.keyname = storevalue
値を取得する場合は
window.localStorage.keyname
now stopping... http://www.w3.org/TR/webdatabase/
-
it starts "<!DOCUTYPE html>"
-
html5 tag like "<svg>" can use also html4. (starts "<html>")