- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Mar 2012 07:24:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv11185 Modified Files: Overview.src.html Log Message: update changelog to r7027 Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.183 retrieving revision 1.184 diff -u -d -r1.183 -r1.184 --- Overview.src.html 12 Mar 2012 14:15:17 -0000 1.183 +++ Overview.src.html 14 Mar 2012 07:24:47 -0000 1.184 @@ -2463,10 +2463,9 @@ <p>The changes in the changelogs are in rough chronological order.</p> - <h3 id="changes-2011-05-25">Changes since 25 May 2011</h3> <!-- rev 6140 - 7013 --> + <h3 id="changes-2011-05-25">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. @@ -2560,7 +2559,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 07:24:54 UTC