diff --git a/spec/latest/common/common.js b/spec/latest/common/common.js index 5d054240a..ddc2c8d22 100644 --- a/spec/latest/common/common.js +++ b/spec/latest/common/common.js @@ -173,7 +173,7 @@ function updateExample(doc, content) { // perform transformations to make it render and prettier content = unComment(doc, content); content = _esc(content); - content = content.replace(/\*\*\*\*([^*]*)\*\*\*\*/g, '$1'); + content = content.replace(/\*\*\*\*([^*]*)\*\*\*\*/g, '$1'); content = content.replace(/####([^#]*)####/g, '$1'); return content ; } diff --git a/spec/latest/common/terms.html b/spec/latest/common/terms.html index 0d1e9a3e3..f52c9e912 100644 --- a/spec/latest/common/terms.html +++ b/spec/latest/common/terms.html @@ -4,7 +4,7 @@
This document uses the following terms as defined in JSON [[!RFC7159]]. Refer to the JSON Grammar section in [[!RFC7159]] for formal definitions.
-Furthermore, the following terminology is used throughout this document:
-@language key whose
- value MUST be a string representing a [[!BCP47]] language code or null.null.
+ From Issue 480
+ the language tag @none represents no language.
@default member.@id, it's value MUST
be equivalent to the referencing key.@graph member, and may also have
+ @context, @id, and @index members.
+ A simple graph object is a
+ graph object which does not have an @id member. Note
+ that node objects may have a @graph member, but are
+ not considered graph objects if they include any other properties.
+ A top-level object consisting of @graph is also not a graph object.@container set to @index, whose values MUST be any of the following types:
@@ -186,7 +198,10 @@ @context keyword.@container is set to @graph.The Following terms are used within specific algorithms.
-