Comment out publishDate and reset previousPublishDate for syntax and api docs.
--- a/spec/latest/json-ld-api/index.html Sat Jan 05 11:26:54 2013 -0500
+++ b/spec/latest/json-ld-api/index.html Sat Jan 05 11:11:48 2013 -0800
@@ -20,7 +20,7 @@
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
// if you wish the publication date to be other than today, set this
- publishDate: "2012-12-25",
+ //publishDate: "2012-12-25",
copyrightStart: "2010",
// the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -29,7 +29,7 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2012-09-30",
+ previousPublishDate: "2012-12-25",
previousMaturity: "ED",
previousDiffURI: "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-api/20120930/index.html",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
@@ -2259,13 +2259,13 @@
<p>This API provides a clean mechanism that enables developers to convert
JSON-LD data into a a variety of output formats that are easier to work
- with in JavaScript. If a JavaScript JSON-LD API is provided, the entirety
+ with in JavaScript. If a JavaScript JSON-LD API is provided, the entirety
of the following API MUST be implemented.</p>
<section>
<h3>JsonLdProcessor</h3>
- <p>The JSON-LD Processor interface is the high-level programming structure
+ <p>The JSON-LD Processor interface is the high-level programming structure
that developers use to access the JSON-LD transformation methods.</p>
<p>It is important to highlight that conformant <tref title="JSON-LD Processor">JSON-LD processors</tref>
@@ -2283,8 +2283,8 @@
<dd>The JSON-LD object or array of JSON-LD objects to perform the expansion upon or an
<tref>IRI</tref> referencing the JSON-LD document to expand.</dd>
<dt>JsonLdCallback callback</dt>
- <dd>A callback that is called when processing completed successfully
- on the given <code>input</code>, or a fatal error prevented
+ <dd>A callback that is called when processing completed successfully
+ on the given <code>input</code>, or a fatal error prevented
processing from completing.</dd>
<dt>optional JsonLdOptions? options</dt>
<dd>A set of options to configure the used algorithms such. This allows, e.g.,
@@ -2306,8 +2306,8 @@
<dd>The context to use when compacting the <code>input</code>; either in the
form of an <tref>JSON object</tref> or as <tref>IRI</tref>.</dd>
<dt>JsonLdCallback callback</dt>
- <dd>A callback that is called when processing completed successfully
- on the given <code>input</code>, or a fatal error prevented
+ <dd>A callback that is called when processing completed successfully
+ on the given <code>input</code>, or a fatal error prevented
processing from completing.</dd>
<dt>optional JsonLdOptions? options</dt>
<dd>A set of options to configure the used algorithms such. This allows, e.g.,
@@ -2333,8 +2333,8 @@
<tref>null</tref> is passed, the result will not be compacted but keept
in expanded form.</dd>
<dt>JsonLdCallback callback</dt>
- <dd>A callback that is called when processing completed successfully
- on the given <code>input</code>, or a fatal error prevented
+ <dd>A callback that is called when processing completed successfully
+ on the given <code>input</code>, or a fatal error prevented
processing from completing.</dd>
<dt>optional JsonLdOptions? options</dt>
<dd>A set of options to configure the used algorithms such. This allows, e.g.,
@@ -2360,12 +2360,12 @@
<dl title="callback JsonLdCallback = void" class="idl">
<dt>JsonLdProcessingIssue issue</dt>
- <dd>If the value is <code>null</code>, then no issue was detected
- during processing. If the value is non-<code>null</code>, a
- processing issue was detected and the details will be contained
+ <dd>If the value is <code>null</code>, then no issue was detected
+ during processing. If the value is non-<code>null</code>, a
+ processing issue was detected and the details will be contained
within the <code>issue</code> object.</dd>
<dt>object or object[] document</dt>
- <dd>The output JSON-LD document at the time the issue was
+ <dd>The output JSON-LD document at the time the issue was
detected.</dd>
</dl>
</section>
@@ -2396,9 +2396,9 @@
<dd>If set to a function, the JSON-LD processor will use this callback
whenever it generates a warning, recoverable error, or fatal error
while processing the JSON-LD document. This callback is typically
- used to convey debugging information regarding markup issues from the
+ used to convey debugging information regarding markup issues from the
JSON-LD processor to the developer. Note that this callback SHOULD be
- used if a developer is interested in detecting issues while a
+ used if a developer is interested in detecting issues while a
document is being processed as the <code>callback</code> parameter
provided to each API method is only used to report no errors or
fatal errors.
@@ -2470,7 +2470,7 @@
<section>
<h3>JsonLdProcessorIssueSeverity</h3>
- <p>The JsonLdProcessorIssueSeverity represents the collection of
+ <p>The JsonLdProcessorIssueSeverity represents the collection of
valid JSON-LD processing severity codes.</p>
<dl title="enum JsonLdProcessorIssueSeverity" class="idl">
@@ -2481,7 +2481,7 @@
author.</dd>
<dt>recoverableError</dt>
<dd>A recoverable error is used when the processor detects markup
- that violates rules outlined in the JSON-LD specifications, but
+ that violates rules outlined in the JSON-LD specifications, but
is able to recover from the error and continue processing.</dd>
<dt>fatalError</dt>
<dd>A fatal error is used when the processor detects markup
--- a/spec/latest/json-ld-syntax/index.html Sat Jan 05 11:26:54 2013 -0500
+++ b/spec/latest/json-ld-syntax/index.html Sat Jan 05 11:11:48 2013 -0800
@@ -20,7 +20,7 @@
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
// if you wish the publication date to be other than today, set this
- publishDate: "2012-12-25",
+ //publishDate: "2012-12-25",
copyrightStart: "2010",
// the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -29,7 +29,7 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2012-09-30",
+ previousPublishDate: "2012-12-25",
previousMaturity: "ED",
previousDiffURI: "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-syntax/20120930/index.html",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",