Auto-merged heads.
--- a/html-data-guide/index.html Fri Mar 02 13:09:04 2012 -0800
+++ b/html-data-guide/index.html Fri Mar 02 13:09:23 2012 -0800
@@ -12,7 +12,7 @@
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "ED",
+ specStatus: "IG-NOTE",
charterDisclosureURI: "http://www.w3.org/2006/07/swig-charter#Ipr",
// the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -27,15 +27,16 @@
// if the specification's copyright date is a range of years, specify
// the start date here:
- // copyrightStart: "2005"
+ copyrightStart: "2011",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "1977-03-15",
- // previousMaturity: "WD",
+ previousMaturity: "FPWD-NOTE",
+ previousPublishDate: "2012-01-12",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "https://dvcs.w3.org/hg/htmldata/raw-file/default/html-data-guide/index.html",
+ // edDraftURI: "https://dvcs.w3.org/hg/htmldata/raw-file/default/html-data-guide/index.html",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
@@ -539,9 +540,6 @@
<li><code>@itemprop</code> + <code>@itemscope</code> = <code>@property</code> + an empty <code>@typeof</code> if there's no <code>@itemtype</code></li>
<li><code>@itemprop</code> otherwise = <code>@property</code></li>
</ul>
- <p class="issue">
- The guidance above does not adhere to the RDFa 1.1 Lite set of attributes, because of the use of the <code>@resource</code> attribute rather than the <code>@about</code> attribute. However, using <code>@resource</code> gives a more natural mapping when mixing RDFa and microdata within a page. See <a href="http://www.w3.org/2010/02/rdfa/track/issues/119">ISSUE-119</a>.
- </p>
</section>
<section>
--- a/microdata-rdf/index.html Fri Mar 02 13:09:04 2012 -0800
+++ b/microdata-rdf/index.html Fri Mar 02 13:09:23 2012 -0800
@@ -117,7 +117,7 @@
specStatus: "IG-NOTE",
charterDisclosureURI: "http://www.w3.org/2006/07/swig-charter#Ipr",
publishDate: "2012-03-20",
- //copyrightStart: "2011",
+ copyrightStart: "2011",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "microdata-rdf",
@@ -127,7 +127,6 @@
// and its maturity status
previousPublishDate: "2012-01-12",
previousMaturity: "FPWD-NOTE",
- //previousURI: "https://dvcs.w3.org/hg/htmldata/raw-file/default/ED/microdata-rdf/20120112/index.html",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
// if there a publicly available Editor's Draft, this is the link
@@ -181,7 +180,7 @@
wgPatentURI: "",
maxTocLevel: 4,
preProcess: [ preProc ]
- , alternateFormats: [ {uri: "diff-20120112.html", label: "diff to previous version"} ]
+ //alternateFormats: [ {uri: "diff-20120112.html", label: "diff to previous version"} ]
};
function updateExample(doc, content) {