SlideShare ist ein Scribd-Unternehmen logo
1 von 85
WHAT IS HTML5?
        SHUMPEI SHIRAISHI
HTML5-DEVELOPERS-JP/GOOGLE API EXPERT(HTML5)
WELCOME!
WHO IS THIS?
SHUMPEI SHIRAISHI
OPEN WEB TECHNOLOGY

  HTML5
MY ACTIVITY FOR HTML5
GOOGLE API EXPERT(HTML5)
    HTML5-DEVELOPERS-JP
    SOME ARTICLES

             @

             @            11

    HTML5        @   HP

    ...
HTML5&API




  2940
         BP
HTML5


HTML
HTML5
        HTML
HTML5


API (      )
HTML5 IS API
HTML5 IS API
DOM              “DOM5 HTML”
HTML/XHTML
JavaScript API
HTML5 IS API
HTML/XHTML
“HTML5” IS AMBIGUOUS WORD

“HTML5”
                    API

                    API

API   Web Workers/Web SQL Database/Web Storage/etc/etc/etc....
“HTML5” IS AMBIGUOUS WORD

“Open Web Platform”
 HTML+CSS+JavaScript (+SVG)
 “      HTML5”
HTML5 IS   VERY, VERY, VERY   BIG
HTML5   (   HTML5   )
HTML5 IS   VERY, VERY, VERY   BIG
HTML5 IS   VERY, VERY, VERY   BIG
HTML5
SEMANTICS,
               ACCESSIBILITY
 PAVE THE
COWPATHS

       HTML5
   RICH INTERNET APPLICATIONS
ARE YOU READY?
HTML5

            &



” PAVE THE COWPATHS”
,
SEMANTICS, ACCESSIBILITY



      More Readable for

        Everyone
SEMANTICS, ACCESSIBILITY



      More Readable for

        Everyone
SEMANTICS, ACCESSIBILITY
           (section/article/nav/aside/...)

         (header/footer/time/command...)




hidden

                   (strong/small/b/i/address/menu...)
SEMANTICS, ACCESSIBILITY
<div class=”header”>
 <h1>Site Title</h1>
 <div class=”site-nav”>
  <ul><li>Home</li><li>Profile</li><li>Settings</li></ul>
 </div>
</div>
<div class=”content”>
 <div class=”article”>Main Content
  <div class=”date”>2009/11/23        </div>
  <div class=”address”>        <a href=”mailto:a@a.jp”>    </a></div>
 </div>
</div>
<div class=”footer”>
 <div class=”copyright”>Copyright ...</div>
</div>
SEMANTICS, ACCESSIBILITY
<header>
 <h1>Site Title</h1>
 <nav>
  <ul><li>Home</li><li>Profile</li><li>Settings</li></ul>
 </nav>
</header>
<div class=”content”>
 <article>Main Content
  <time datetime=”2009-11-23”>2009/11/23           </time>
  <div>       <address><a href=”mailto:a@a.jp”>         </a></address></div>
 </article>
</div>
<footer>
 <small class=”copyright”>Copyright ...</small>
</div>
“PAVE THE COWPATH”
Image by Noel Sarah Dietrich via Flickr
EXAMPLES OF
      “PAVE THE COWPATH”
HTML

contentEditable/designMode/document.execCommand()

innerHTML

Drag & Drop API



...
EXAMPLES OF
“PAVE THE COWPATH”




      API                        IE6
      Safari Firefox
        - Ian Hickson(HTML5
                          hito
HTML5
        HTML5   HTML4



        HTML5
HTML5
EXAMPLE OF
             COMPATIBILITY
<progress>

 <progress value=75 max=100>
              ...[75 / 100]</progress>




        ...[75 / 100]
“This specification evolves HTML and
its related APIs to ease the authoring of
Web-based applications.”

    HTML5 Draft Standard - 13 Nov 2009 (Ian Hickson)
HTML5 & API
• 2D & 3D

•

•           Web

•

•

•

•

• OS
HTML5 & API
• 2D & 3D
    o   HTML5 <canvas> element and API, SVG
•
    o   HTML5 <video>/<audio> element and API
•              Web
    o   HTML5 <html manifest=attribute> and ApplicationCache
•
    o   HTML5 Cross Document Messaging, XHR Level2
•
    o   Web Storage, Web SQL Database, Indexed Database API
•
    o   Web Workers
•
   Server-Sent Events, Web Sockets
    o
• OS
    o   File API, Drag & Drop API
2D & 3D

HTML5 <canvas> element and API,SVG
HTML5 <canvas> element and API

•                  <canvas>


    var canvas = document.getElementsById("c1");
    var context = canvas.getContext("2d");
    context.drawImage(...)

•                           2
    o Canvas   2D Context              2                         W3C
                    (                      ID   "2d"
    o WebGL             3                              Khronos
                                ID   "webgl"
SVG

SVG Scalable Vector Graphics    XML
                                      SVG
                          W3C
                                  Wikipedia

 • IE9              SVG HTML          SVG
SVG
• IE9                   SVG HTML     SVG


 <!DOCTYPE html>
 <html>
  <svg>
   <path
     d="M 20 20 L 60 20 L 40 60 z"
     fill="green"
     stroke="red"
     stroke-width="3" />
  </svg>
 </html>
HTML5 <video>/<audio> element and API
HTML5 <video>/<audio> element and API


• <video>                      <audio>
• src               <source>               URL


 <video src="sample.ogv"></video>
 <video>
   <source src="sample.ogv">
 </video>
• JavaScript      API             DOM    CSS
                                   OK
Web

HTML5 <html manifest=attribute> and ApplicationCache
Web

•              Web
• HTML/CSS/JavaScript/   Web
Web

•
                                   html   manifest

                                              hello.manifest
    CACHE MANIFEST

    hello.html
    hello.js

                                                  hello.html
    <!DOCTYPE html>
    <html manifest="hello.manifest">
    ...
    </html>
HTML5 Cross Document Messaging, XHR Level2
IE9 Ready!




• iframe


•




           onmessage
                       postMessage()
XMLHttpRequest Level2
                        IE9 Ready!




•                 IE8
    o

•              form
Web Storage, Web SQL Database, Indexed Database API
Web Storage
               IE9 Ready!




•
    o
    o

• JavaScript




•
Web SQL Database

•
•
•   Safari   Chrome
Indexed Database API

•
• Web Storage
    o

•
Web Workers
Web Workers

•             JavaScript
    API
•                 JavaScript
Server-Sent Events, Web Sockets
Server-Sent Events

•             Comet
    o         API
    o

•             DOM
•
Web Sockets

•

    o           API W3C
    o    IETF
•
•                         (^^;
OS

 File API, Drag & Drop API
File API

•          JavaScript   API
•


•
100%
HTML5
canvas        IE


XDM


Video/Audio        IE


Web SQL Database         Safari, Chrome


Web Workers         IE, Opera


...
HTTP://A.DEVERIA.COM/CANIUSE/
HTML5
Blowing apart fragments of Video

•                HTML5
     o Video
     o Canvas
1.video          canvas    2



2.                             video
        canvas
3.
                          canvas
Movement Tracker

•                HTML5
     o Video
     o Canvas
     o Web Workers
1.                       video
        canvas
2.


3.
QuakeⅡ GWT Port

•               HTML5
    o WebGL
    o Video/Audio
    o WebSockets
    o LocalStorage
JAPANESE RESOURCES

HTML5.jp
HTML5                       html5

                        Google API Expert

         ! HTML 5     API
              html5
API


      HTML5

         html5
JAPANESE COMMUNITY

HTML5-developers-jp
HTML5
html5 developers


HTML5 Japanese Interest Group
HTML5
W3C                html5 japanese
CONTACT

 mailto: shumpei.shiraishi at gmail.com

 twitter: @shumpei

 blog: http://d.hatena.ne.jp/Syunpei/

 mixi: id=3989166

Weitere ähnliche Inhalte

Was ist angesagt?

HTML5: a quick overview
HTML5: a quick overviewHTML5: a quick overview
HTML5: a quick overview
Mark Whitaker
 
HTML5 Mullet: Forms & Input Validation
HTML5 Mullet: Forms & Input ValidationHTML5 Mullet: Forms & Input Validation
HTML5 Mullet: Forms & Input Validation
Todd Anglin
 
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Patrick Lauke
 
Is it time to start using HTML 5
Is it time to start using HTML 5Is it time to start using HTML 5
Is it time to start using HTML 5
Ravi Raj
 

Was ist angesagt? (20)

Advanced front end debugging with ms edge and ms tools
Advanced front end debugging with ms edge and ms toolsAdvanced front end debugging with ms edge and ms tools
Advanced front end debugging with ms edge and ms tools
 
Using Web Standards to create Interactive Data Visualizations for the Web
Using Web Standards to create Interactive Data Visualizations for the WebUsing Web Standards to create Interactive Data Visualizations for the Web
Using Web Standards to create Interactive Data Visualizations for the Web
 
Edge of the Web
Edge of the WebEdge of the Web
Edge of the Web
 
EuroPython 2011 - How to build complex web applications having fun?
EuroPython 2011 - How to build complex web applications having fun?EuroPython 2011 - How to build complex web applications having fun?
EuroPython 2011 - How to build complex web applications having fun?
 
HTML5: a quick overview
HTML5: a quick overviewHTML5: a quick overview
HTML5: a quick overview
 
Disrupting the application eco system with progressive web applications
Disrupting the application eco system with progressive web applicationsDisrupting the application eco system with progressive web applications
Disrupting the application eco system with progressive web applications
 
HTML5 Essential Training
HTML5 Essential TrainingHTML5 Essential Training
HTML5 Essential Training
 
HTML5 Mullet: Forms & Input Validation
HTML5 Mullet: Forms & Input ValidationHTML5 Mullet: Forms & Input Validation
HTML5 Mullet: Forms & Input Validation
 
Keypoints html5
Keypoints html5Keypoints html5
Keypoints html5
 
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
 
Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)
 
Engineering the New LinkedIn Profile
Engineering the New LinkedIn ProfileEngineering the New LinkedIn Profile
Engineering the New LinkedIn Profile
 
Service workers your applications never felt so good
Service workers   your applications never felt so goodService workers   your applications never felt so good
Service workers your applications never felt so good
 
Introduction to html 5
Introduction to html 5Introduction to html 5
Introduction to html 5
 
HTML 5 - Overview
HTML 5 - OverviewHTML 5 - Overview
HTML 5 - Overview
 
Html5 with SharePoint 2010
Html5 with SharePoint 2010Html5 with SharePoint 2010
Html5 with SharePoint 2010
 
Html5 more than just html5 v final
Html5  more than just html5 v finalHtml5  more than just html5 v final
Html5 more than just html5 v final
 
Html5
Html5Html5
Html5
 
Is it time to start using HTML 5
Is it time to start using HTML 5Is it time to start using HTML 5
Is it time to start using HTML 5
 
Making HTML5 Work Everywhere
Making HTML5 Work EverywhereMaking HTML5 Work Everywhere
Making HTML5 Work Everywhere
 

Ähnlich wie WHAT IS HTML5? (at CSS Nite Osaka)

WordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWebWordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
Dive Into HTML5
Dive Into HTML5Dive Into HTML5
Dive Into HTML5
Doris Chen
 

Ähnlich wie WHAT IS HTML5? (at CSS Nite Osaka) (20)

WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)
 
What is HTML5
What is HTML5What is HTML5
What is HTML5
 
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるIt is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 
Looking into HTML5 + CSS3
Looking into HTML5 + CSS3Looking into HTML5 + CSS3
Looking into HTML5 + CSS3
 
Word camp nextweb
Word camp nextwebWord camp nextweb
Word camp nextweb
 
Word camp nextweb
Word camp nextwebWord camp nextweb
Word camp nextweb
 
WordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWebWordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWeb
 
Html5 public
Html5 publicHtml5 public
Html5 public
 
Html 5
Html 5Html 5
Html 5
 
HTML5: An Introduction To Next Generation Web Development
HTML5: An Introduction To Next Generation Web DevelopmentHTML5: An Introduction To Next Generation Web Development
HTML5: An Introduction To Next Generation Web Development
 
Demystifying HTML5
Demystifying HTML5Demystifying HTML5
Demystifying HTML5
 
HTML5 Bootcamp: Essential HTML, CSS, & JavaScript
HTML5 Bootcamp: Essential HTML, CSS, & JavaScriptHTML5 Bootcamp: Essential HTML, CSS, & JavaScript
HTML5 Bootcamp: Essential HTML, CSS, & JavaScript
 
[In Control 2010] HTML5
[In Control 2010] HTML5[In Control 2010] HTML5
[In Control 2010] HTML5
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 
HTML5 and Beyond
HTML5 and BeyondHTML5 and Beyond
HTML5 and Beyond
 
HTML5のご紹介
HTML5のご紹介HTML5のご紹介
HTML5のご紹介
 
HTML5 & Friends
HTML5 & FriendsHTML5 & Friends
HTML5 & Friends
 
Html5
Html5Html5
Html5
 
Dive Into HTML5
Dive Into HTML5Dive Into HTML5
Dive Into HTML5
 

Mehr von Shumpei Shiraishi

HTML5がもたらすアプリ開発へのインパクト
HTML5がもたらすアプリ開発へのインパクトHTML5がもたらすアプリ開発へのインパクト
HTML5がもたらすアプリ開発へのインパクト
Shumpei Shiraishi
 
この人と結婚していいの?を読んで
この人と結婚していいの?を読んでこの人と結婚していいの?を読んで
この人と結婚していいの?を読んで
Shumpei Shiraishi
 

Mehr von Shumpei Shiraishi (20)

俺的GEB概論(前半)
俺的GEB概論(前半)俺的GEB概論(前半)
俺的GEB概論(前半)
 
コンセプトのつくりかた - アイデアをかたちにする技術
コンセプトのつくりかた - アイデアをかたちにする技術コンセプトのつくりかた - アイデアをかたちにする技術
コンセプトのつくりかた - アイデアをかたちにする技術
 
jQueryの先に行こう!最先端のWeb開発トレンドを学ぶ
jQueryの先に行こう!最先端のWeb開発トレンドを学ぶjQueryの先に行こう!最先端のWeb開発トレンドを学ぶ
jQueryの先に行こう!最先端のWeb開発トレンドを学ぶ
 
TechFeedのつくりかた - Angular2/Webpack/Ionic2/Cordova実践入門
TechFeedのつくりかた - Angular2/Webpack/Ionic2/Cordova実践入門TechFeedのつくりかた - Angular2/Webpack/Ionic2/Cordova実践入門
TechFeedのつくりかた - Angular2/Webpack/Ionic2/Cordova実践入門
 
JavaScript使いのためのTypeScript実践入門
JavaScript使いのためのTypeScript実践入門JavaScript使いのためのTypeScript実践入門
JavaScript使いのためのTypeScript実践入門
 
「それでも人生にイエスと言う」を読んで
「それでも人生にイエスと言う」を読んで「それでも人生にイエスと言う」を読んで
「それでも人生にイエスと言う」を読んで
 
「それでも人生にイエスと言う」を読んで
「それでも人生にイエスと言う」を読んで「それでも人生にイエスと言う」を読んで
「それでも人生にイエスと言う」を読んで
 
Angular2実践入門
Angular2実践入門Angular2実践入門
Angular2実践入門
 
WebRTCがビデオ会議市場に与えるインパクトを探る
WebRTCがビデオ会議市場に与えるインパクトを探るWebRTCがビデオ会議市場に与えるインパクトを探る
WebRTCがビデオ会議市場に与えるインパクトを探る
 
変身×フランツ・カフカ
変身×フランツ・カフカ変身×フランツ・カフカ
変身×フランツ・カフカ
 
イラスト日用服飾辞典/三面記事の歴史/健康男 を読んで
イラスト日用服飾辞典/三面記事の歴史/健康男 を読んでイラスト日用服飾辞典/三面記事の歴史/健康男 を読んで
イラスト日用服飾辞典/三面記事の歴史/健康男 を読んで
 
「1秒でわかる!アパレル業界ハンドブック」を読んで
「1秒でわかる!アパレル業界ハンドブック」を読んで「1秒でわかる!アパレル業界ハンドブック」を読んで
「1秒でわかる!アパレル業界ハンドブック」を読んで
 
漫☆画太郎論
漫☆画太郎論漫☆画太郎論
漫☆画太郎論
 
HTML5時代のフロントエンド開発入門
HTML5時代のフロントエンド開発入門HTML5時代のフロントエンド開発入門
HTML5時代のフロントエンド開発入門
 
6,000人のWeb技術者コミュニティを5年間やってみて学んだこと
6,000人のWeb技術者コミュニティを5年間やってみて学んだこと6,000人のWeb技術者コミュニティを5年間やってみて学んだこと
6,000人のWeb技術者コミュニティを5年間やってみて学んだこと
 
はじめにことばありき
はじめにことばありきはじめにことばありき
はじめにことばありき
 
秒速一億円
秒速一億円秒速一億円
秒速一億円
 
HTML5がもたらすアプリ開発へのインパクト
HTML5がもたらすアプリ開発へのインパクトHTML5がもたらすアプリ開発へのインパクト
HTML5がもたらすアプリ開発へのインパクト
 
この人と結婚していいの?を読んで
この人と結婚していいの?を読んでこの人と結婚していいの?を読んで
この人と結婚していいの?を読んで
 
20130921レジュメ2
20130921レジュメ220130921レジュメ2
20130921レジュメ2
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

WHAT IS HTML5? (at CSS Nite Osaka)

Hinweis der Redaktion

  1. &amp;#x3053;&amp;#x3046;&amp;#x3044;&amp;#x3046;&amp;#x65B9;&amp;#x5411;&amp;#x6027;&amp;#x306B;&amp;#x3088;&amp;#x308A;&amp;#x3001;&amp;#x65E2;&amp;#x5B58;&amp;#x30D9;&amp;#x30F3;&amp;#x30C0;&amp;#x306E;&amp;#x5B9F;&amp;#x88C5;&amp;#x52AA;&amp;#x529B;&amp;#x3092;&amp;#x7121;&amp;#x70BA;&amp;#x306B;&amp;#x305B;&amp;#x305A;&amp;#x3001;&amp;#x305D;&amp;#x308C;&amp;#x3089;&amp;#x306E;API&amp;#x306B;&amp;#x4F9D;&amp;#x5B58;&amp;#x3057;&amp;#x305F;&amp;#x30D7;&amp;#x30ED;&amp;#x30B0;&amp;#x30E9;&amp;#x30E0;&amp;#x306B;&amp;#x300C;&amp;#x6A19;&amp;#x6E96;&amp;#x300D;&amp;#x306E;&amp;#x304A;&amp;#x58A8;&amp;#x4ED8;&amp;#x304D;&amp;#x3092;&amp;#x4E0E;&amp;#x3048;&amp;#x3089;&amp;#x308C;&amp;#x308B;
  2. Backward Compatibility&amp;#x306B;&amp;#x3064;&amp;#x3044;&amp;#x3066;&amp;#x306F;&amp;#x3001;&amp;#x975E;&amp;#x63A8;&amp;#x5968;&amp;#x306E;&amp;#x8981;&amp;#x7D20;&amp;#x3082;&amp;#x30D6;&amp;#x30E9;&amp;#x30A6;&amp;#x30B6;&amp;#x304C;&amp;#x30B5;&amp;#x30DD;&amp;#x30FC;&amp;#x30C8;&amp;#x3059;&amp;#x3079;&amp;#x304D;&amp;#x3060;&amp;#x3057;&amp;#x3001;
  3. progress&amp;#x8981;&amp;#x7D20;&amp;#x306F;textContent&amp;#x3082;&amp;#x30D1;&amp;#x30FC;&amp;#x30B9;&amp;#x3059;&amp;#x308B;&amp;#x3002; HTML4&amp;#x30D6;&amp;#x30E9;&amp;#x30A6;&amp;#x30B6;&amp;#x3067;&amp;#x898B;&amp;#x308B;&amp;#x3068;&amp;#x3001;&amp;#x8981;&amp;#x7D20;&amp;#x306E;&amp;#x5185;&amp;#x5074;&amp;#x306E;&amp;#x307F;&amp;#x304C;&amp;#x8868;&amp;#x793A;&amp;#x3055;&amp;#x308C;&amp;#x308B;&amp;#x3002;