- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 13:34:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv26889 Modified Files: Overview.html Overview.src.html Log Message: 200 changes to the HTML 5 repository later it has been decided to publish something Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- Overview.html 1 Aug 2009 10:23:10 -0000 1.76 +++ Overview.html 24 Aug 2009 13:34:27 -0000 1.77 @@ -11,7 +11,7 @@ code :link, code :visited { color:inherit } pre code { color:inherit } </style> - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet> + <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet> <body> <div class=head> @@ -20,13 +20,13 @@ <h1 id=html5-diff>HTML 5 differences from HTML 4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 1 August 2009</h2> + <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 25 August 2009</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2009/ED-html5-diff-20090801/">http://www.w3.org/TR/2009/ED-html5-diff-20090801/</a> + href="http://www.w3.org/TR/2009/WD-html5-diff-20090825/">http://www.w3.org/TR/2009/WD-html5-diff-20090825/</a> <dt>Latest Published Version: @@ -93,7 +93,7 @@ can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em> - <p>This is the 1 August 2009 Editor's Draft produced by the <a + <p>This is the 25 August 2009 W3C Working Draft produced by the <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working Group intends to publish this document as a <a @@ -317,9 +317,10 @@ attribute). <li>The focus on defining the semantics in detail (e.g. the outline - algorithm, replacing the vague semantics in HTML 4). - - <li>The <code>datagrid</code> element. + algorithm, replacing the vague semantics in HTML 4).</li> + <!-- + <li>The <code>datagrid</code> element.</li> + --> <li>The <code>menu</code> and <code>command</code> elements. @@ -573,10 +574,6 @@ <p><code>command</code> represents a command the user can invoke. <li> - <p><code>datagrid</code> represents an interactive representation of a - tree, list or tabular data. - - <li> <p><code>details</code> represents additional information or controls which the user can obtain on demand. @@ -596,10 +593,6 @@ <p><code>keygen</code> represents control for key pair generation. <li> - <p><code>bb</code> represents a user agent command that the user can - invoke. - - <li> <p><code>output</code> represents some type of output, such as from a calculation done through scripting. @@ -811,6 +804,9 @@ attributes can be used to annotate content with specific machine-readable labels. This feature is called Microdata in the HTML 5 draft. + <li>The <code>role</code> and <code>aria-<var>*</var></code> collection + attributes which can be used to instruct assistive technology. + <li>The <code>spellcheck</code> attribute allows for hinting whether content can be checked for spelling or not. </ul> @@ -1261,6 +1257,19 @@ <li>The <code>Audio()</code> constructor sets the <code>autobuffer</code> attribute. + + <li>The <code>td</code> element is no longer allowed in + <code>thead</code>. + + <li>The <code>input</code> element and <code>DataTransfer</code> object + now have a <code>files</code> DOM attribute. + + <li>The <code>datagrid</code> and <code>bb</code> have been removed due to + their design not being agreed upon. + + <li>The cue range API has been removed from the media elements. + + <li>Support for WAI-ARIA has been integrated. </ul> <p>On top of this list quite a few minor clarifications, typos, issues Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Overview.src.html 1 Aug 2009 10:23:10 -0000 1.54 +++ Overview.src.html 24 Aug 2009 13:34:27 -0000 1.55 @@ -21,7 +21,7 @@ <dl> <dt>This Version:</dt> - <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/ED-html5-diff-[CDATE]/</a></dd> + <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/WD-html5-diff-[CDATE]/</a></dd> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd> @@ -226,7 +226,9 @@ <li>The focus on defining the semantics in detail (e.g. the outline algorithm, replacing the vague semantics in HTML 4).</li> + <!-- <li>The <code>datagrid</code> element.</li> + --> <li>The <code>menu</code> and <code>command</code> elements.</li> @@ -480,9 +482,6 @@ <li><p><code>command</code> represents a command the user can invoke.</p></li> - <li><p><code>datagrid</code> represents an interactive representation - of a tree, list or tabular data.</p></li> - <li><p><code>details</code> represents additional information or controls which the user can obtain on demand.</p></li> @@ -502,9 +501,6 @@ <li><p><code>keygen</code> represents control for key pair generation.</p></li> - <li><p><code>bb</code> represents a user agent command that the user - can invoke.</p></li> - <li><p><code>output</code> represents some type of output, such as from a calculation done through scripting.</p></li> @@ -673,7 +669,7 @@ <p>There are also several new global attributes:</p> - <ul> + <ul> <li>The <code>contenteditable</code> attribute indicates that the element is an editable area. The user can change the contents of the element and manipulate the markup. @@ -698,6 +694,10 @@ specific machine-readable labels. This feature is called Microdata in the HTML 5 draft.</li> + <li>The <code>role</code> and <code>aria-<var>*</var></code> + collection attributes which can be used to instruct assistive + technology.</li> + <li>The <code>spellcheck</code> attribute allows for hinting whether content can be checked for spelling or not. @@ -1119,6 +1119,14 @@ minimum.</li> <li>The <code>Audio()</code> constructor sets the <code>autobuffer</code> attribute.</li> + <li>The <code>td</code> element is no longer allowed in + <code>thead</code>.</li> + <li>The <code>input</code> element and <code>DataTransfer</code> object + now have a <code>files</code> DOM attribute.</li> + <li>The <code>datagrid</code> and <code>bb</code> have been removed due + to their design not being agreed upon.</li> + <li>The cue range API has been removed from the media elements.</li> + <li>Support for WAI-ARIA has been integrated.</li> </ul> <p>On top of this list quite a few minor clarifications, typos,
Received on Monday, 24 August 2009 13:34:39 UTC