본문 바로가기

카테고리 없음

HTML5 잠시 정리

HTML5가 플러그인 시장에 꾀나 큰 영향을 미치겟네요.
localStorage,SessionStorage가 지원됩니다.
보안문제만 해결된다면 서버단 프로그램에 많은 변화가 생기겟네요
CANVAS
http://9elements.com/io/projects/html5/canvas/
(MS가 HTML5 표준화팀에 적극 개입한게.. silverlight에 영향을 미치더라도 탈 flash를 위해?? 아마도 이런이유라 생각되네요. 개인적으론.)
  --사용된 lib :  http://www.modernizr.com
http://www.benjoffe.com/code/games/torus/  (canvas로 구현된 게임)
http://www.kevs3d.co.uk/dev/asteroids/ (canvas로 구현된 게임)
localStorage
http://www.w3.org/TR/webstorage/#dom-localstorage
테스트 : http://people.w3.org/mike/localstorage.html
sessionStorage
http://www.3site.eu/sessionStorage/
HTML5 Input type
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary
현재까지 표준에 포함된 타입은 : button,checkbox,color,date,datetime,datetime-local,email,file,hidden,image,month ,number ,password,radio,range,reset,search,submit,tel,text,time ,url,week
국내에서는 IE6 점유율이 얼마나 빨리 떨어지느냐에 따라 확산속도가 달라질거같습니다.