--- a/spec/latest/json-ld-api/index.html Fri Jan 10 13:44:53 2014 +0100
+++ b/spec/latest/json-ld-api/index.html Fri Jan 10 13:48:46 2014 +0100
@@ -3706,7 +3706,7 @@
decimal point unless the value being represented is zero. The
canonical representation for zero is <code>0.0E0</code>.
<code>xsd:double</code>'s value space is defined by the IEEE
- double-precision 64-bit floating point type [[!IEEE-754-1985]] whereas
+ double-precision 64-bit floating point type [[!IEEE-754-2008]] whereas
the value space of JSON <tref title="number">numbers</tref> is not
specified; when deserializing JSON-LD to RDF the mantissa is rounded to
15 digits after the decimal point. In JavaScript, implementers
--- a/spec/latest/respec-w3c-extensions.js Fri Jan 10 13:44:53 2014 +0100
+++ b/spec/latest/respec-w3c-extensions.js Fri Jan 10 13:48:46 2014 +0100
@@ -4,7 +4,7 @@
"JSON-LD": "Manu Sporny, Gregg Kellogg, Markus Lanthaler, Editors. <cite><a href=\"http://www.w3.org/TR/2013/PR-json-ld-20131105/\">JSON-LD 1.0</a></cite>. 5 November 2013. W3C Proposed Recommendation. URL: <a href=\"http://www.w3.org/TR/2013/PR-json-ld-20131105/\">http://www.w3.org/TR/2013/PR-json-ld-20131105/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/json-ld/\">http://www.w3.org/TR/json-ld/</a>",
"JSON-LD-API": "Markus Lanthaler, Gregg Kellogg, Manu Sporny, Editors. <cite><a href=\"http://www.w3.org/TR/2013/PR-json-ld-api-20131105/\">JSON-LD 1.0 Processing Algorithms and API</a></cite>. 5 November 2013. W3C Proposed Recommendation. URL: <a href=\"http://www.w3.org/TR/2013/PR-json-ld-api-20131105/\">http://www.w3.org/TR/2013/PR-json-ld-api-20131105/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/json-ld-api/\">http://www.w3.org/TR/json-ld-api/</a>",
"JSON-LD-TESTS": "<cite><a href=\"http://www.w3.org/2013/json-ld-tests/\">JSON-LD 1.0 Test Suite</a></cite>. W3C Test Suite. URL: <a href=\"http://www.w3.org/2013/json-ld-tests/\">http://www.w3.org/2013/json-ld-tests/</a>",
- "IEEE-754-1985": "IEEE. <cite>IEEE Standard for Binary Floating-Point Arithmetic</cite>. URL: <a href=\"http://standards.ieee.org/reading/ieee/std_public/description/busarch/754-1985_desc.html\">http://standards.ieee.org/reading/ieee/std_public/description/busarch/754-1985_desc.html</a>",
+ "IEEE-754-2008": "<cite>IEEE 754-2008 Standard for Floating-Point Arithmetic</cite>. URL: <a href=\"http://standards.ieee.org/findstds/standard/754-2008.html\">http://standards.ieee.org/findstds/standard/754-2008.html</a>",
"RDF11-CONCEPTS": "Richard Cyganiak, David Wood, Markus Lanthaler, Editors. <cite><a href=\"http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/\">RDF 1.1 Concepts and Abstract Syntax</a></cite>. 9 January 2014. W3C Proposed Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/\">http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/rdf11-concepts/\">http://www.w3.org/TR/rdf11-concepts/</a>",
"MICRODATA": "Ian Hickson, Editor. <cite><a href=\"http://www.w3.org/TR/2013/NOTE-microdata-20131029/\">HTML Microdata</a></cite>. 29 October 2013. W3C Working Group Note. URL: <a href=\"http://www.w3.org/TR/2013/NOTE-microdata-20131029/\">http://www.w3.org/TR/2013/NOTE-microdata-20131029/</a>",
"RFC5988": "M. Nottingham. <cite><a href=\"http://www.ietf.org/rfc/rfc5988.txt\">Web Linking</a></cite>. October 2010. Internet RFC 5988. URL: <a href=\"http://www.ietf.org/rfc/rfc5988.txt\">http://www.ietf.org/rfc/rfc5988.txt</a>",