- From: Doug Schepers via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Aug 2009 16:54:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/canvas-api
In directory hutz:/tmp/cvs-serv1020
Added Files:
canvas-2d-api.html
Log Message:
first draft of separate canvas api spec from html5
--- NEW FILE: canvas-2d-api.html ---
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Canvas 2D API 1.0 Specification</title>
<link rel="stylesheet" type="text/css" href="resources/html5-style.css" />
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" />
</head>
<body>
<div class="head">
<p>
<a href="http://www.w3.org/">
<img width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home" height="48" />
</a>
</p>
<h1>The Canvas 2D API 1.0 Specification</h1>
<h2 id="pagesubtitle">W3C Editor's Draft</h2>
<dl>
[...1968 lines suppressed...]
I. Hickson, D. Hyatt, eds.
World Wide Web Consortium, 23 April 2009, work in progress.
<br />This edition of HTML 5 is http://www.w3.org/TR/2009/WD-html5-20090423/.
<br />The <a href="http://www.w3.org/TR/html5/">latest edition of HTML 5</a> is available at http://www.w3.org/TR/html5/.
</dd>
</dl>
<h3 id="informrefs">Informative References</h3>
<dl>
</dl>
</div>
<div>
<h2 id="Acknowledgments">C. Acknowledgments</h2>
<p>
The editors would like to acknowledge and thank the following people for substantive aid with this specification: .
</p>
</div>
</body>
</html>
Received on Monday, 17 August 2009 16:55:06 UTC