Skip to content

Commit

Permalink
reverted stupid idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed Aug 24, 2010
1 parent 10df498 commit ca25a05
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions about.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>About the book - Dive Into HTML 5</title>
<title>About the book - Dive Into HTML5</title>
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
<link rel=stylesheet href=screen.css>
Expand All @@ -14,15 +14,15 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html>Dive Into HTML 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html>Dive Into HTML5</a> <span class=u>&#8227;</span>

<h1>About The Book</h1>

<div id=belong>

<div>

<p><cite>Dive Into HTML 5</cite> comprises original prose and graphics licensed under the <a href=http://creativecommons.org/licenses/by/3.0 rel=license title='Creative Commons Attribution 3.0 Unported'>CC-BY-3.0</a> license. It is typeset in <a href=http://www.thibault.org/fonts/essays>Essays</a> (<abbr title="GNU Lesser General Public License">LGPL</abbr> 2.1+, <a href=fonts-original/essays1743-1.203-1-ttf.tar.gz>source</a>) and <a href=http://linuxlibertine.sourceforge.net>Linux Libertine</a> (<abbr title="GNU General Public License">GPL</abbr> 2+ with font exception, <a href=fonts-original/LinLibertineFont-4.7.5-2.tgz>source</a>), with public domain illustrations from the <a href=http://openclipart.org>Open Clip Art Library</a> and <a href=http://www.psymon.com/initials/children.html>other sources</a>.
<p><cite>Dive Into HTML5</cite> comprises original prose and graphics licensed under the <a href=http://creativecommons.org/licenses/by/3.0 rel=license title='Creative Commons Attribution 3.0 Unported'>CC-BY-3.0</a> license. It is typeset in <a href=http://www.thibault.org/fonts/essays>Essays</a> (<abbr title="GNU Lesser General Public License">LGPL</abbr> 2.1+, <a href=fonts-original/essays1743-1.203-1-ttf.tar.gz>source</a>) and <a href=http://linuxlibertine.sourceforge.net>Linux Libertine</a> (<abbr title="GNU General Public License">GPL</abbr> 2+ with font exception, <a href=fonts-original/LinLibertineFont-4.7.5-2.tgz>source</a>), with public domain illustrations from the <a href=http://openclipart.org>Open Clip Art Library</a> and <a href=http://www.psymon.com/initials/children.html>other sources</a>.

<p>Additionally, it includes code from <a href=http://jquery.com>jQuery</a> (MIT), <a href=http://modernizr.com>Modernizr</a> (MIT), <a href=http://code.google.com/p/geo-location-javascript>geo_location_javascript.js</a> (MIT), <a href=http://code.google.com/apis/gears/gears_init.js>gears_init.js</a> (BSD), <a href=http://code.google.com/p/javascript-search-term-highlighter>highlighter.js</a> (<abbr title="Apache License">ASL</abbr> 2.0), <a href=http://code.google.com/p/explorercanvas>excanvas.js</a> (<abbr title="Apache License">ASL</abbr> 2.0), <a href=http://hg.mozilla.org/labs/bespin/>Bespin</a> (<abbr title="Mozilla Public License">MPL</abbr>), <a href=http://code.google.com/p/canvas-text/>canvas.text.js</a> (MIT), and <a href=http://flowplayer.org>FlowPlayer</a> (GPL). <a href=legal.html>View full legal notices</a>.

Expand Down
6 changes: 3 additions & 3 deletions canvas.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Let&#8217;s Call It a Draw(ing Surface) - Dive Into HTML 5</title>
<title>Let&#8217;s Call It a Draw(ing Surface) - Dive Into HTML5</title>
<!--[if IE]><script src=j/excanvas.min.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -10,7 +10,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#canvas>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#canvas>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>Let&#8217;s Call It A<br>Draw(ing Surface)</h1>
<p id=toc>&nbsp;
<p class=a>&#x2767;
Expand Down Expand Up @@ -548,7 +548,7 @@ <h2 id=ie>What About IE?</h2>
&lt;html>
&lt;head>
&lt;meta charset="utf-8">
&lt;title>Dive Into HTML 5&lt;/title>
&lt;title>Dive Into HTML5&lt;/title>
<mark>&lt;!--[if IE]>
&lt;script src="excanvas.js">&lt;/script>
&lt;![endif]--></mark>
Expand Down
6 changes: 3 additions & 3 deletions detect.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Detecting HTML5 Features - Dive Into HTML 5</title>
<title>Detecting HTML5 Features - Dive Into HTML5</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -10,7 +10,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#detect>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#detect>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>Detecting <abbr>HTML5</abbr> Features</h1>
<p id=toc>&nbsp;
<p class=a>&#x2767;
Expand Down Expand Up @@ -55,7 +55,7 @@ <h2 id=modernizr>Modernizr, an HTML5 Detection Library</h2>
&lt;html>
&lt;head>
&lt;meta charset="utf-8">
&lt;title>Dive Into HTML 5&lt;/title>
&lt;title>Dive Into HTML5&lt;/title>
<mark>&lt;script src="modernizr.min.js">&lt;/script></mark>
&lt;/head>
&lt;body>
Expand Down
4 changes: 2 additions & 2 deletions everything.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>The All-In-One Almost-Alphabetical No-Bullshit Guide to Detecting Everything - Dive Into HTML 5</title>
<title>The All-In-One Almost-Alphabetical No-Bullshit Guide to Detecting Everything - Dive Into HTML5</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -12,7 +12,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#everything>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#everything>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>The All-In-One<br>Almost-Alphabetical<br>No-Bullshit Guide to<br>Detecting Everything</h1>
<p class=a>&#x2767;

Expand Down
4 changes: 2 additions & 2 deletions extensibility.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Distributed Extensibility - Dive Into HTML 5</title>
<title>Distributed Extensibility - Dive Into HTML5</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -23,7 +23,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#extensibility>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#extensibility>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>&#8220;Distributed,&#8221;<br>&#8220;Extensibility,&#8221;<br>&amp;<br>Other Fancy Words</h1>
<p id=toc>&nbsp;
<p class=a>&#x2767;
Expand Down
4 changes: 2 additions & 2 deletions forms.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>A Form of Madness - Dive Into HTML 5</title>
<title>A Form of Madness - Dive Into HTML5</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -10,7 +10,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#forms>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#forms>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>A Form of Madness</h1>
<p id=toc>&nbsp;
<p class=a>&#x2767;
Expand Down
6 changes: 3 additions & 3 deletions geolocation.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>You Are Here (And So Is Everybody Else) - Dive Into HTML 5</title>
<title>You Are Here (And So Is Everybody Else) - Dive Into HTML5</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
Expand All @@ -10,7 +10,7 @@
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#geolocation>Dive Into <abbr>HTML</abbr> 5</a> <span class=u>&#8227;</span>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html#geolocation>Dive Into <abbr>HTML5</abbr></a> <span class=u>&#8227;</span>
<h1><br>You Are Here<br>(And So Is Everybody Else)</h1>
<p id=toc>&nbsp;
<p class=a>&#x2767;
Expand Down Expand Up @@ -225,7 +225,7 @@ <h2 id=geo-js>geo.js to the Rescue</h2>
&lt;html>
&lt;head>
&lt;meta charset="utf-8">
&lt;title>Dive Into HTML 5&lt;/title>
&lt;title>Dive Into HTML5&lt;/title>
&lt;/head>
&lt;body>
...
Expand Down
12 changes: 6 additions & 6 deletions index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Dive Into HTML 5</title>
<title>Dive Into HTML5</title>
<link rel="shortcut icon" href=favicon.ico>
<link rel=alternate type=application/atom+xml href=http://hg.diveintohtml5.org/hgweb.cgi/atom-log>
<link rel=stylesheet href=screen.css>
Expand All @@ -19,22 +19,22 @@
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<div id=zz>
<hgroup>
<h1>Dive Into HTML 5</h1>
<h1>Dive Into HTML5</h1>
<h2>by<br>Mark Pilgrim</h2>
<h3>with illustrations from the Public Domain</h3>
</hgroup>

<p class=a>&#x2767;

<p class=f><img src=i/aoc-d.png alt=D width=104 height=105>ive Into <abbr>HTML</abbr> 5 seeks to elaborate on a hand-picked Selection of features from the <a href=http://www.whatwg.org/html5>HTML5</a> specification and other fine Standards. I shall publish Drafts periodically, as time permits. <a href=about.html>Please send feedback</a>. The final manuscript will be published on paper by O&#8217;Reilly, under the Google Press imprint. <a href="http://www.amazon.com/HTML5-Up-Running-Mark-Pilgrim/dp/0596806027?ie=UTF8&amp;tag=diveintomark-20&amp;creativeASIN=0596806027">Pre-order the printed Work</a> and be the first in your Community to receive it. The Work shall remain online under the <a rel=license href=http://creativecommons.org/licenses/by/3.0/>CC-BY-3.0</a> License.
<p class=f><img src=i/aoc-d.png alt=D width=104 height=105>ive Into <abbr>HTML5</abbr> seeks to elaborate on a hand-picked Selection of features from the <a href=http://www.whatwg.org/html5>HTML5</a> specification and other fine Standards. I shall publish Drafts periodically, as time permits. <a href=about.html>Please send feedback</a>. The final manuscript will be published on paper by O&#8217;Reilly, under the Google Press imprint. <a href="http://www.amazon.com/HTML5-Up-Running-Mark-Pilgrim/dp/0596806027?ie=UTF8&amp;tag=diveintomark-20&amp;creativeASIN=0596806027">Pre-order the printed Work</a> and be the first in your Community to receive it. The Work shall remain online under the <a rel=license href=http://creativecommons.org/licenses/by/3.0/>CC-BY-3.0</a> License.

<h3>Table of Contents</h3>

<!-- toc -->
<ol>
<li><a href=introduction.html>Introduction: Five Things You Should Know About <abbr>HTML</abbr> 5</a>
<li><a href=past.html>A Quite Biased History of <abbr>HTML</abbr> 5</a>
<li><a href=detect.html>Detecting <abbr>HTML</abbr> 5 Features: It&#8217;s Elementary, My Dear Watson</a>
<li><a href=introduction.html>Introduction: Five Things You Should Know About <abbr>HTML5</abbr></a>
<li><a href=past.html>A Quite Biased History of <abbr>HTML5</abbr></a>
<li><a href=detect.html>Detecting <abbr>HTML5</abbr> Features: It&#8217;s Elementary, My Dear Watson</a>
<li><a href=semantics.html>What Does It All Mean?</a>
<li><a href=canvas.html>Let&#8217;s Call It a Draw(ing Surface)</a>
<li><a href=video.html>Video in a Flash (Without That Other Thing)</a>
Expand Down

0 comments on commit ca25a05

Please sign in to comment.