- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jun 2010 13:26:53 +0900 (JST)
- To: public-html-diffs@w3.org
microdata; hixie: change how boilerplate is added and update some boilerplate text with the new mechanism (whatwg r5099) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.76&r2=1.77&f=h http://html5.org/tools/web-apps-tracker?from=5098&to=5099 =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- Overview.html 23 May 2010 05:34:41 -0000 1.76 +++ Overview.html 1 Jun 2010 04:26:17 -0000 1.77 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ --><!-- bits marked YYY are for not depending on HTML5 --><html lang="en-US-x-Hixie"><title>HTML Microdata</title><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ --><!-- bits marked YYY are for not depending on HTML5 (also see working-copy) --><html lang="en-US-x-Hixie"><title>HTML Microdata</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -284,10 +284,10 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> + <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - - <h2 class="no-num no-toc" id="editor-s-draft-23-may-2010">Editor's Draft 23 May 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-1-june-2010">Editor's Draft 1 June 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -308,12 +308,14 @@ and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> + <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - <p class="alt">The <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">WHATWG - version</a> of this specification is available under a license that - permits reuse of the specification text.</p> + <p class="alt">The text of this specification is also + available in the WHATWG <a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#microdata">Web Applications 1.0</a> specification, under a license that permits + reuse of the specification text.</p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> + </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p>This specification defines the HTML microdata mechanism. This mechanism allows machine-readable data to be embedded in HTML documents in an easy-to-write manner, with an unambiguous parsing @@ -377,8 +379,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - - This specification is the 23 May 2010 Editor's Draft. + This specification is the 1 June 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!--YYY BOILERPLATE middle-w3c-html-module-status--><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -516,7 +517,7 @@ nodes</dfn>, which come up in the context of drag-and-drop interfaces.</p> ---><!--FIXUP 2dcontext +1--><h3 id="conformance-requirements"><span class="secno">1.1 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!--FIXUP 2dcontext -1--><p>All diagrams, examples, and notes in this specification are +--><h3 id="conformance-requirements"><span class="secno">1.1 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.<p>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
Received on Tuesday, 1 June 2010 04:27:23 UTC