- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 09 Jan 2010 08:53:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27049
Modified Files:
Overview.html
Log Message:
Merge core and vocab specs back together. (whatwg r4553)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3632
retrieving revision 1.3633
diff -u -d -r1.3632 -r1.3633
--- Overview.html 9 Jan 2010 01:10:27 -0000 1.3632
+++ Overview.html 9 Jan 2010 08:53:00 -0000 1.3633
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>HTML5 Introduction</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>HTML5</title><style type="text/css">
pre { margin-left: 2em; white-space: pre-wrap; }
h2 { margin: 3em 0 1em 0; }
h3 { margin: 2.5em 0 1em 0; }
@@ -259,8 +259,8 @@
}
</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 Introduction</h1>
- <h2 class="no-num no-toc" id="generatedID"></h2>
[...66301 lines suppressed...]
+ <dt id="refsXSLT10">[XSLT10]</dt>
+ <dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
+ Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
+ November 1999.</dd>
+
</dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- ACKS --><p>Thanks to
Aankhen,
@@ -1234,9 +67352,9 @@
public-html list</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>.
<p>Special thanks to Richard Williamson for creating the first
- implementation of <code>canvas</code> in Safari, from which the
+ implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the
canvas feature was designed.<p>Special thanks also to the Microsoft employees who first
- implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable">contenteditable</code>, and other
+ implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>, and other
features first widely deployed by the Windows Internet Explorer
browser.<p>Thanks to the participants of the microdata usability study for
allowing us to use their mistakes as a guide for designing the
Received on Saturday, 9 January 2010 08:53:08 UTC