Restore ED styling and fix feature-at-risk numbering
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 31 May 2013 23:21:08 +0200
changeset 1682 aa3aed1c765a
parent 1681 a1c467cd4a65
child 1683 e6436034f6a3
Restore ED styling and fix feature-at-risk numbering
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri May 31 21:13:46 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri May 31 23:21:08 2013 +0200
@@ -12,10 +12,10 @@
       "localBiblio": localBibliography,
 
       doRDFa: "1.1",
-      // specification status (e.g. WD, LC, NOTE, etc.). If in doubt use ED.
-      specStatus:           "LC",
+      // 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:          "2013-05-16",
+      //publishDate:          "2012-12-25",
       copyrightStart:       "2010",
 
       // the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -33,7 +33,7 @@
       testSuiteURI:         "http://www.w3.org/2013/json-ld-tests/",
 
       // if this is a LCWD, uncomment and set the end of its review period
-      lcEnd: "2013-06-06",
+      // lcEnd: "2009-08-05",
 
       // if you want to have extra CSS, append them to this list
       // it is recommended that the respec.css stylesheet be kept
@@ -85,7 +85,7 @@
       wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
       maxTocLevel: 2,
       preProcess: [ preProc ],
-      alternateFormats: [ {uri: "diff-20130411.html", label: "diff to previous version"} ]
+      // alternateFormats: [ {uri: "diff-20130411.html", label: "diff to previous version"} ]
   };
 //]]>
 </script>
@@ -113,11 +113,11 @@
 </section>
 
 <section id="sotd">
-  <p>This document has been under development for over 34 months in the
+  <p>This document has been under development for over 25 months in the
     JSON for Linking Data Community Group. The document has recently been
     transferred to the RDF Working Group for review, improvement, and publication
     along the Recommendation track. The specification has undergone significant
-    development, review, and changes during the course of the last 34 months.</p>
+    development, review, and changes during the course of the last 25 months.</p>
 
   <p>There are several independent
     <a href="http://json-ld.org/#impl">interoperable implementations</a> of
@@ -128,7 +128,7 @@
     the test suite, and the live editor, they are believed to be mature enough
     to be integrated into a non-production system at this point in time. There
     is an expectation that they could be used in a production system within the
-    next three months.</p>
+    next six months.</p>
 
   <p>There are a number of ways that one may participate in the development of
     this specification:</p>
@@ -142,7 +142,7 @@
       <a href="http://lists.w3.org/Archives/Public/public-linked-json/">public-linked-json@w3.org</a></li>
 
     <li><a href="http://json-ld.org/minutes/">Public JSON-LD Community Group teleconferences</a>
-      are held on Tuesdays at 1400UTC every week. Participation is open to the
+      are held on Tuesdays at 1500UTC every week. Participation is open to the
       public.</li>
 
     <li>RDF Working Group teleconferences are held on Wednesdays at 1500UTC
@@ -160,9 +160,8 @@
       IRC channel is available for real-time discussion on irc.freenode.net.</li>
   </ul>
 
-  <p>This is a second Last Call Working Draft for this document.
-    Changes since the
-    <a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130411/">11 April 2013 Last Call Working Draft</a>:</p>
+  <p>Changes since the
+    <a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130411/">11&nbsp;April&nbsp;2013 Last Call Working Draft</a>:</p>
 
   <ul>
     <li>Use of DOM Futures instead of callbacks in the Application Programming Interface</li>
@@ -170,8 +169,11 @@
       <code class="error"><a href="#idl-def-JsonLdErrorCode.cyclic-IRI-mapping">cyclic IRI mapping</a></code> error</li>
     <li>Raise an <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-IRI-mapping">invalid IRI mapping</a></code>
       error if relative URLs are used in term definitions</li>
+    <li>Support relative IRIs in <code>@base</code></li>
+    <li>Remove default value of <code class="idlMemberName"><a href="#idl-def-JsonLdOptions">JsonLdOption's</a></code>
+      <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code> member</li>
     <li>Support lists of lists when converting from RDF to JSON-LD</li>
-    <li>Support for relative URLs in <code>@base</code> and documents that 
+    <li>Support for relative URLs in <code>@base</code> and documents that
       do not have a base value.</li>
   </ul>
 </section>
@@ -635,7 +637,7 @@
       the collection is <em>unordered</em> by default. While order is
       preserved in regular JSON arrays, it is not in regular JSON-LD arrays
       unless specifically defined (see
-      <cite><a href="http://www.w3.org/TR/json-ld-syntax/#sets-and-lists">Sets and Lists</a></cite> in
+      <cite><a href="../json-ld/#sets-and-lists">Sets and Lists</a></cite> in
       the JSON-LD specification [[JSON-LD]]).</dd>
     <dt><tdef>string</tdef></dt>
     <dd>A string is a sequence of zero or more Unicode characters,
@@ -663,11 +665,11 @@
   <dl>
     <dt><tdef>keyword</tdef></dt>
     <dd>A JSON key that is specific to JSON-LD, specified in the section
-      <cite><a href="http://www.w3.org/TR/json-ld-syntax/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>
+      <cite><a href="../json-ld/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>
       of the JSON-LD specification [[!JSON-LD]].</dd>
     <dt><tdef>context</tdef></dt>
     <dd>A set of rules for interpreting a JSON-LD document as specified in the section
-      <cite><a href="http://www.w3.org/TR/json-ld-syntax/#the-context">The Context</a></cite> of the JSON-LD
+      <cite><a href="../json-ld/#the-context">The Context</a></cite> of the JSON-LD
       specification [[!JSON-LD]].</dd>
     <dt><tdef>JSON-LD document</tdef></dt>
     <dd>A <tref>JSON-LD document</tref> is a serialization of a collection of
@@ -681,7 +683,7 @@
     <dt><tdef>JSON-LD graph</tdef></dt>
     <dd>A labeled directed graph, i.e., a set of <tref title="node">nodes</tref>
       connected by <tref title="edge">edges</tref>,
-      as specified in the <cite><a href="http://www.w3.org/TR/json-ld-syntax/#data-model">Data Model</a></cite>
+      as specified in the <cite><a href="../json-ld/#data-model">Data Model</a></cite>
       section of the JSON-LD specification [[!JSON-LD]].</dd>
     <dt><tdef>edge</tdef></dt>
     <dd>Every <tref>edge</tref> has a direction associated with it and is labeled with
@@ -1562,7 +1564,7 @@
             <li>Otherwise, if <i>key</i>'s <tref>container mapping</tref> in
               <tref>active context</tref> is <code>@language</code> and
               <i>value</i> is a <tref>JSON object</tref> then <i>value</i>
-              is expanded from a <tref href="http://www.w3.org/TR/json-ld-syntax/#dfn-language-map">language map</tref>
+              is expanded from a <tref href="../json-ld/#dfn-language-map">language map</tref>
               as follows:
               <ol class="algorithm">
                 <li>Initialize <i>expanded value</i> to an empty
@@ -2769,7 +2771,7 @@
         which collects all properties of a <tref>node</tref> in a single
         <tref>JSON object</tref>. In the next step, the <i>node map</i> is
         converted to a JSON-LD document in
-        <tref href="http://www.w3.org/TR/json-ld-syntax/#flattened-document-form">flattened document form</tref>.
+        <tref href="../json-ld/#flattened-document-form">flattened document form</tref>.
         Finally, if a <tref>context</tref> has been passed, the flattened document
         is compacted using the <a href="#compaction-algorithm">Compaction algorithm</a>
         before being returned.</p>
@@ -3106,7 +3108,7 @@
       <cite><a href="http://www.w3.org/TR/rdf11-concepts/#section-skolemization">Replacing Blank Nodes with IRIs</a></cite>
       of [[RDF11-CONCEPTS]].</p>
 
-    <div class="issue atrisk" data-number="1" title="Allow blank nodes to be used as graph name or property">
+    <div class="issue atrisk" data-number="3" title="Allow blank nodes to be used as graph name or property">
       <p class="atrisk-head">Note: This feature is
         <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">"at risk"</a> and
         may be removed from this specification based on feedback. Please send feedback to
@@ -3613,10 +3615,10 @@
   <section>
     <h2>Data Round Tripping</h2>
 
-    <div class="issue atrisk" data-number="2" title="Conversion to/from JSON Native Types">
-      <p class="atrisk-head">Note: This feature is 
+    <div class="issue atrisk" data-number="7" title="Conversion to/from JSON Native Types">
+      <p class="atrisk-head">Note: This feature is
         <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">"at risk"</a> and may
-        be removed or modified heavily from the feature described in this specification 
+        be removed or modified heavily from the feature described in this specification
         based on reviewer feedback. Please send feedback to
         <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>.
         For the current status see
@@ -3735,10 +3737,10 @@
     <cite><a href="http://dom.spec.whatwg.org/#futures">section&nbsp;4 Futures</a></cite>
     of [[!DOM-WHATWG]].</p>
 
-    <div class="issue atrisk" data-number="3" title="Properly referencing the DOM Futures spec">
-      <p class="atrisk-head">Note: This feature is 
+    <div class="issue atrisk" data-number="8" title="Properly referencing the DOM Futures spec">
+      <p class="atrisk-head">Note: This feature is
         <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">"at risk"</a> and may
-        be removed or modified heavily from the feature described in this specification 
+        be removed or modified heavily from the feature described in this specification
         based on reviewer feedback. Please send feedback to
         <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>.
         For the current status see
@@ -4121,7 +4123,7 @@
         <dd>A <tref>set object</tref> or <tref>list object</tref> with
           disallowed members has been detected.</dd>
         <dt>invalid language map value</dt>
-        <dd>An invalid value in a <tref href="http://www.w3.org/TR/json-ld-syntax/#dfn-language-map">language map</tref>
+        <dd>An invalid value in a <tref href="../json-ld/#dfn-language-map">language map</tref>
           has been detected. It has to be a <tref>string</tref> or an <tref>array</tref> of
           <tref title="string">strings</tref>.</dd>
         <dt>compaction to list of lists</dt>
@@ -4155,11 +4157,9 @@
     and performing several implementations of the specification. Ian Davis is
     thanked for his work on RDF/JSON. Thanks also to Nathan Rixham,
     Bradley P. Allen, Kingsley Idehen, Glenn McDonald, Alexandre Passant,
-    Danny Ayers, Ted Thibodeau Jr., Olivier Grisel, Josh Mandel, 
-    Eric Prud'hommeaux, David Wood, Guus Schreiber, Pat Hayes, Sandro Hawke, 
-    Tab Atkins Jr., Anne van Kesteren, Robin Berjon, Marcos Caceres,
-    Boris Zbarsky, 
-    and Richard Cyganiak for their input on the specification.</p>
+    Danny Ayers, Ted Thibodeau Jr., Olivier Grisel, Josh Mandel, Eric Prud'hommeaux,
+    David Wood, Guus Schreiber, Pat Hayes, Sandro Hawke, and Richard Cyganiak
+    for their input on the specification.</p>
 </section>
 
 </body>