- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Mar 2012 14:49:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv14630 Modified Files: Overview.html Log Message: make trala Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.169 retrieving revision 1.170 diff -u -d -r1.169 -r1.170 --- Overview.html 12 Mar 2012 13:24:13 -0000 1.169 +++ Overview.html 12 Mar 2012 14:49:34 -0000 1.170 @@ -1,5 +1,4 @@ -<!doctype html> -<html lang="en-US"><head> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US"><head> <title>HTML5 differences from HTML4</title> <style type="text/css"> .note { margin-left:2em; font-weight:bold; font-style:italic; color:green } @@ -105,11 +104,10 @@ <a href="http://www.w3.org/TR/html5/">HTML5 specification</a>. The appropriate forum for comments is <a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=HTML5%20differences%20from%20HTML4%20%28editor%3A%20Anne%20van%20Kesteren%29">W3C - Bugzilla</a>. - <!--<a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>, + Bugzilla</a>. (<a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>, a mailing list with a <a href="http://lists.w3.org/Archives/Public/public-html-comments/" title="Archive for HTML comments mailing-list">public - archive</a>.--></p> + archive</a>, is no longer used for tracking comments.)</p> <p>Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or @@ -2369,6 +2367,7 @@ <p>Further changes to WHATWG HTML that do not affect HTML5:</p> <ul> + <li>The 2d context now supports <code>Path</code> objects. <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 Monday, 12 March 2012 14:49:43 UTC