Enumerate features at risk in the SOTD
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 05 Sep 2013 21:13:11 +0200
changeset 1978 792bcc17d3ab
parent 1977 0bf82ad0cb88
child 1979 3e44467f9f2f
Enumerate features at risk in the SOTD
spec/latest/json-ld-api/index.html
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Sep 05 20:42:25 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Thu Sep 05 21:13:11 2013 +0200
@@ -42,7 +42,7 @@
       // extraCSS: [],
 
       issueBase: "https://github.com/json-ld/json-ld.org/issues/",
-      // atRiskBase: "https://github.com/json-ld/json-ld.org/issues/",
+      atRiskBase: "https://www.w3.org/2011/rdf-wg/wiki/JSON-LD_Features_at_Risk#",
 
       // editors, add as many as you like
       // only "name" is required
@@ -174,6 +174,15 @@
       IRC channel is available for real-time discussion on irc.freenode.net.</li>
   </ul>
 
+  <p>The following features are at risk and may be removed:</p>
+
+  <ul>
+    <li><a href="#at-risk-10">Support for <code>@base: null</code></a></li>
+    <li><a href="#at-risk-3">Allow blank nodes to be used as properties</a></li>
+    <li><a href="#at-risk-8">Properly referencing the DOM Promises spec</a></li>
+    <li><a href="#at-risk-4">Lists of lists and partial list conversion from RDF</a></li>
+  </ul>
+
   <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>
 
@@ -931,7 +940,7 @@
         If <i>remote contexts</i> is not passed, it is initialized to an empty
         <tref>array</tref>.</p>
 
-      <div class="issue atrisk" data-number="10" title="Support for @base: null ">
+      <div class="issue atrisk" id="at-risk-10" data-number="10" title="Support for @base: null ">
         <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
@@ -3174,7 +3183,7 @@
       RDF triples that would have contained blank nodes as properties are
       discarded when interpreting JSON-LD as RDF.</p>
 
-    <div class="issue atrisk" data-number="3" title="Allow blank nodes to be used as properties">
+    <div class="issue atrisk" id="at-risk-3" data-number="3" title="Allow blank nodes to be used as properties">
       <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
@@ -3838,7 +3847,7 @@
     <cite><a href="http://dom.spec.whatwg.org/#promises">section&nbsp;4 Promises</a></cite>
     of [[!DOM-WHATWG]].</p>
 
-    <div class="issue atrisk" data-number="8" title="Properly referencing the DOM Promises spec">
+    <div class="issue atrisk" id="at-risk-8" data-number="8" title="Properly referencing the DOM Promises 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
@@ -4198,7 +4207,7 @@
       <p>The <a>JsonLdErrorCode</a> represents the collection of valid JSON-LD error
         codes.</p>
 
-      <div class="issue atrisk" data-number="4" title="Lists of lists and partial list conversion from RDF">
+      <div class="issue atrisk" id="at-risk-4" data-number="4" title="Lists of lists and partial list conversion from RDF">
         <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
--- a/spec/latest/json-ld/index.html	Thu Sep 05 20:42:25 2013 +0200
+++ b/spec/latest/json-ld/index.html	Thu Sep 05 21:13:11 2013 +0200
@@ -36,7 +36,7 @@
       crEnd: "2013-09-19",
 
       issueBase: "https://github.com/json-ld/json-ld.org/issues/",
-      // atRiskBase: "https://github.com/json-ld/json-ld.org/issues/",
+      atRiskBase: "https://www.w3.org/2011/rdf-wg/wiki/JSON-LD_Features_at_Risk#",
 
       // if you want to have extra CSS, append them to this list
       // it is recommended that the respec.css stylesheet be kept
@@ -155,6 +155,15 @@
       IRC channel is available for real-time discussion on irc.freenode.net.</li>
   </ul>
 
+  <p>The following features are at risk and may be removed:</p>
+
+  <ul>
+    <li><a href="#at-risk-10">Support for <code>@base: null</code></a></li>
+    <li><a href="#at-risk-9">Confusion related to context-sensitivity of <code>@type</code></a></li>
+    <li><a href="#at-risk-4">Lists of lists and partial list conversion from RDF</a></li>
+    <li><a href="#at-risk-3">Allow blank nodes to be used as properties</a></li>
+  </ul>
+
   <p>Changes since the
     <a href="http://www.w3.org/TR/2013/WD-json-ld-20130411/">11&nbsp;April&nbsp;2013 Last Call Working Draft</a>:</p>
 
@@ -957,7 +966,7 @@
     <tref title="relative IRI">relative IRIs</tref> to be expanded to
     <tref title="absolute IRI">absolute IRIs</tref>.</p>
 
-  <div class="issue atrisk" data-number="10" title="Support for @base: null ">
+  <div class="issue atrisk" id="at-risk-10" data-number="10" title="Support for @base: null">
     <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
@@ -1397,7 +1406,7 @@
   in the <tref>active context</tref> and not for the corresponding, expanded
   <tref>IRI</tref> <code>http://xmlns.com/foaf/0.1/age</code>.</p>
 
-<div class="issue atrisk" data-number="9" title="Confusion related to context-sensitivity of @type">
+<div class="issue atrisk" id="at-risk-9" data-number="9" title="Confusion related to context-sensitivity of @type">
   <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
@@ -2118,7 +2127,7 @@
   This decision was made due to the extreme amount of added complexity when
   processing lists of lists.</p>
 
-<div class="issue atrisk" data-number="4" title="Lists of lists and partial list conversion from RDF">
+<div class="issue atrisk" id="at-risk-4" data-number="4" title="Lists of lists and partial list conversion from RDF">
   <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
@@ -2938,7 +2947,7 @@
       <a href="http://www.w3.org/TR/rdf11-mt/#rdf-collections" class="externalDFN">RDF list structures</a> [[RDF11-MT]].</li>
   </ul>
 
-  <div class="issue atrisk" data-number="3" title="Allow blank nodes to be used as properties">
+  <div class="issue atrisk" id="at-risk-3" data-number="3" title="Allow blank nodes to be used as properties">
     <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