- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Mar 2012 12:12:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv13697
Modified Files:
Overview.html
Log Message:
make
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html 12 Mar 2012 14:49:34 -0000 1.170
+++ Overview.html 14 Mar 2012 12:12:27 -0000 1.171
@@ -2270,10 +2270,9 @@
<p>The changes in the changelogs are in rough chronological order.</p>
- <h3 id="changes-2011-05-25"><span class="secno">6.1 </span>Changes since 25 May 2011</h3> <!-- rev 6140 - 7013 -->
+ <h3 id="changes-2011-05-25"><span class="secno">6.1 </span>Changes since 25 May 2011</h3> <!-- rev 6140 - 7027 -->
<ul>
- <li>The <code>http+aes:</code> and <code>https+aes:</code> URL schemes were added to allow sensitive resources to be held on untrusted servers.
<li>Support for mutation observers was added.
<li>The <code>TextTrackCue</code> members <code>alignment</code>, <code>linePosition</code>, <code>textPosition</code> and <code>direction</code> were renamed to <code>align</code>, <code>line</code>, <code>position</code> and <code>vertical</code>, respectively.
<li>The <code>command</code> element now has a <code>command</code> attribute.
@@ -2367,7 +2366,9 @@
<p>Further changes to WHATWG HTML that do not affect HTML5:</p>
<ul>
- <li>The 2d context now supports <code>Path</code> objects.
+ <li>The 2d context now supports ellipses with the <code>arc()</code> and <code>arcTo()</code> methods and the new <code>ellipse()</code> method.
+ <li>The 2d context now supports <code>Path</code> objects. SVG path data can be added to a <code>Path</code>.
+ <li>The <code>http+aes:</code> and <code>https+aes:</code> URL schemes were added to allow sensitive resources to be held on untrusted servers.
<li>When the <code>itemprop</code> attribute is used on an element where microdata gets its value from an attribute (like <code>href</code> on <code>a</code> elements), that attribute is now required.
<li><code>PeerConnection</code> was moved to WebRTC.
<li>WebVTT was moved to its own specification.
Received on Wednesday, 14 March 2012 12:12:36 UTC