Add feature at risk markers for rdf:HTML and rdf:XMLLiteral
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Wed, 30 Oct 2013 18:24:31 +0100
changeset 1172 b07e1f7125db
parent 1171 da5e59be757e
child 1174 5b8b6ea97207
Add feature at risk markers for rdf:HTML and rdf:XMLLiteral
rdf-concepts/index.html
--- a/rdf-concepts/index.html	Wed Oct 30 09:01:27 2013 -0700
+++ b/rdf-concepts/index.html	Wed Oct 30 18:24:31 2013 +0100
@@ -135,6 +135,13 @@
 
 <section id="sotd">
 
+  <p>The following features are at risk and may be removed:</p>
+
+  <ul>
+    <li><a href="#at-risk-html">The <code>rdf:HTML</code> datatype may be made non-normative</li>
+    <li><a href="#at-risk-xmlliteral">The <code>rdf:XMLLiteral</code> datatype may be made non-normative</li>
+  </ul>
+
 </section>
 
 </div>
@@ -1064,6 +1071,13 @@
 <section id="section-html">
     <h3>The <code>rdf:HTML</code> Datatype</h3>
 
+    <div class="issue atrisk" id="at-risk-html">
+      <p>The <code>rdf:HTML</code> datatype is at risk of being changed from normative to non-normative
+        because the definitions in [[DOM4]] and thus the lexical-to-value mapping are not yet stable.
+        Consequently interoperability can not be guaranteed at this point in time. Please send feedback
+        to <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>.</p>
+    </div>
+
     <p>RDF provides for HTML content as a possible <a>literal value</a>.
     This allows markup in literal values. Such content is indicated
     in an <a>RDF graph</a> using a <a>literal</a> whose <a>datatype</a>
@@ -1121,6 +1135,13 @@
 <section id="section-XMLLiteral">
     <h3>The <code>rdf:XMLLiteral</code> Datatype</h3>
 
+    <div class="issue atrisk" id="at-risk-xmlliteral">
+      <p>The <code>rdf:XMLLiteral</code> datatype is at risk of being changed from normative to non-normative
+        because the definitions in [[DOM4]] and thus the lexical-to-value mapping are not yet stable.
+        Consequently interoperability can not be guaranteed at this point in time. Please send feedback
+        to <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>.</p>
+    </div>
+
     <p>RDF provides for XML content as a possible <a>literal value</a>.
     Such content is indicated in an <a>RDF graph</a> using a <a>literal</a>
     whose <a>datatype</a> is a special built-in datatype