- From: poot <cvsmail@w3.org>
- Date: Sun, 23 Aug 2009 17:43:08 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Tidy up the microdata section in preparation of defining some variants for usability testing (see mail to whatwg list); disallow straight identifiers in this version altogether. (whatwg r3662) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2841&r2=1.2842&f=h http://html5.org/tools/web-apps-tracker?from=3661&to=3662 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2841 retrieving revision 1.2842 diff -u -d -r1.2841 -r1.2842 --- Overview.html 22 Aug 2009 06:53:51 -0000 1.2841 +++ Overview.html 23 Aug 2009 08:42:42 -0000 1.2842 @@ -168,8 +168,8 @@ <h1>HTML 5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> - <h2 class="no-num no-toc" id="w3c-working-draft-25-august-year">W3C Working Draft 25 August 2009</h2> - <!--<h2 class="no-num no-toc">Editor's Draft 22 August 2009</h2>--> + <h2 class="no-num no-toc" id="w3c-working-draft-25-august-2009">W3C Working Draft 25 August 2009</h2> + <!--<h2 class="no-num no-toc">Editor's Draft 23 August 2009</h2>--> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd> @@ -267,7 +267,7 @@ [...5818 lines suppressed...] <p>The object returned for <code title="dom-document-all"><a href="#dom-document-all">all</a></code> @@ -66944,12 +66966,12 @@ <th> Interface <tbody><tr><td class="XXX" colspan="6"> ... <tr><td> <code><a href="#the-label-element">label</a></code> - <td> <a href="#flow-content-0" title="flow content">flow</a>; + <td> <a href="#flow-content" title="flow content">flow</a>; <a href="#form-associated-element" title="form-associated element">form-associated</a>; - <a href="#interactive-content-0" title="interactive content">interactive</a>; - <a href="#phrasing-content-0" title="phrasing content">phrasing</a> - <td> <a href="#phrasing-content-0" title="phrasing content">phrasing</a> - <td> <a href="#phrasing-content-0" title="phrasing content">phrasing</a>* + <a href="#interactive-content" title="interactive content">interactive</a>; + <a href="#phrasing-content" title="phrasing content">phrasing</a> + <td> <a href="#phrasing-content" title="phrasing content">phrasing</a> + <td> <a href="#phrasing-content" title="phrasing content">phrasing</a>* <td> <code title="attr-label-for"><a href="#attr-label-for">for</a></code>; <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> <td> <code><a href="#htmllabelelement">HTMLLabelElement</a></code>
Received on Sunday, 23 August 2009 08:43:44 UTC