- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 19:34:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv16589
Modified Files:
Overview.html
Log Message:
Add ellipse support to canvas. (whatwg r7025)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.html 6 Feb 2012 22:54:49 -0000 1.185
+++ Overview.html 13 Mar 2012 19:34:10 -0000 1.186
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US-x-Hixie"><title>HTML Microdata</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-US-x-Hixie"><title>HTML Microdata</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; }
@@ -192,7 +192,43 @@
fieldset > :last-child { margin-bottom: 0; }
fieldset p { margin: 0.5em 0; }
- </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><style type="text/css">
+ .stability {
[...1267 lines suppressed...]
<dd>
<cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite>,
I. Hickson. W3C.</dd>
@@ -1906,7 +2381,13 @@
<dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
IDL</a></cite>, C. McCormack. W3C.</dd>
- </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>Thanks to the participants of the microdata usability study for
+ </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2>
+
+ <p>Thanks to the participants of the microdata usability study for
allowing us to use their mistakes as a guide for designing the
- microdata feature.<p>For a full list of acknowledgements, please see the HTML5
- specification. <a href="#refsHTML5">[HTML5]</a>
+ microdata feature.</p>
+
+ <p>For a full list of acknowledgements, please see the HTML5
+ specification. <a href="#refsHTML5">[HTML5]</a></p>
+
+
Received on Tuesday, 13 March 2012 19:34:19 UTC