HTML5
 Use
 Cases
                                                전용우
TOC

1. HTML5
2. CSS3
3. API
4. Flash Free
1. HTML5
Semantic Web
Semantic Web
         header
          nav.../nav
         /header
Semantic Web
         header
          nav.../nav
         /header
Semantic Web
         header
          nav.../nav
         /header



         section
         ...
         /section
Semantic Web
         header
          nav.../nav
         /header



         section
         ...
         /section
New Feature
New Feature
New Feature

       input type=”text”
       placeholder=”곡명, 앨범명, 아티스트명”
New Feature
New Feature
New Feature
New Feature
New Feature
New Feature


              input[type=search]

              input[type=number]

              ....
              tel, email, time....
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...



script type=”text/javascript”



style type=”text/css”



b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”



style type=”text/css”



b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”



style type=”text/css”



b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”



b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”



b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”


                                                  style
b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”


                                                  style
b/
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”


                                                  style
b/


                                                  b
Simple Tag
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ...


                                                  !doctype html
script type=”text/javascript”


                                                  script
style type=”text/css”


                                                  style
b/


                                                  b
2. CSS3
Transition
Transition
Transition

   #layer .off{
      opacity : 0;
      transition-duration: 2s;      
      transition-property: opacity;       
      transition-delay: 1s;    
      transition-timing-function: ease;
   }
Transform
Transform
Transform

   #section .first{
       transition : transform 2s 0s ease;
       transform : translate3d(200px, 0, 0);
   }
Compatibility?
Use Library.
(Jindo Mobile, JQuery Mobile, Sencha Mobile..)
3. API
localStorage
localStorage
localStorage


    localStorage[“history”] = “전용우”;
    localStorage[“history”];
geolocation
geolocation
geolocation


   navigator.geolocation.getCurrentPosition( fpSuc, fpFail );
4. Flash Free
Flash to JavaScript

Html5 use cases