Update NOTE regarding schema.org context and WIP.
--- a/playground/index.html Thu Apr 17 14:08:39 2014 -0400
+++ b/playground/index.html Thu Apr 17 16:08:20 2014 -0400
@@ -186,7 +186,7 @@
<button class="btn" data-toggle="button" id="copy-context" title='Copy context from "JSON-LD Input"'>
<i class="icon-circle-arrow-right"></i>
</button>
-
+
<textarea id="context" class="compressed process span6 codemirror-input"
placeholder="Enter the new JSON-LD context to compact to here..." rows="10">{}</textarea>
</div>
@@ -214,20 +214,18 @@
<div id="markup-errors" class="text-error"></div>
<div id="param-errors" class="text-error"></div>
<div id="using-context-map" class="hide alert alert-note">
- <p>NOTE: Schema.org's remote context was detected in your input but, unfortunately,
- it doesn't resolve to a proper context document yet. The Schema.org team is
- already working on this issue and it is expected to be resolved in a couple
- of weeks.</p>
- <p>In the meantime, if you wish, you can use an alternative context created by
- the JSON-LD community to process your document.</p>
+ <p>NOTE: Schema.org's remote context was detected in your input.
+ Schema.org is working on publishing an official JSON-LD context, but
+ for now, only a temporary development version is available. If you
+ wish, you may use the development context to process your document.</p>
<label class="checkbox">
- <input type="checkbox" id="use-context-map" value="1"> Use alternative context
+ <input type="checkbox" id="use-context-map" value="1"> Use development context
</label>
<table class="table table-condensed">
<thead>
<tr>
<td>Original</td>
- <td>Alternative</td>
+ <td>Development</td>
</tr>
</thead>
<tbody>