aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/guide/html/html5/introduction_to_html5
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-25 00:43:56 +0000
committerMDN <actions@users.noreply.github.com>2021-05-25 00:43:56 +0000
commita3cb768f710d274b572a26c48448f0cb8e4a1bdd (patch)
tree6c1b509ec40863c2e049e9cfdc48e3e3c361c0e2 /files/ja/web/guide/html/html5/introduction_to_html5
parentac3ee48f2c26a9e991a9e39bc3563047050a76f5 (diff)
downloadtranslated-content-a3cb768f710d274b572a26c48448f0cb8e4a1bdd.tar.gz
translated-content-a3cb768f710d274b572a26c48448f0cb8e4a1bdd.tar.bz2
translated-content-a3cb768f710d274b572a26c48448f0cb8e4a1bdd.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/guide/html/html5/introduction_to_html5')
-rw-r--r--files/ja/web/guide/html/html5/introduction_to_html5/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/ja/web/guide/html/html5/introduction_to_html5/index.html b/files/ja/web/guide/html/html5/introduction_to_html5/index.html
deleted file mode 100644
index 64143bdd59..0000000000
--- a/files/ja/web/guide/html/html5/introduction_to_html5/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: HTML5 の紹介
-slug: Web/Guide/HTML/HTML5/Introduction_to_HTML5
-tags:
- - HTML
- - HTML5
-translation_of: Web/Guide/HTML/HTML5/Introduction_to_HTML5
----
-<p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a> は、HTML 標準の最も新しいバージョンです。HTML5 によって、リッチメディアのサポートだけでなく、ユーザ、彼らのローカルデータ、サーバの間でより簡単にかつ効果的にやり取りするための Web アプリケーションを作成するための拡張されたサポートを提供するための新機能も手に入れることができます。</p>
-
-<p>HTML5 はまだ策定段階にあるため、現在の仕様に対する変更は当然あり得ます。そのため、すべてのブラウザで HTML5 の機能のすべてがサポートされているわけではありません。ですが、Gecko (そしてその拡張である、Firefox) には、素晴らしいほどに、HTML5 の最初の段階のサポートが含まれており、さらなる機能のサポートに対する取り組みを続けています。Gecko は バージョン1.8.1 から HTML5 の機能をサポートし始めました。<a href="/ja/HTML/HTML5" title="ja/HTML/HTML5">HTML5 のメインページ</a>に Gecko がサポートしている HTML5 の機能のリストがあります。複数ブラウザのサポート状況の詳細な情報については、<a class="external" href="http://caniuse.com/#cats=HTML5" title="http://caniuse.com/#cats=HTML5">CanIUse</a> ウェブサイトを参照してください。</p>
-
-<p>{{ 英語版章題("The HTML5 doctype") }}</p>
-
-<h2 id="HTML5_の_DOCTYPE">HTML5  の DOCTYPE</h2>
-
-<p>HTML5 の DOCTYPE は非常にシンプルです。HTML コンテントで HTML5 を使用することを示すには、単純に以下のようにします:</p>
-
-<pre>&lt;!DOCTYPE html&gt;
-</pre>
-
-<p>この非常にシンプルな DOCTYPE は、現在 HTML5をサポートしていないブラウザでさえ、HTML の古くから存在する部分に HTML5の規格通りに入り込み、それらがサポートしない HTML5 の新機能を無視することを意味する、標準モードに切り替えます。</p>
-
-<div class="noinclude">
-<p>{{ languages( {"en": "en/HTML/HTML5/Introduction to HTML5", "fr":"fr/HTML/Introduction_à_HTML5", "pt": "pt/HTML/HTML5/Introdução_ao_HTML5"} ) }}</p>
-</div>