--- a/spec/latest/json-ld-syntax/index.html Wed Mar 13 17:36:02 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html Wed Mar 13 18:04:01 2013 +0100
@@ -1403,7 +1403,7 @@
of JSON-LD. Terms starting with an <code>@</code> character that are not
<tref title="keyword">JSON-LD 1.0 keywords</tref> are treated as any other term, i.e.,
they are ignored unless mapped to an <tref>IRI</tref>. Furthermore, the use of
- empty <tref title="term">terms</tref> (<code>""</code>) is discouraged, as
+ empty <tref title="term">terms</tref> (<code>""</code>) is not allowed as
not all programming languages are able to handle empty property names.</p>
</section>
@@ -2758,8 +2758,8 @@
<p>To avoid forward-compatibility issues, a <tref>term</tref> SHOULD NOT start
with an <code>@</code> character as future versions of JSON-LD may introduce
- additional <tref title="keyword">keywords</tref>. Furthermore, the use of
- empty terms (<code>""</code>) is discouraged as not all programming languages
+ additional <tref title="keyword">keywords</tref>. Furthermore, the term MUST NOT
+ be an empty <tref>string</tref> (<code>""</code>) as not all programming languages
are able to handle empty property names.</p>
<p>See <a href="#the-context"></a> and <a href="#iris"></a> for further discussion