SlideShare a Scribd company logo
HTML5
HTML5
Change	
 HTML5	
 from	
 not	
 HTML5.
!! HTML5 	
 2013
2013/04/20
	
 	
  @sada_h
http://bit.ly/html5efsta
/	
  	
 /	
 
	
  	
 /	
 HTML5 	
 
	
 Born	
 in	
 1981.
Ruby	
 /	
 Rails	
 /	
 HTML5	
 /	
 JavaScript	
 /	
 Java
Kakaku.com,	
 Inc.	
 Engineer	
 2012/08
	
  	
 
sadah.github.io @sada_h techlog
html5j
	
 [ ]
	
 [cena( )]
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5
HTML5
YearYear SpecSpec TopicTopic
1993 HTML	
 1.0 IETF
1997 HTML	
 3.2 W3C
W3C
1997 HTML	
 4.0 W3C
1999 HTML	
 4.0.1 W3C
2000 XHTML	
 1.0 W3C
HTML	
 4.0.1 XML
HTML5
YearYear SpecSpec TopicTopic
2001 XHTML	
 1.1 W3C 	
 
2007 HTML5 W3C (WG )
2009 XHTML	
 2.0 XHTML2	
 WG	
 
2011 HTML5 W3C	
 
2012 HTML5 W3C	
  	
 (2012/12/17)
W3C	
 
Working	
 Draft,	
 WD
Last	
 Call	
 Working	
 Draft
Candidate	
 Recommendation,	
 CR
HTML5 ( )
Proposed	
 Recommendation,	
 PR
W3C W3C	
 Recommendation,	
 REC
2012/12/17
World	
 Wide	
 Web	
 Consortium	
 -	
 Wikipedia
W3C 	
 -	
 Wikipedia
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
is	
 not	
 HTML5.
is	
 HTML5.
HTML5
HTML5	
 
2012/12/17	
 
W3C
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5	
 Markup
HTML5
Specs	
 :	
  	
 /	
 
cena( )	
 
Apple
LAWSON
UNITED	
 ARROWS	
 LTD.
BEAMS
HTML5 HTML	
 5.1
HTML5	
 Markup
	
  createElement	
 html5shiv
[if lt IE 9]>
<script src="dist/html5shiv.js">
WebStorage
WebStorage	
  	
 Google	
  	
 twitter	
 
Twitter
Google
Web	
 Storage
WebStorage
5MB
	
 QUOTA_EXCEEDED_ERR	
 
localStorage.setItem("key","text");
text = localStorage.getItem("key");
sessionStorage.setItem("key",text);
text = sessionStorage.getItem("key");
Sample:	
 WebStorage	
 Sample
microdata	
 /	
 RDFa
	
 microdata	
  	
 RDFa
Barack	
 Obama
Home	
 -	
 schema.org
	
 -	
 Google	
 
Google	
 Structured	
 Data	
 Testing	
 Tool
microdata	
 /	
 RDFa
Specs
HTML+RDFa	
 1.1
Last	
 Call:	
 HTML+RDFa	
 1.1	
 -	
 W3C	
 News	
 -	
 07
February	
 2013
HTML	
 Microdata
HTML	
 Microdata	
 Nightly
microdata
<div itemscope itemtype="http://data-vocabulary.org/Person">
私の名前は<span itemprop="name">ひらい さだあき</span>ですが、
みんなから「<span itemprop="nickname">さだ</span>」と呼ばれています。
私のホームページは、
<a href="http://sadah.github.io" itemprop="url">sadah.github.io</a> です。
鎌倉に住んでおり、<span itemprop="title">エンジニア</span>として
<span itemprop="affiliation">カカクコム</span>に勤めています。
</div>
Sample:	
 microdata
microdata	
 /	
 RDFa
Home	
 -	
 schema.org
microdata	
  	
 -	
 Google
	
  	
 -	
  	
 -	
 Google
	
  	
 -	
  	
 -	
 Google
Google	
 Structured	
 Data	
 Testing	
 Tool
Custom	
 Data	
 Attributes
Barack	
 Obama
3.2.3.9	
 Embedding	
 custom	
 non-visible	
 data	
 with	
 the
data-*	
 attributes
MediaQueries
World	
 Wide	
 Web	
 Consortium	
 (W3C)
Microsoft	
 Japan
NTT
MediaQueries
@media screen and (max-width: 479px) {
.media-test { color: red; }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
.media-test { color: blue; }
}
@media screen and (min-width: 1024px) {
.media-test { color: green;}
}
Sample:	
 MediaQueries
sadah.github.io
MediaQueries
CSS
MediaQueries
PC
cena
MediaQueries
bookmarklet	
 
Spec	
 :	
 
Media	
 Queries
Viewport	
 Resizer
Responsive	
 Design	
 Testing
Media	
 Queries	
 W3C	
 REC
WebFonts
DevTools
BEAMS
NTT
FONTPLUS
WebFonts
sadah.github.io
Google	
 Web	
 Fonts	
 Compare
WebFonts
/* using Google Web Fonts */
@font-face {
font-family: 'Allerta Stencil';
src: url(http://themes.googleusercontent.com/static/fonts/allertastencil/v4/Cd
SZfRtHbQrBohqmzSdDYKqcRvMv63bhrwdN_8Hu8N8.woff) format('woff');
}
.webfonts{
font-family: 'Allerta Stencil', sans-serif;
}
Sample:	
 WebFonts
Web	
 Fonts 	
  IT
WebFonts
	
 Extension	
 
Chrome	
 -	
 WhatFont
Chrome	
 -	
 Google	
 Font	
 Previewer	
 for	
 Chrome
Canvas
Canvas	
  GoogleMaps
Thanks	
 komasshu	
 !
Spec	
 :	
 
	
 /	
 Google	
 Maps
	
 -	
 WSJ
HTML	
 Canvas	
 2D	
 Context
data	
 URL	
 Scheme
RFC	
 2397	
 -	
 The	
 "data"	
 URL	
 scheme
data	
 URL	
 Scheme
<img src="data:image/jpeg;base64,/9j/4AAQSkZJ ... "
var strDataURI = document.getElementById("canvas-area").toDataURL("image/pn
g");
Sample:	
 data	
 URL	
 Scheme
Sample:	
 data	
 URL	
 Scheme	
 +	
 Canvas
Sample:	
 getUserMedia	
 +	
 Canvas	
 +	
 Video	
 +	
 data	
 URL
Scheme	
 +	
 FullScreen	
 API
HTML5
HTML5
	
  HTML5
HTML5
	
 doctype	
 
	
 html5shiv	
 
HTML5
(header )
cena( )
HTML5
Rails
jQuery HTML5
HTML5
HTML5
HTML5
	
 HTML5
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5
HTML5( )
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.
Happy
Happy	
 
HTML5	
 
HTML5
The	
 End
Change	
 HTML5	
 from	
 Not	
 HTML5.
Thank	
 you	
 so	
 mach.
http://bit.ly/html5efsta
@sada_h

More Related Content

PDF
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
Sadaaki HIRAI
 
PDF
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Sadaaki HIRAI
 
PDF
HTML5 Semantics, Accessibility & Forms [Carsonified HTML5 Online Conference]
Aaron Gustafson
 
PDF
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
PPTX
Getting Started with HTML5 in Tech Com (STC 2012)
Peter Lubbers
 
PPTX
Html5 Overview
Daniel Arndt Alves
 
PPTX
Introduction to html5
Muktadiur Rahman
 
PPT
HTML5 Mullet: Forms & Input Validation
Todd Anglin
 
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
Sadaaki HIRAI
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Sadaaki HIRAI
 
HTML5 Semantics, Accessibility & Forms [Carsonified HTML5 Online Conference]
Aaron Gustafson
 
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
Getting Started with HTML5 in Tech Com (STC 2012)
Peter Lubbers
 
Html5 Overview
Daniel Arndt Alves
 
Introduction to html5
Muktadiur Rahman
 
HTML5 Mullet: Forms & Input Validation
Todd Anglin
 

What's hot (20)

PDF
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
Jollen Chen
 
PPTX
HTML5 and Search Engine Optimization (SEO)
Performics.Convonix
 
ODP
HTML5
Hatem Mahmoud
 
PDF
Google’s PRPL Web development pattern
Jeongkyu Shin
 
PDF
Startup eng-camp 3
Jollen Chen
 
PPTX
New Elements & Features in HTML5
Jamshid Hashimi
 
PPTX
Ie9 dev overview (300) beta
Kirk Yamamoto
 
PDF
HTML5 Introduction
dynamis
 
PDF
Echo HTML5
Nathan Smith
 
PDF
Keypoints html5
dynamis
 
PPT
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
PDF
HTML5 for PHP Developers - IPC
Mayflower GmbH
 
PPTX
HTML5 Video
Péter Nagy
 
KEY
WHAT IS HTML5? (at CSS Nite Osaka)
Shumpei Shiraishi
 
PPTX
Making HTML5 Work Everywhere
Todd Anglin
 
PDF
Using Web Standards to create Interactive Data Visualizations for the Web
philogb
 
PPTX
HTML5 Tutorial
Avinash Malhotra
 
PDF
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
Jollen Chen
 
PPTX
Html5 and-css3-overview
Jacob Nelson
 
PDF
Velocity dust
Veena Basavaraj
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
Jollen Chen
 
HTML5 and Search Engine Optimization (SEO)
Performics.Convonix
 
Google’s PRPL Web development pattern
Jeongkyu Shin
 
Startup eng-camp 3
Jollen Chen
 
New Elements & Features in HTML5
Jamshid Hashimi
 
Ie9 dev overview (300) beta
Kirk Yamamoto
 
HTML5 Introduction
dynamis
 
Echo HTML5
Nathan Smith
 
Keypoints html5
dynamis
 
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
HTML5 for PHP Developers - IPC
Mayflower GmbH
 
HTML5 Video
Péter Nagy
 
WHAT IS HTML5? (at CSS Nite Osaka)
Shumpei Shiraishi
 
Making HTML5 Work Everywhere
Todd Anglin
 
Using Web Standards to create Interactive Data Visualizations for the Web
philogb
 
HTML5 Tutorial
Avinash Malhotra
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
Jollen Chen
 
Html5 and-css3-overview
Jacob Nelson
 
Velocity dust
Veena Basavaraj
 
Ad

Similar to HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5. (20)

PDF
Word camp nextweb
Panagiotis Grigoropoulos
 
PDF
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
PPTX
Ed presents JSF 2.2 and WebSocket to Gameduell.
Edward Burns
 
PDF
いま使われているHTML5と、これからのHTML5
Sadaaki HIRAI
 
PDF
soft-shake.ch - Introduction to HTML5
soft-shake.ch
 
PPTX
Ie9 overview
裕波 周
 
PDF
10 Jahre Webentwicklung - am Beispiel des Frameworks qooxdoo
Martin Wittemann
 
PPTX
HTML5 - A Whirlwind tour
Lohith Goudagere Nagaraj
 
PDF
VizEx View HTML5 Workshop
David Manock
 
PDF
VizEx View HTML5 Workshop
Larson Software Technology
 
KEY
5 ways to embrace HTML5 today
Daniel Ryan
 
PDF
HTML5 Intoduction for Web Developers
Sascha Corti
 
PPT
Html5 drupal7 with mandakini kumari(1)
Mandakini Kumari
 
PPT
Document Object Model
chomas kandar
 
PPT
Document Object Model
chomas kandar
 
PDF
Dart By Example 1st Edition Davy Mitchell
eugdwqhex2095
 
PDF
Html5 tx - preso
Santiago Esteva
 
PDF
SW Drupal Summit: HTML5+Drupal
Jen Simmons
 
PPTX
HTML5 and Joomla! 2.5 Template
Marvelic Engine Co., Ltd.
 
Word camp nextweb
Panagiotis Grigoropoulos
 
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
Ed presents JSF 2.2 and WebSocket to Gameduell.
Edward Burns
 
いま使われているHTML5と、これからのHTML5
Sadaaki HIRAI
 
soft-shake.ch - Introduction to HTML5
soft-shake.ch
 
Ie9 overview
裕波 周
 
10 Jahre Webentwicklung - am Beispiel des Frameworks qooxdoo
Martin Wittemann
 
HTML5 - A Whirlwind tour
Lohith Goudagere Nagaraj
 
VizEx View HTML5 Workshop
David Manock
 
VizEx View HTML5 Workshop
Larson Software Technology
 
5 ways to embrace HTML5 today
Daniel Ryan
 
HTML5 Intoduction for Web Developers
Sascha Corti
 
Html5 drupal7 with mandakini kumari(1)
Mandakini Kumari
 
Document Object Model
chomas kandar
 
Document Object Model
chomas kandar
 
Dart By Example 1st Edition Davy Mitchell
eugdwqhex2095
 
Html5 tx - preso
Santiago Esteva
 
SW Drupal Summit: HTML5+Drupal
Jen Simmons
 
HTML5 and Joomla! 2.5 Template
Marvelic Engine Co., Ltd.
 
Ad

More from Sadaaki HIRAI (6)

PDF
Prottを支えるチームと技術
Sadaaki HIRAI
 
PDF
Goodpatch Berlin Report
Sadaaki HIRAI
 
PDF
Make the Prott Faster
Sadaaki HIRAI
 
PDF
チームでつくるUIデザイン
Sadaaki HIRAI
 
PDF
Java & HTML5 History
Sadaaki HIRAI
 
PDF
はじめてのEmmet with Sublime Text2
Sadaaki HIRAI
 
Prottを支えるチームと技術
Sadaaki HIRAI
 
Goodpatch Berlin Report
Sadaaki HIRAI
 
Make the Prott Faster
Sadaaki HIRAI
 
チームでつくるUIデザイン
Sadaaki HIRAI
 
Java & HTML5 History
Sadaaki HIRAI
 
はじめてのEmmet with Sublime Text2
Sadaaki HIRAI
 

Recently uploaded (20)

PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PDF
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
PDF
Software Development Company | KodekX
KodekX
 
PDF
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
DOCX
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
AbdullahSani29
 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
PDF
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PPTX
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
Software Development Company | KodekX
KodekX
 
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
AbdullahSani29
 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 

HTML5ではないサイトを HTML5へ - Change HTML5 from Not HTML5.